mirror of
https://github.com/markqvist/Sideband.git
synced 2024-10-01 03:15:37 -04:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
<RotateWidget>
|
|
canvas.before:
|
|
PushMatrix
|
|
Rotate:
|
|
angle: self.rotate_value_angle
|
|
axis: tuple(self.rotate_value_axis)
|
|
origin: self.center
|
|
canvas.after:
|
|
PopMatrix
|