|
Blender
V2.93
|
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 684 of file uvedit_unwrap_ops.c.
| float MinStretch::blend |
Definition at line 689 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), minimize_stretch_iteration(), and minimize_stretch_modal().
| ParamHandle* MinStretch::handle |
Definition at line 688 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_exit(), minimize_stretch_init(), and minimize_stretch_iteration().
| int MinStretch::i |
Definition at line 691 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), minimize_stretch_iteration(), and minimize_stretch_modal().
| int MinStretch::iterations |
Definition at line 691 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init(), and minimize_stretch_modal().
| double MinStretch::lasttime |
Definition at line 690 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 686 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 687 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 685 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_init().
| wmTimer* MinStretch::timer |
Definition at line 692 of file uvedit_unwrap_ops.c.
Referenced by minimize_stretch_exit(), minimize_stretch_invoke(), and minimize_stretch_modal().