07-27-2023, 08:35 AM
是的,你可以ccomplish converting a tool to an object and vice versa with a custom script.
For example, you can do this to drop the tool:
And you can do this to pick it up:
For example, you can do this to drop the tool:
Code:
tool.setParentStatic(reference)
tool.setParam("Convert", "Tool")
Code:
tool.setParentStatic(reference)
tool.setParam("Convert", "Object")