Closed quizzy5889 closed 1 year ago
Your Blender needs to know the AssignMaterials
add-on. A way to permantently add the filee is described in the file here. I think another way is to call Blender with two Python scripts e.g.
Blender --background --python AssignMaterials.py --python radiation_from_a_vibrating_element.py
Make sure to use the full paths in the names of the scripts if you use the second option.
Great! Thanks a lot. That solved for me.
Good to hear - would you have some time to check, if this is mentioned in the wiki or make a suggestion where and how it should be mentioned/improved? This would help others to avoid the problem and writing good docs is somewhat hard for us because we not always see the pit falls for new people...
Yes, sure! Shall I propose a merge request?
Not sure if you can do a merge request for the wiki - in case it does not work you can put your seggestions here and I will copy them to the wiki...
Hello everybody! First of all thank you for your amazing job. I'm running through all the examples and what you've done is really impressive.
Unfortunately, I encountered this error when trying to run the
radiation_from_a_vibrating_element.py
example in scripting mode. Do you have any idea? Thanks a lot