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.

Pick one of many objects

Home Forums Puzzles Pick one of many objects

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #7325
    RenierMyburgh
    Customer

    I’m trying to find a way to select an object in a scene, in this example, 1 of 630 cubes stacked as separate objects.

    I’d like to be able to pick a number between 1 and 630 before crashing them and have it outline the corresponding cube. I feel I’m missing something very obvious and just need a nudge in the right direction.

    Also: In Blend4Web there’s a checkbox to control all Children of an object via the control-flow nodes .. is there a puzzle way for this or only js at this stage?

    Thanks in advance.

    #7337

    Hi!

    I’m recalling we used a kind of this approach in Farmers Journey demo. There are hundreds of objects there that are accessed by a number. Please check out that demo for more details.

    Chief 3D Verger | LinkedIn | Twitter

    #7338

    You can add objects to a group in Blender and select them all at once with the group selector in puzzles.

    Chief 3D Verger | LinkedIn | Twitter

    #7342
    RenierMyburgh
    Customer

    Hi Yuri! Thanks for the response.

    With regards to selecting a group of objects, my issue is I tried to stop the animation of all objects in the scene with the “all objects” selector as well as with a group created within Blender. But it doesn’t seem to work with the “pause animation of > all objects” puzzle or the group selector.

    Thanks for helping! Really loving the 2.7.1 update… only got it today. It’s like you guys read my mind with the WordPress integration. Massive kudos!

    #7343
    RenierMyburgh
    Customer

    Sorry, I realized I’m not providing enough info here.

    I understand selecting grouped objects, but it doesn’t seem to apply to animation clips in the same way. I will go through the Farmer’s Journey logic a little better to figure out how to do the randomization aspects.

    I can add objects to lists just fine in puzzles, but doing 630 of them would definitely be much faster in code than in the puzzle system, so was just asking if there’s a quick way to assign many ‘children’ objects of a certain parent to a list and pause/play them accordingly.

    #7344

    I see. For this case you can use the get animations puzzle with a group or all objects selector and then supply it to the animation control puzzles.
    https://www.soft8soft.com/docs/#manual/introduction/Puzzles.get_animation

    Thanks for kudos :)

    Chief 3D Verger | LinkedIn | Twitter

    #7347
    RenierMyburgh
    Customer

    Got it, thanks!

    #34520
    farzinkhodadadi
    Participant

    about kind of same problem here. i have around 80 different object. i want to make when you click on them. that object outline will be active. and outline for other objects get deactive. but i dont want to select all the objects one by one.
    its more like, outline activate for this and deactive for all other. just need that (except) option.
    i also know that i can make a list of other object and copy the list. but even that big list make the window really slow and busy

    #34530

    Hi,

    you can use the puzzle called picked object to get the recently clicked object. Before assigning outline to it, you can disable outline for all objects on the scene using puzzle all objects.

    Chief 3D Verger | LinkedIn | Twitter

    #34531
    farzinkhodadadi
    Participant

    thank you so much. and 1 more question is, is there any limit of storage or configurator size? for uploading ? i mean after finishing upload on my website.
    like all files in scooter is about 60mb. but mine is getting more than 500mb.
    any limit?
    and how can i check my configurator online not on local. but i dont want to share the files with others. not giving access to anyone to change anything,

    #34548

    There are no limits on application file size (especially if you load assets on demand).

    You can use Verge3D Network for testing online, or your own server. Just don’t share the link with public.

    Chief 3D Verger | LinkedIn | Twitter

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