|
Blender V4.3
|
#include <DNA_modifier_types.h>
Public Attributes | |
| ModifierData | modifier |
| GreasePencilModifierInfluenceData | influence |
| struct Object * | target |
| struct Object * | aux_target |
| float | keep_dist |
| short | shrink_type |
| char | shrink_opts |
| char | shrink_mode |
| float | proj_limit |
| char | proj_axis |
| char | subsurf_levels |
| char | _pad [2] |
| float | smooth_factor |
| int | smooth_step |
| struct ShrinkwrapTreeData * | cache_data |
Definition at line 3332 of file DNA_modifier_types.h.
| char GreasePencilShrinkwrapModifierData::_pad[2] |
Definition at line 3358 of file DNA_modifier_types.h.
| struct Object* GreasePencilShrinkwrapModifierData::aux_target |
Additional shrink target.
Definition at line 3339 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| struct ShrinkwrapTreeData* GreasePencilShrinkwrapModifierData::cache_data |
Runtime only.
Definition at line 3365 of file DNA_modifier_types.h.
Referenced by blender::ensure_shrinkwrap_cache_data(), and blender::modify_drawing().
| GreasePencilModifierInfluenceData GreasePencilShrinkwrapModifierData::influence |
Definition at line 3334 of file DNA_modifier_types.h.
Referenced by influence_data_from_modifier(), and blender::modify_drawing().
| float GreasePencilShrinkwrapModifierData::keep_dist |
Distance offset to keep from mesh/projection point.
Definition at line 3341 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| ModifierData GreasePencilShrinkwrapModifierData::modifier |
Definition at line 3333 of file DNA_modifier_types.h.
| char GreasePencilShrinkwrapModifierData::proj_axis |
Axis to project over.
Definition at line 3351 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| float GreasePencilShrinkwrapModifierData::proj_limit |
Limit the projection ray cast.
Definition at line 3349 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| char GreasePencilShrinkwrapModifierData::shrink_mode |
Shrink to surface mode.
Definition at line 3347 of file DNA_modifier_types.h.
Referenced by blender::ensure_shrinkwrap_cache_data(), and blender::modify_drawing().
| char GreasePencilShrinkwrapModifierData::shrink_opts |
Shrink options.
Definition at line 3345 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| short GreasePencilShrinkwrapModifierData::shrink_type |
Shrink type projection.
Definition at line 3343 of file DNA_modifier_types.h.
Referenced by blender::ensure_shrinkwrap_cache_data(), and blender::modify_drawing().
| float GreasePencilShrinkwrapModifierData::smooth_factor |
Factor of smooth.
Definition at line 3360 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| int GreasePencilShrinkwrapModifierData::smooth_step |
How many times apply smooth.
Definition at line 3362 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| char GreasePencilShrinkwrapModifierData::subsurf_levels |
If using projection over vertex normal this controls the level of subsurface that must be done before getting the vertex coordinates and normal.
Definition at line 3357 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| struct Object* GreasePencilShrinkwrapModifierData::target |
Shrink target.
Definition at line 3337 of file DNA_modifier_types.h.
Referenced by blender::ensure_shrinkwrap_cache_data(), and blender::modify_drawing().