![]() |
Marv’s plugin for modern Blender
Tool Saturday, 11th January 2025 |
To @Vroom_Boi (January 11, 2025 at 01:35) Yes, as I said, you need to load the correct texture file for those .m files that have UV Mappings. For example firework.m is mapped to fxpage1.bmp. But it's true, that the Material Assigner doesn't automatically change that material, even if you have the texture loaded to Blender. I may enhance the add-on so that less manual work is required by the user, and even the fxpage1 is automatically used. Also I fixed the problem where the addon didn't start (due to an extra zero in the init file). Thanks for pointing out this!
![]() |
Marv’s plugin for modern Blender
Tool Tuesday, 31st December 2024 |
Hello! To: Vroom_Boi (December 29, 2024 at 21:47) Thanks for the question. So... if you import the .m file directly from the models-folder, the addon won't find the texture image that is used by the model file. But instead it will load the model with Vertex Colour on top. Therefore, if you wish to load / operate it correctly, you will need to locate the corresponding texture file and move it to the same working directory as the .m file that you're working on. So for example if you load abcblock.m, you'll need to have toyliteg.bmp in the same folder where you import the file from. I hope this clears it!
![]() |
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.