How to set mesh priority of an object to a specific number #4641
-
I need to set the mesh priority of an object to a specific value. I used the command: However it doesn't set the priority to 5 in this case, even thought it doesn't give any error message too. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, unfortunately this method is severely limited by native API. They allow either to set all the priorities at once or to set just one priority. The way the pya dt function is implemented allows to set just one priority (see bug #4645). I'll try to implement a better method soon. In the time being please use native APIs (and remember that you have to provide the full list of priority levels with the appropriate objects). |
Beta Was this translation helpful? Give feedback.
Hi, unfortunately this method is severely limited by native API.
They allow either to set all the priorities at once or to set just one priority. The way the pya dt function is implemented allows to set just one priority (see bug #4645).
I'll try to implement a better method soon. In the time being please use native APIs (and remember that you have to provide the full list of priority levels with the appropriate objects).