Handler fix

This commit is contained in:
Lubos Lenco 2016-12-09 02:10:45 +01:00
parent 70b20add0f
commit 0fb98cd2fe

View file

@ -128,6 +128,7 @@ def on_scene_update_post(context):
@persistent
def on_load_post(context):
props.init_properties_on_load()
nodes_renderpath.reload_blend_data()
@persistent
def on_save_pre(context):