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
At the moment, the phantom motion can be defined as follows: obj.motion = MotionList(Translate(...), Rotate(...), ...)
We would like it to be defined like this: obj.motion = [Translate(...), Rotate(...)]
The text was updated successfully, but these errors were encountered:
At the moment, the phantom motion can be defined as follows:
obj.motion = MotionList(Translate(...), Rotate(...), ...)
We would like it to be defined like this:
obj.motion = [Translate(...), Rotate(...)]
The text was updated successfully, but these errors were encountered: