|
Blender
V2.93
|
#include <stdlib.h>#include "RNA_access.h"#include "RNA_define.h"#include "RNA_enum_types.h"#include "rna_internal.h"#include "DNA_scene_types.h"#include "DNA_volume_types.h"#include "BKE_volume.h"#include "BLI_math_base.h"Go to the source code of this file.
Functions | |
| static void | rna_def_volume_grid (BlenderRNA *brna) |
| static void | rna_def_volume_grids (BlenderRNA *brna, PropertyRNA *cprop) |
| static void | rna_def_volume_display (BlenderRNA *brna) |
| static void | rna_def_volume_render (BlenderRNA *brna) |
| static void | rna_def_volume (BlenderRNA *brna) |
| void | RNA_def_volume (BlenderRNA *brna) |
|
static |
Definition at line 523 of file rna_volume.c.
References MAXFRAMEF, MINAFRAMEF, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_ENUM, PROP_FILEPATH, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_TIME, rna_def_animdata_common(), RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_collection_funcs(), RNA_def_property_collection_sdna(), RNA_def_property_enum_items(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_srna(), RNA_def_property_struct_type(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_def_volume_grids(), VOLUME_SEQUENCE_CLIP, VOLUME_SEQUENCE_EXTEND, VOLUME_SEQUENCE_PING_PONG, and VOLUME_SEQUENCE_REPEAT.
Referenced by RNA_def_volume().
| void RNA_def_volume | ( | BlenderRNA * | brna | ) |
Definition at line 629 of file rna_volume.c.
References rna_def_volume(), rna_def_volume_display(), rna_def_volume_grid(), and rna_def_volume_render().
|
static |
Definition at line 366 of file rna_volume.c.
References NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), VOLUME_AXIS_SLICE_SINGLE, VOLUME_DISPLAY_INTERP_CLOSEST, VOLUME_DISPLAY_INTERP_CUBIC, VOLUME_DISPLAY_INTERP_LINEAR, VOLUME_SLICE_AXIS_AUTO, VOLUME_SLICE_AXIS_X, VOLUME_SLICE_AXIS_Y, VOLUME_SLICE_AXIS_Z, VOLUME_WIREFRAME_BOUNDS, VOLUME_WIREFRAME_BOXES, VOLUME_WIREFRAME_COARSE, VOLUME_WIREFRAME_FINE, VOLUME_WIREFRAME_NONE, and VOLUME_WIREFRAME_POINTS.
Referenced by RNA_def_volume().
|
static |
Definition at line 222 of file rna_volume.c.
References FUNC_USE_SELF_ID, NULL, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FLOAT, PROP_INT, PROP_MATRIX, PROP_NONE, PROP_STRING, PROP_UNSIGNED, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_enum_funcs(), RNA_def_property_enum_items(), RNA_def_property_float_funcs(), RNA_def_property_int_funcs(), RNA_def_property_multi_array(), RNA_def_property_string_funcs(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_matrix_dimsize_4x4, VOLUME_GRID_BOOLEAN, VOLUME_GRID_DOUBLE, VOLUME_GRID_FLOAT, VOLUME_GRID_INT, VOLUME_GRID_INT64, VOLUME_GRID_MASK, VOLUME_GRID_POINTS, VOLUME_GRID_STRING, VOLUME_GRID_UNKNOWN, VOLUME_GRID_VECTOR_DOUBLE, VOLUME_GRID_VECTOR_FLOAT, and VOLUME_GRID_VECTOR_INT.
Referenced by RNA_def_volume().
|
static |
Definition at line 296 of file rna_volume.c.
References FUNC_USE_MAIN, FUNC_USE_REPORTS, NULL, PARM_REQUIRED, PROP_BOOLEAN, PROP_EDITABLE, PROP_FILEPATH, PROP_INT, PROP_NONE, PROP_STRING, PROP_UNSIGNED, RNA_def_boolean(), RNA_def_function(), RNA_def_function_flag(), RNA_def_function_return(), RNA_def_function_ui_description(), RNA_def_parameter_flags(), RNA_def_property(), RNA_def_property_boolean_funcs(), RNA_def_property_clear_flag(), RNA_def_property_int_funcs(), RNA_def_property_int_sdna(), RNA_def_property_srna(), RNA_def_property_string_funcs(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_string_file_path(), RNA_def_struct(), RNA_def_struct_sdna(), and RNA_def_struct_ui_text().
Referenced by rna_def_volume().
|
static |
Definition at line 472 of file rna_volume.c.
References NULL, PROP_ANIMATABLE, PROP_DISTANCE, PROP_ENUM, PROP_FLOAT, PROP_NONE, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_float_sdna(), RNA_def_property_range(), RNA_def_property_ui_range(), RNA_def_property_ui_text(), RNA_def_property_update(), RNA_def_struct(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), space_items, VOLUME_SPACE_OBJECT, and VOLUME_SPACE_WORLD.
Referenced by RNA_def_volume().