Created
May 14, 2021 09:23
-
-
Save andybak/bbd575c20a64fd4402a75d507da5c31f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
draw.path: string jsonString | |
draw.text: string text | |
draw.svg: string pathString | |
brush.type: string brushId | |
brush.color.shift: Vector3 hsv | |
brush.color: string colorString | |
brush.size: float size | |
brush.enlarge: float size | |
brush.reduce: float size | |
camera.teleport: Vector3 translation | |
camera.turn: float angle | |
camera.turn.y: float angle | |
camera.yaw: float angle | |
camera.pitch: float angle | |
camera.turn.x: float angle | |
camera.roll: float angle | |
camera.turn.z: float angle | |
camera.lookat: Vector3 direction | |
brush.moveto: Vector3 position | |
brush.moveby: Vector3 offset | |
brush.move: float distance | |
brush.draw: float distance | |
brush.turn: float angle | |
brush.turn.y: float angle | |
brush.yaw: float angle | |
brush.pitch: float angle | |
brush.turn.x: float angle | |
brush.roll: float angle | |
brush.turn.z: float angle | |
brush.lookat: Vector3 direction | |
save: int saveIndex | |
save.new: Boolean generateBoundingBoxSaveIcon | |
export.all | |
drafting.visible | |
drafting.transparent | |
drafting.hidden | |
load.user: int index | |
load.curated: int index | |
load.liked: int index | |
load.named: string pathName | |
new | |
symmetry.mirror | |
symmetry.doublemirror | |
straightedge.toggle | |
autoorient.toggle | |
undo | |
redo | |
panels.reset | |
sketch.origin | |
viewonly | |
dropcam | |
autosimplify.toggle | |
export | |
sketch.openfolder: int index | |
stencils.disabled | |
straightedge.shape: Boolean enable | |
disco | |
googledrivesync.toggle | |
selection.duplicate | |
selection.group | |
export.selected | |
camerapath.render | |
profiling.toggle | |
autoprofile | |
settings.toggle | |
mirror.summon | |
selection.invert | |
select.all | |
selection.flip | |
brushlab.toggle | |
postprocessing.toggle | |
watermark.toggle | |
camerapath.togglevisuals | |
camerapath.togglepreview | |
camerapath.delete | |
camerapath.record |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment