- This topic has 8 replies, 3 voices, and was last updated 1 year ago by
Brameister.
-
AuthorPosts
-
2022-07-01 at 5:52 am #53790
junglistCustomerHello,
Does anyone worked with *Clone_object* puzzle?
It creates a copy of object and gives unique name for it. But is it possible to know the exact name of the copy, so I could further control it?
Attachments:
2022-07-01 at 10:14 am #53797kdv
ParticipantYeap, it’s possible

Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2022-07-01 at 10:21 am #53799
junglistCustomerThank you, as I understood I could place it in variable and just control variable?
2022-07-01 at 10:40 am #53800kdv
ParticipantYes, exactly. If you don’t plan to create 1000+ clones to control them )))
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-06-13 at 2:38 pm #74837Brameister
ParticipantBut what if I need to create more than one clone of the same object, but each clone has to be an individual and separate object, each of them with their own id?
2024-06-13 at 2:48 pm #74839kdv
ParticipantSee no problem. Create as many clones as needed. Each clone will be an individual object with its own unique
idanduuidbut sharing the same geometry and material.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-06-13 at 4:39 pm #74844Brameister
ParticipantI tried setting a variable to the clone and then snapped it to another object, but that made the cloned object scale up like 10x to 20x automatically. What did I miss here?
Attachments:
2024-06-13 at 5:08 pm #74846kdv
ParticipantLook at
Barra 1 - Empty‘s scale. Compare it with the scale of your clone.Snapped objects copy all three transforms: position/rotation/scale. Have no idea why they in S8S decided to copy scale
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2024-10-09 at 5:47 pm #77871Brameister
ParticipantLook at
Barra 1 - Empty‘s scale. Compare it with the scale of your clone.Snapped objects copy all three transforms: position/rotation/scale. Have no idea why they in S8S decided to copy scale

I see. Well, for future reference, I just set the snapped object’s scale back to 1 after snapping. That’s the best I could figure out to work around this issue.
-
AuthorPosts
- You must be logged in to reply to this topic.


