|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_node_init (bNodeTree *, bNode *node) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
|
static |
Definition at line 51 of file node_geo_object_info.cc.
References BLI_assert, DEG_get_original_id(), DEG_object_geometry_is_evaluated(), DEG_object_transform_is_evaluated(), blender::bke::GeometrySet::from_instances(), GEO_NODE_TRANSFORM_SPACE_RELATIVE, blender::MatBase< float, 4, 4 >::identity(), blender::bke::GeometrySet::name, blender::bke::object_get_evaluated_geometry_set(), params, TIP_, blender::math::to_loc_rot_scale_safe(), blender::geometry::transform_geometry(), and NodeGeometryObjectInfo::transform_space.
Referenced by node_register().
|
static |
Definition at line 46 of file node_geo_object_info.cc.
References ptr, UI_ITEM_R_EXPAND, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 162 of file node_geo_object_info.cc.
References data, and GEO_NODE_TRANSFORM_SPACE_ORIGINAL.
Referenced by node_register().
|
static |
Definition at line 198 of file node_geo_object_info.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_INPUT, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_layout(), node_node_init(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 169 of file node_geo_object_info.cc.
References GEO_NODE_TRANSFORM_SPACE_ORIGINAL, GEO_NODE_TRANSFORM_SPACE_RELATIVE, NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), RNA_def_property_update_runtime(), and rna_Node_update_relations().
Referenced by node_register().