You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using UpdateOnly pushing bars, nodes and panels, the process is very slow - particularly with a large number of objects. The view is refreshing each time which is probably slowing things down.
Steps to reproduce:
Push a large number of bars using updateOnly.
Expected behaviour:
Suggest adding multioperation to the bar com calls, and implementing the global IsVisible and IsInteractive to speed up bar updating. I don't think there is any way to avoid the com access unfortunately.
Test file(s):
The text was updated successfully, but these errors were encountered:
Description:
When using UpdateOnly pushing bars, nodes and panels, the process is very slow - particularly with a large number of objects. The view is refreshing each time which is probably slowing things down.
Steps to reproduce:
Push a large number of bars using updateOnly.
Expected behaviour:
Suggest adding multioperation to the bar com calls, and implementing the global IsVisible and IsInteractive to speed up bar updating. I don't think there is any way to avoid the com access unfortunately.
Test file(s):
The text was updated successfully, but these errors were encountered: