|
Blender V4.3
|
Public Attributes | |
| int | spread |
| int | skip |
| int | points_per_curve |
| int | material_index |
| float | thickness |
| float | strength |
Definition at line 349 of file MOD_grease_pencil_envelope.cc.
| int blender::EnvelopeInfo::material_index |
Definition at line 357 of file MOD_grease_pencil_envelope.cc.
Referenced by blender::create_envelope_strokes_for_curve(), and blender::get_envelope_info().
| int blender::EnvelopeInfo::points_per_curve |
Definition at line 355 of file MOD_grease_pencil_envelope.cc.
Referenced by blender::create_envelope_strokes(), blender::create_envelope_strokes_for_curve(), and blender::get_envelope_info().
| int blender::EnvelopeInfo::skip |
Definition at line 353 of file MOD_grease_pencil_envelope.cc.
Referenced by blender::create_envelope_strokes_for_curve(), blender::curve_envelope_strokes_num(), and blender::get_envelope_info().
| int blender::EnvelopeInfo::spread |
Definition at line 351 of file MOD_grease_pencil_envelope.cc.
Referenced by blender::curve_spread(), and blender::get_envelope_info().
| float blender::EnvelopeInfo::strength |
Definition at line 359 of file MOD_grease_pencil_envelope.cc.
Referenced by blender::create_envelope_strokes(), and blender::get_envelope_info().
| float blender::EnvelopeInfo::thickness |
Definition at line 358 of file MOD_grease_pencil_envelope.cc.
Referenced by blender::create_envelope_strokes(), and blender::get_envelope_info().