Blender V4.5
blender::ed::object::ComponentObjects Struct Reference

Public Member Functions

Vector< Object * > all_objects () const
 

Public Attributes

Objectmesh_ob = nullptr
 
Objectcurves_ob = nullptr
 
Objectpointcloud_ob = nullptr
 
Objectgreasepencil_ob = nullptr
 
Vector< Object * > instance_objects
 

Detailed Description

Objects for a #GeometrySet.

Definition at line 59 of file object_visual_geometry_to_objects.cc.

Member Function Documentation

◆ all_objects()

Member Data Documentation

◆ curves_ob

Object* blender::ed::object::ComponentObjects::curves_ob = nullptr

◆ greasepencil_ob

Object* blender::ed::object::ComponentObjects::greasepencil_ob = nullptr

◆ instance_objects

Vector<Object *> blender::ed::object::ComponentObjects::instance_objects

◆ mesh_ob

Object* blender::ed::object::ComponentObjects::mesh_ob = nullptr

◆ pointcloud_ob

Object* blender::ed::object::ComponentObjects::pointcloud_ob = nullptr

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