Blender
V3.3
|
#include <GEO_realize_instances.hh>
Public Attributes | |
bool | keep_original_ids = false |
bool | realize_instance_attributes = true |
Definition at line 9 of file GEO_realize_instances.hh.
bool blender::geometry::RealizeInstancesOptions::keep_original_ids = false |
The default is to generate new ids for every element (when there was any id attribute in the input). This avoids having a geometry that contains the same id many times. When this is true
the ids on the original geometries are kept unchanged and ids on instances are ignored. Ids are zero initialized when the original geometry did not have an id.
Definition at line 16 of file GEO_realize_instances.hh.
bool blender::geometry::RealizeInstancesOptions::realize_instance_attributes = true |
When true
the output geometry will contain all the generic attributes that existed on instances. Otherwise, instance attributes are ignored.
Definition at line 21 of file GEO_realize_instances.hh.