|
Blender
V3.3
|
#include <DNA_dynamicpaint_types.h>
Public Attributes | |
| struct DynamicPaintModifierData * | pmd |
| struct ListBase | surfaces |
| short | active_sur |
| short | flags |
| char | _pad [4] |
| char | error [64] |
Definition at line 150 of file DNA_dynamicpaint_types.h.
| char DynamicPaintCanvasSettings::_pad[4] |
Definition at line 156 of file DNA_dynamicpaint_types.h.
| short DynamicPaintCanvasSettings::active_sur |
Definition at line 155 of file DNA_dynamicpaint_types.h.
Referenced by dynamicPaint_Modifier_copy(), get_activeSurface(), surface_slot_add_exec(), and surface_slot_remove_exec().
| char DynamicPaintCanvasSettings::error[64] |
Bake error description.
Definition at line 159 of file DNA_dynamicpaint_types.h.
Referenced by dpaint_bake_endjob(), dynamicpaint_bake_exec(), dynamicPaint_bakeImageSequence(), and setError().
| short DynamicPaintCanvasSettings::flags |
Definition at line 155 of file DNA_dynamicpaint_types.h.
Referenced by BKE_modifier_blend_read_data(), dpaint_bake_endjob(), dynamicpaint_bake_exec(), dynamicPaint_frameUpdate(), and dynamicPaint_Modifier_apply().
| struct DynamicPaintModifierData* DynamicPaintCanvasSettings::pmd |
For fast RNA access.
Definition at line 152 of file DNA_dynamicpaint_types.h.
Referenced by BKE_modifier_blend_read_data(), canvas_copyMesh(), dynamicPaint_canvas_mesh_get(), dynamicPaint_createType(), and dynamicPaint_Modifier_copy().
| struct ListBase DynamicPaintCanvasSettings::surfaces |
Definition at line 152 of file DNA_dynamicpaint_types.h.
Referenced by BKE_modifier_blend_read_data(), BKE_modifier_blend_write(), BKE_ptcache_object_reset(), blo_do_versions_260(), dynamicPaint_createNewSurface(), dynamicPaint_frameUpdate(), dynamicPaint_freeCanvas(), dynamicPaint_Modifier_apply(), dynamicPaint_Modifier_copy(), foreach_object_modifier_ptcache(), foreachIDLink(), get_activeSurface(), requiredDataMask(), surface_duplicateNameExists(), surface_duplicateOutputExists(), surface_slot_remove_exec(), and updateDepsgraph().