makehumancommunity / mpfb2

MPFB2 is a free and open source human generator for Blender
http://static.makehumancommunity.org/mpfb.html
Other
319 stars 37 forks source link

Provide functionality for updating asset library without restarting blender #97

Open joepal1976 opened 1 year ago

joepal1976 commented 1 year ago

For performance reasons, assets are not scanned dynamically when browsing the apply assets panel. Rather, the asset directories are scanned on start and the lists are put in various caches. If new assets are put in the asset directories, they will not be visible until blender has been restarted.

This makes importing new assets tedious. It would be better if asset lists could be updated when it is likely something has happened (such as after importing a custom target or an asset pack).

This requires some intrusive refactoring of the cache code though.

joepal1976 commented 3 months ago

Moving to next milestone to get beta 1 through the door.