|
Blender V4.5
|
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 |
Definition at line 30 of file node_geo_object_info.cc.
References b, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::hide_label, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 51 of file node_geo_object_info.cc.
References BLI_assert, blender::nodes::GeoNodesUserData::call_data, DEG_get_original(), DEG_object_geometry_is_evaluated(), DEG_object_transform_is_evaluated(), blender::nodes::Error, blender::nodes::GeoNodeExecParams::error_message_add(), blender::nodes::GeoNodeExecParams::extract_input(), blender::nodes::GeometrySet::from_instances(), GEO_NODE_TRANSFORM_SPACE_RELATIVE, blender::MatBase< float, 4, 4 >::identity(), blender::bke::GeometrySet::name, blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), blender::bke::object_get_evaluated_geometry_set(), blender::nodes::GeoNodesCallData::operator_data, blender::nodes::GeoNodeExecParams::output_is_required(), blender::nodes::GeoNodeExecParams::self_object(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), blender::nodes::GeoNodeExecParams::set_output(), TIP_, blender::math::to_loc_rot_scale_safe(), blender::geometry::transform_geometry(), NodeGeometryObjectInfo::transform_space, and blender::nodes::GeoNodeExecParams::user_data().
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 46 of file node_geo_object_info.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_R_EXPAND.
Referenced by node_layout(), and node_register().
Definition at line 161 of file node_geo_object_info.cc.
References data, GEO_NODE_TRANSFORM_SPACE_ORIGINAL, MEM_callocN(), node_node_init(), and bNode::storage.
Referenced by node_node_init(), and node_register().
|
static |
Definition at line 197 of file node_geo_object_info.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_OBJECT_INFO, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_INPUT, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_layout(), node_node_init(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 168 of file node_geo_object_info.cc.
References GEO_NODE_TRANSFORM_SPACE_ORIGINAL, GEO_NODE_TRANSFORM_SPACE_RELATIVE, NOD_storage_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), RNA_def_property_update_runtime(), and rna_Node_update_relations().
Referenced by node_register(), and node_rna().