|
Blender
V3.3
|
Public Attributes | |
| const Scene * | scene |
| Object ** | objects_edit |
| uint | objects_len |
| ParamHandle * | handle |
| float | blend |
| double | lasttime |
| int | i |
| int | iterations |
| wmTimer * | timer |
Definition at line 775 of file uvedit_unwrap_ops.c.
| float MinStretch::blend |
Definition at line 780 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), minimize_stretch_iteration(), and minimize_stretch_modal().
| ParamHandle* MinStretch::handle |
Definition at line 779 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_exit(), minimize_stretch_init(), and minimize_stretch_iteration().
| int MinStretch::i |
Definition at line 782 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), minimize_stretch_iteration(), and minimize_stretch_modal().
| int MinStretch::iterations |
Definition at line 782 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), and minimize_stretch_modal().
| double MinStretch::lasttime |
Definition at line 781 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), minimize_stretch_iteration(), and minimize_stretch_modal().
| Object** MinStretch::objects_edit |
Definition at line 777 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_exit(), minimize_stretch_init(), and minimize_stretch_iteration().
| uint MinStretch::objects_len |
Definition at line 778 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_exit(), minimize_stretch_init(), and minimize_stretch_iteration().
| const Scene* MinStretch::scene |
Definition at line 776 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init().
| wmTimer* MinStretch::timer |
Definition at line 783 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_exit(), minimize_stretch_invoke(), and minimize_stretch_modal().