CuttleConsole
Methods
Logs arguments inside the expression editor.
argsunknown[]Logs arguments inside the expression editor and displays an info bubble in the inspector.
argsunknown[]Logs arguments inside the expression editor and displays a warning bubble in the inspector.
argsunknown[]Logs arguments inside the expression editor and displays an error bubble in the inspector. If an error is logged, the component or modifier instance will appear red and subsequent modifiers will be skipped.
argsunknown[]Logs geometry to the canvas. Geometry logged with this function will only appear when the component or modifier instance is selected.
argsGeometry[]Logs geometry to the canvas. Geometry logged with this function will appear by default even if the instance is not selected. This is how Cuttle displays the axis of a MirrorRepeat modifier, for example.
argsGeometry[]Hides the named parameters from the inspector for the current component or modifier instance.
namesstring[]
The Cuttle console can be accessed in expressions via the
consoleglobal. It provides a way to log information for the purpose of debugging or presenting information to the user in the inspector or canvas.