faerietree / add_mesh_fastener

Realtime fastener factory blender extension that respects scene scale settings, ISO 225, 888. Forked from BoltFactory
5 stars 2 forks source link

Generator triggers recreation of mesh multiple times (performance). #3

Closed faerietree closed 8 years ago

faerietree commented 8 years ago

A missing lock on settings update to triggers multiple invocations in a row. Alternatively the problem can be fixed by moving the property checks to the update_settings_cb function.