Selectors

The puzzles from this category are used to select 3D objects, groups, animation clips and materials to fit in other puzzles.

Puzzles available in the Selectors category

Contents

Puzzles Reference

select object

The drop-down contains an alphabetized list of all objects on the scene.

select object puzzle

all objects

Denotes all objects on the scene so that an operation can be applied to them in bulk.

all objects puzzle

This puzzle is not iterable, e.g. it can't be used as input for the for each in list puzzle. To iterate over a list of objects, use the get objects from puzzle.

select group

The drop-down contains an alphabetized list of all object groups presented in the scene. An operation can be applied to a group of objects in bulk.

select group puzzle

What the "group" actually represents depends on your modeling suite. In Blender, this is collection of objects (the most top-level "Scene Collection" is never exposed to Puzzles):

Blender collection

In 3ds Max, this can be either group ("Furniture") or selection set ("Furniture2"):

3ds Max group and selection set

In Maya, this can be either group ("Furniture") or set ("Furniture2"):

Maya group and object set

The "select group" puzzle is not iterable, e.g. it can't be used as input for the for each in list puzzle. To iterate over a list of objects, use the get objects from puzzle.

select animation

The drop-down contains an alphabetized list of all animation clips presented in the scene. An animation clip is named according to the object to which animation is applied in Blender, 3ds Max or Maya.

select animation puzzle with usage example

select material

The drop-down contains an alphabetized list of all materials that are present in the scene.

select material puzzle with usage example

get by name

Select an entity (object, group, animation clip, or material) given by its name.

get by name puzzle with usage example

The most common use case for this puzzle is dynamic scene loading, when the names of the loaded entities can't be selected via the list-based selectors.

Having Troubles with Puzzles?

Seek help on the forums!