ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Fix part updates on palette change #451

Closed david-bremer closed 3 weeks ago

david-bremer commented 4 weeks ago

When pushing scene updates into an existing .usd file structure, changes to just the palette were not applied, because the palette was not factored into a part's hash value. So an existing part with the same name was already found and was not modified.