|
Blender V4.5
|
Classes | |
| class | LoadObjCache |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 19 of file node_geo_import_obj.cc.
References b, node_declare(), blender::nodes::decl::String::path_filter, and PROP_FILEPATH.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 41 of file node_geo_import_obj.cc.
References blender::bke::Instances::add_instance(), blender::bke::Instances::add_reference(), BKE_reports_free(), BKE_reports_init(), BLI_SCOPED_DEFER, blender::nodes::GeoNodeExecParams::ensure_absolute_path(), blender::nodes::Error, blender::nodes::GeoNodeExecParams::error_message_add(), blender::nodes::GeoNodeExecParams::extract_input(), OBJImportParams::filepath, blender::nodes::GeometrySet::from_instances(), blender::memory_cache::get_loaded(), blender::MatBase< float, 4, 4 >::identity(), LISTBASE_FOREACH, blender::nodes::geo_eval_log::NodeWarning::message, node_geo_exec(), OBJ_import_geometries(), OBJImportParams::reports, reports, RPT_STORE, blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), blender::nodes::GeoNodeExecParams::set_output(), blender::StringRefNull::StringRefNull(), STRNCPY(), TIP_, and blender::nodes::geo_eval_log::NodeWarning::type.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 92 of file node_geo_import_obj.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_IMPORT_OBJ, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), node_register(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().