Change your cover photo
Theman
Change your cover photo
This user account status is Approved
Marv’s Plugin for modern Blender
Tool

Sunday, 14th April 2024

Hello! To: burner94 (April 5, 2024 at 21:51) Thanks for the feedback. I can try to integrate the import / export to the top Menu. To: Ced! (April 5, 2024 at 10:08) Basically because Blender is open source program, Chat GPT has access to the Python commands that are available in the different versions of Blender. So what I asked was: I am working on Blender addon's update (from 2.79 version to modern version to as far as the AI knows) and [copy/pasted] e.g the init.py module. Since Chat GPT understands Python coding concepts such as module, operator, class, method, I then asked what kinds of modifications would "you" suggest for the update? Then it would start by complimenting my plan and by giving some basic advice to be on the same page. Since I used GPT 4, it gave a list of changes that are necessary for the update to work, and it also would say that it needs to see the other parts of the code in order to know what's the whole issue. But it all started by a big debug process (cmd.exe and Python Debug Console) in order to get the test version of the plugin to run in the current version of Blender.