Blender
V3.3
|
#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) |
Variables | |
const EnumPropertyItem | rna_enum_volume_grid_data_type_items [] |
|
static |
Definition at line 545 of file rna_volume.c.
References MAXFRAMEF, MINAFRAMEF, NULL, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_COLLECTION, PROP_EDITABLE, PROP_ENUM, PROP_FILEPATH, PROP_FLOAT, 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_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_srna(), RNA_def_property_string_funcs(), RNA_def_property_string_sdna(), 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(), rna_enum_velocity_unit_items, 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 700 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 371 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_path_func(), 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 246 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_name_property(), RNA_def_struct_ui_icon(), RNA_def_struct_ui_text(), rna_enum_volume_grid_data_type_items, and rna_matrix_dimsize_4x4.
Referenced by RNA_def_volume().
|
static |
Definition at line 301 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 478 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_path_func(), RNA_def_struct_sdna(), RNA_def_struct_ui_text(), space_items, VOLUME_PRECISION_FULL, VOLUME_PRECISION_HALF, VOLUME_PRECISION_VARIABLE, VOLUME_SPACE_OBJECT, and VOLUME_SPACE_WORLD.
Referenced by RNA_def_volume().
const EnumPropertyItem rna_enum_volume_grid_data_type_items[] |
Definition at line 22 of file rna_volume.c.
Referenced by blender::ed::spreadsheet::VolumeDataSource::get_column_values(), and rna_def_volume_grid().