|
Blender V4.5
|
Functions | |
| static void | position (const bNode &, void *r_value) |
| static void | normal (const bNode &, void *r_value) |
| static void | index (const bNode &, void *r_value) |
| static void | id_or_index (const bNode &, void *r_value) |
| static void | instance_transform (const bNode &, void *r_value) |
| static void | handle_left (const bNode &, void *r_value) |
| static void | handle_right (const bNode &, void *r_value) |
|
static |
Definition at line 943 of file node_declaration.cc.
References blender::bke::AttributeFieldInput::Create(), and handle_left().
Referenced by blender::nodes::get_implicit_input_value_fn(), and handle_left().
|
static |
Definition at line 948 of file node_declaration.cc.
References blender::bke::AttributeFieldInput::Create(), and handle_right().
Referenced by blender::nodes::get_implicit_input_value_fn(), and handle_right().
|
static |
Definition at line 931 of file node_declaration.cc.
References id_or_index().
Referenced by blender::nodes::get_implicit_input_value_fn(), and id_or_index().
|
static |
Definition at line 926 of file node_declaration.cc.
References index().
Referenced by blender::nodes::get_implicit_input_value_fn(), and index().
|
static |
Definition at line 937 of file node_declaration.cc.
References blender::bke::AttributeFieldInput::Create(), and instance_transform().
Referenced by blender::nodes::get_implicit_input_value_fn(), and instance_transform().
|
static |
Definition at line 920 of file node_declaration.cc.
References normal().
Referenced by blender::nodes::get_implicit_input_value_fn(), and normal().
|
static |
Definition at line 915 of file node_declaration.cc.
References blender::bke::AttributeFieldInput::Create(), and position().
Referenced by blender::nodes::get_implicit_input_value_fn(), and position().