Fix #105965: Add fur modifier properties missing UI data #106190

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:fix-add-fur-ui-data into blender-v3.5-release 2023-03-27 20:51:46 +02:00

1 Commits

Author SHA1 Message Date
Hans Goudey 46f6c1980b Fix #105965: Add fur modifier properties missing UI data
Currently assigning values to IDProperties clears their UI data.
That is fixed by #106161, but that is too risky for 3.5. Instead,
work around the issue by triggering `MOD_nodes_update_interface`
function which recreates the UI data of the modifier properties.
2023-03-27 14:39:02 -04:00