Hello, I opened this feature request here, but was redirected to this forum.
Problem / current workflow
Right now, to attach a Python script to a prim, the workflow is:
-
Select the prim
-
Add the Python Scripting component
-
Drag & drop the script onto the component (or browse to assign it)
This is a bit click-heavy when iterating quickly or assigning scripts to many prims.
Requested feature
Allow users to drag & drop a .py script directly onto a prim (in the Stage tree and/or viewport) and have Isaac Sim:
-
Automatically create the Python Scripting component on that prim
-
Automatically assign the dropped script to that component
Motivation
This would streamline common authoring workflows and make scripting attachment feel as quick as other drag-and-drop interactions.