We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Reference batched geo

Home Forums Puzzles Reference batched geo

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #70148
    Ben
    Customer

    Hi, is there any way to reference newly batched geometry using puzzles? For example if I batch a bunch of cubes, how to I assign the resulting batch object to a variable so it can be moved/deleted etc later?

    Thanks

    #70149

    Hi Ben,

    it is not possible to explicitly assign predefined names to batches, but it follows a certain naming convention as can be seen on the screenshot https://www.soft8soft.com/docs/manual/en/puzzles/Scenes.html#batch_geometry

    Chief 3D Verger | LinkedIn | Twitter

    #70151
    Ben
    Customer

    Thanks Yuri,
    That helped me get it working:

    1. Add all clones of object to clone_list

    2. batch geometry of clone_list

    3. Set a variable to the following using a create text node plugged into a get object node:
    “object_x”
    get length of clone_list
    “_batch”

    Variable now points to the batched geo. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.