Home
last modified time | relevance | path

Searched refs:PARTICLE_SYSTEM (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node.cc92 case NodeType::PARTICLE_SYSTEM: in nodeTypeAsString()
161 case NodeType::PARTICLE_SYSTEM: in nodeTypeToSceneComponent()
244 case NodeType::PARTICLE_SYSTEM: in nodeTypeToObjectComponent()
H A Ddeg_node.h113 PARTICLE_SYSTEM, enumerator
H A Ddeg_node_component.cc331 DEG_COMPONENT_NODE_DEFINE(Particles, PARTICLE_SYSTEM, ID_RECALC_GEOMETRY);
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dmeshmanager.cpp11 #define PARTICLE_SYSTEM 0 macro
26 #if PARTICLE_SYSTEM
132 #if PARTICLE_SYSTEM in load()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dmeshmanager.cpp11 #define PARTICLE_SYSTEM 0 macro
26 #if PARTICLE_SYSTEM
132 #if PARTICLE_SYSTEM in load()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/eval/
H A Ddeg_eval_flush.cc149 comp_node->type != NodeType::PARTICLE_SYSTEM) { in flush_handle_component_node()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_relations.cc452 ComponentKey eff_key(&relation->ob->id, NodeType::PARTICLE_SYSTEM); in add_particle_forcefield_relations()
461 NodeType::PARTICLE_SYSTEM, in add_particle_forcefield_relations()
1794 &object->id, NodeType::PARTICLE_SYSTEM, OperationCode::PARTICLE_SYSTEM_INIT); in build_particle_systems()
1796 &object->id, NodeType::PARTICLE_SYSTEM, OperationCode::PARTICLE_SYSTEM_DONE); in build_particle_systems()
1797 ComponentKey eval_key(&object->id, NodeType::PARTICLE_SYSTEM); in build_particle_systems()
1811 &object->id, NodeType::PARTICLE_SYSTEM, OperationCode::PARTICLE_SYSTEM_EVAL, psys->name); in build_particle_systems()
1940 &object->id, NodeType::PARTICLE_SYSTEM, OperationCode::PARTICLE_SYSTEM_EVAL, psys->name); in build_particle_system_visualization_object()
H A Ddeg_builder_nodes.cc1182 ComponentNode *psys_comp = add_component_node(&object->id, NodeType::PARTICLE_SYSTEM); in build_particle_systems()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/debug/
H A Ddeg_debug_relations_graphviz.cc420 case NodeType::PARTICLE_SYSTEM: in deg_debug_graphviz_node()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph_tag.cc190 *component_type = NodeType::PARTICLE_SYSTEM; in depsgraph_tag_to_component_opcode()