8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
|
|
function context_ext_init(c: context_t) {
|
|
c.tool = workspace_tool_t.GIZMO;
|
|
}
|
|
|
|
function context_ext_select_paint_object(o: mesh_object_t) {
|
|
}
|