Hi
someone can tell me how to change empty display settings from a python script?
Thanks to everyone
myrtil
Hi
someone can tell me how to change empty display settings from a python script?
Thanks to everyone
myrtil
I checked the API indices and Object module. I don’t think that setting is accessible via the Python API yet. You may need to add it to the API yourself should you want to use it.
A way to hack around the issue would be to create a dummy scene in which you put empties having certain draw type. Then you can use this data to duplicate those empties in place of your real ones.
I think Empties for are not to show as Bones. They are used in Controlling the objects. You can create a empty MESH just like Empty and you can change the display color/ visibility anything by python scripting.