maya-usd icon indicating copy to clipboard operation
maya-usd copied to clipboard

EMSUSD-1257 Fast Python routing

Open pierrebai-adsk opened this issue 1 year ago • 0 comments

Add a C++ edit router that unconditionally route a command to a layer for a given stage. Expose this router to Python.

This allows a fast edit router even in Python. We avoid creating USD and Python dictionaries and just use the given layer for the command. This ensures that the routing is very efficient.

Update the docs to describe this.

pierrebai-adsk avatar May 06 '24 21:05 pierrebai-adsk