Group multiples solid to move then at once #6339
ShuffleWire
started this conversation in
General
Replies: 1 comment 2 replies
-
Oh, Slot should make it, I will investigate |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've a use case in which I have 2 Solid, (1 Robot and 1 Solid), the Solid being a tool manipulated by the Robot.
I was initially designing this as 2 separate object, and it work fine, until I wished to move the Robot and the tool to another position.
I was obliged to move the Robot, and then the tool, which was not very handy...
I've ended up putting those two object into a Transform node, hence I could move the two at one, and that work great ! Wrapping up that in a PROTO make thing very pleasant to use.
However, I can't select my PROTO in the GUI the move it : I need to select it from the tree, and then slide it around : #6266
Two questions :
Thanks
Beta Was this translation helpful? Give feedback.
All reactions