NVIDIAGameWorks / rtx-remix

Combined repo for the RTX-Remix runtime
https://www.nvidia.com/en-us/geforce/rtx-remix/
MIT License
1.38k stars 69 forks source link

An endpoint in the Rest API for deleting meshes #673

Open Frissj opened 3 hours ago

Frissj commented 3 hours ago

Contact Details (Optional)

No response

What is the context of the feature/improvement?

I would like to add the ability to automatically delete the old mesh that had been imported to blender with my addon. This saves you time as you don’t have to hunt around for overlapping geometry.

Please describe the feature/improvement?

Adapting the replace mesh endpoint to delete a mesh if the content is set to None for example.

What would be your solution? (optional)

No response

Version

2024.4.1

Media

No response

automata-rtx commented 3 hours ago

Yes this would be great. I used his addon to replace a barrier prop in my project and it worked flawlessly. However the original mesh was still present and needed to be manually deleted. Would be a great QoL feature if the API supported such a feature so he could implement it into his Blender addon