Hi all,
When using container.grap(part) in a python script the part becomes invisible in the 3D world. Then when i use another script to grap the part from this container it becomes visible again.
Does anyone know what the problem could be here?
Hi all,
When using container.grap(part) in a python script the part becomes invisible in the 3D world. Then when i use another script to grap the part from this container it becomes visible again.
Does anyone know what the problem could be here?
Probably just that the visibility gets inherited from the parent sim node. You can’t have visible vcNodes as descendants of invisible vcNodes.
Ahh you are correct, that solved it. Thanks alot !!