|
Blender V5.0
|
#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 3382 of file DNA_modifier_types.h.
| char GreasePencilShrinkwrapModifierData::_pad[2] |
Definition at line 3408 of file DNA_modifier_types.h.
| struct Object* GreasePencilShrinkwrapModifierData::aux_target |
Additional shrink target.
Definition at line 3389 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| struct ShrinkwrapTreeData* GreasePencilShrinkwrapModifierData::cache_data |
Runtime only.
Definition at line 3415 of file DNA_modifier_types.h.
Referenced by blender::ensure_shrinkwrap_cache_data(), and blender::modify_drawing().
| GreasePencilModifierInfluenceData GreasePencilShrinkwrapModifierData::influence |
Definition at line 3384 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 3391 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| ModifierData GreasePencilShrinkwrapModifierData::modifier |
Definition at line 3383 of file DNA_modifier_types.h.
| char GreasePencilShrinkwrapModifierData::proj_axis |
Axis to project over.
Definition at line 3401 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| float GreasePencilShrinkwrapModifierData::proj_limit |
Limit the projection ray cast.
Definition at line 3399 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| char GreasePencilShrinkwrapModifierData::shrink_mode |
Shrink to surface mode.
Definition at line 3397 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 3395 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| short GreasePencilShrinkwrapModifierData::shrink_type |
Shrink type projection.
Definition at line 3393 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 3410 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| int GreasePencilShrinkwrapModifierData::smooth_step |
How many times apply smooth.
Definition at line 3412 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 3407 of file DNA_modifier_types.h.
Referenced by blender::modify_drawing().
| struct Object* GreasePencilShrinkwrapModifierData::target |
Shrink target.
Definition at line 3387 of file DNA_modifier_types.h.
Referenced by blender::ensure_shrinkwrap_cache_data(), and blender::modify_drawing().