Blender  V3.3
Public Attributes | List of all members
blender::geometry::RealizeInstancesOptions Struct Reference

#include <GEO_realize_instances.hh>

Public Attributes

bool keep_original_ids = false
 
bool realize_instance_attributes = true
 

Detailed Description

Definition at line 9 of file GEO_realize_instances.hh.

Member Data Documentation

◆ keep_original_ids

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.

◆ realize_instance_attributes

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.


The documentation for this struct was generated from the following file: