|
Blender V4.3
|
#include <ED_clip.hh>
Public Attributes | |
| float | offset_x |
| float | offset_y |
| float | lock_offset_x |
| float | lock_offset_y |
| float | zoom |
Locked state is used to preserve current clip editor viewport upon changes. Example usage:
These function are to be used from space clip editor context only. Otherwise debug builds will assert, release builds will crash.
Definition at line 166 of file ED_clip.hh.
| float ClipViewLockState::lock_offset_x |
Definition at line 168 of file ED_clip.hh.
| float ClipViewLockState::lock_offset_y |
Definition at line 168 of file ED_clip.hh.
| float ClipViewLockState::offset_x |
Definition at line 167 of file ED_clip.hh.
| float ClipViewLockState::offset_y |
Definition at line 167 of file ED_clip.hh.
| float ClipViewLockState::zoom |
Definition at line 169 of file ED_clip.hh.