Exposed _handle_from_node_name dict via method#644
Exposed _handle_from_node_name dict via method#644lstoex wants to merge 1 commit intonerfstudio-project:mainfrom
Conversation
|
Hi @lstoex, thanks for the PR! We've considered adding features like it a few times, but have decided not to so far. Reasons are a combination of:
Curious about your thoughts. I see why the helper is convenient and I want to consider it, unfortunately have too much on my plate right now though, will try to come back to this in February!! |
|
Hey, thanks for the swift reply! I can see why you would not want to introduce an 'unreliable' feature. |
Would be nice to access node handles on a name basis, similar to meshcat. As such, I exposed the internal _handle_from_node_name dict via a method that returns either the handle or none, if the name wasn't found. Ideally this would be extended to allow for wildcard matching of entire groups of handles that follow a defined pattern.