|
Blender V4.3
|
#include <climits>#include <cstdlib>#include "BLI_math_base.h"#include "DNA_cloth_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "RNA_define.hh"#include "rna_internal.hh"#include "BKE_cloth.hh"#include "BKE_modifier.hh"#include "SIM_mass_spring.h"#include "WM_api.hh"#include "WM_types.hh"Go to the source code of this file.
Functions | |
| static void | rna_def_cloth_solver_result (BlenderRNA *brna) |
| static void | rna_def_cloth_sim_settings (BlenderRNA *brna) |
| static void | rna_def_cloth_collision_settings (BlenderRNA *brna) |
| void | RNA_def_cloth (BlenderRNA *brna) |
| void RNA_def_cloth | ( | BlenderRNA * | brna | ) |
Definition at line 1215 of file rna_cloth.cc.
References rna_def_cloth_collision_settings(), rna_def_cloth_sim_settings(), and rna_def_cloth_solver_result().
|
static |
Definition at line 1089 of file rna_cloth.cc.
References CLOTH_COLLSETTINGS_FLAG_ENABLED, CLOTH_COLLSETTINGS_FLAG_SELF, PROP_BOOLEAN, PROP_DISTANCE, PROP_EDITABLE, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_boolean_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_clear_flag(), RNA_def_property_pointer_sdna(), RNA_def_property_range(), RNA_def_property_string_funcs(), 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(), and RNA_define_lib_overridable().
Referenced by RNA_def_cloth().
|
static |
Definition at line 554 of file rna_cloth.cc.
References CLOTH_BENDING_ANGULAR, CLOTH_BENDING_LINEAR, CLOTH_SIMSETTINGS_FLAG_DYNAMIC_BASEMESH, CLOTH_SIMSETTINGS_FLAG_INTERNAL_SPRINGS, CLOTH_SIMSETTINGS_FLAG_INTERNAL_SPRINGS_NORMAL, CLOTH_SIMSETTINGS_FLAG_PRESSURE, CLOTH_SIMSETTINGS_FLAG_PRESSURE_VOL, CLOTH_SIMSETTINGS_FLAG_SEW, CLOTH_SIMSETTINGS_FLAG_TEARING, FLT_MAX, M_PI_4, PROP_ACCELERATION, PROP_ANGLE, PROP_ANIMATABLE, PROP_BOOLEAN, PROP_EDITABLE, PROP_ENUM, PROP_FACTOR, PROP_FLOAT, PROP_INT, PROP_NONE, PROP_POINTER, PROP_STRING, PROP_UNIT_MASS, PROP_UNSIGNED, PROPOVERRIDE_OVERRIDABLE_LIBRARY, RNA_def_property(), RNA_def_property_array(), RNA_def_property_boolean_sdna(), RNA_def_property_clear_flag(), RNA_def_property_editable_func(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_default(), RNA_def_property_float_funcs(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_override_clear_flag(), RNA_def_property_pointer_funcs(), RNA_def_property_range(), RNA_def_property_string_funcs(), RNA_def_property_struct_type(), 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(), and RNA_define_lib_overridable().
Referenced by RNA_def_cloth().
|
static |
Definition at line 484 of file rna_cloth.cc.
References PROP_EDITABLE, PROP_ENUM, PROP_ENUM_FLAG, PROP_FLOAT, PROP_INT, PROP_NONE, RNA_def_property(), RNA_def_property_clear_flag(), RNA_def_property_enum_items(), RNA_def_property_enum_sdna(), RNA_def_property_flag(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), RNA_def_property_ui_text(), RNA_def_struct(), RNA_def_struct_ui_text(), RNA_define_verify_sdna(), SIM_SOLVER_INVALID_INPUT, SIM_SOLVER_NO_CONVERGENCE, SIM_SOLVER_NUMERICAL_ISSUE, and SIM_SOLVER_SUCCESS.
Referenced by RNA_def_cloth().