Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Simplify object

#1
I'm simulating a system we are designing that has two robots and stacks of tray objects.

I'm looking to improve the display performance, I have set Best Performance and enabled use GPU arrays.

While doing this I noticed the Simplify Object button.

I would like to perform this process on all objects in the station without having to click each item individually.

Can this be achieved? If not could this menu be modified to allow multi select? or could a method be added to the Python API?

object_list = RDK.ItemList(ITEM_TYPE_OBJECT)
for object in object_list:
    object.Simplify()
#2
Yes, this is possible. You should select the following shortcut:
Ctrl+Alt+Shift+S

It will apply the simplify operation to all the objects available. This can improve the render speed, open and save operations.
  




Users browsing this thread:
1 Guest(s)