Blender
V3.3
|
#include <limits.h>
#include <stdlib.h>
#include "DNA_cloth_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "RNA_define.h"
#include "rna_internal.h"
#include "BLI_math.h"
#include "BKE_cloth.h"
#include "BKE_modifier.h"
#include "SIM_mass_spring.h"
#include "WM_api.h"
#include "WM_types.h"
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 1211 of file rna_cloth.c.
References rna_def_cloth_collision_settings(), rna_def_cloth_sim_settings(), and rna_def_cloth_solver_result().
|
static |
Definition at line 1085 of file rna_cloth.c.
References CLOTH_COLLSETTINGS_FLAG_ENABLED, CLOTH_COLLSETTINGS_FLAG_SELF, NULL, 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 553 of file rna_cloth.c.
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, M_PI_4, NULL, 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 483 of file rna_cloth.c.
References NULL, 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().