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.

Groups, variables, objects

Home Forums Puzzles Groups, variables, objects

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11329
    chromebook15
    Customer

    Noob warning.
    I have searched around, so far i understand that once grouped, the objects are not iterable. Does it mean i need to store each and every single object to a variable and then do the magic with the variables?
    All objects used with save state list behaves like groups?
    Something like show [all objects] without [red objects] but as variables?
    I have a huge amount of interacting objects and their function is to hide/unhide. I have the code in a very different format. It would be helpful to develop my own hiding/showing/sorting of these objects as functions, like a group or parent that has all of them, and then functions that sort them based on their name, material and nested hierarchy. Am i correct in assuming that i need them “labeled” with corresponding variables? Can i make my own internal minibrowser in this way, and copy-paste lists of (im guessing variables) that are read and displayed as objects? There are also several ways to make menus, html or inside blender a plane locked to the view, as seen in the beautiful examples. In the teapot example id love to know more about the part that uses Html to highlight (in my case hide) an actual 3d object.
    Or maybe they can be showed indirectly by animations/frames. Grouping them would then be a list of numbers/frames?
    Thanks

    #11342

    Hi,

    omething like show [all objects] without [red objects] but as variables?

    you probably can use the following construct:
    show all objects
    hide the group “red objects”
    So in this particular case you can do this without any variables.

    Am i correct in assuming that i need them “labeled” with corresponding variables?

    As of version 2.10, it is possible to use Text puzzles for object names beside dropdown selectors. This may be a way to go.

    Chief 3D Verger | LinkedIn | Twitter

    #11475
    chromebook15
    Customer

    Thank you, it finally worked.

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