clean: logging
This commit is contained in:
parent
cc5ceafea9
commit
5a2ec0c328
@ -508,9 +508,7 @@ def load_modifiers(dumped_modifiers: list, modifiers: bpy.types.bpy_prop_collect
|
|||||||
|
|
||||||
for i in range(len(src_cust_profile['handle_type_2'])-len(dst_points)):
|
for i in range(len(src_cust_profile['handle_type_2'])-len(dst_points)):
|
||||||
dst_points.add(0,0)
|
dst_points.add(0,0)
|
||||||
|
|
||||||
loaded_modifier.custom_profile.points.update()
|
|
||||||
logging.info(len(loaded_modifier.custom_profile.points))
|
|
||||||
|
|
||||||
np_load_collection(src_cust_profile, dst_points, CURVE_POINT)
|
np_load_collection(src_cust_profile, dst_points, CURVE_POINT)
|
||||||
|
|
||||||
@ -520,7 +518,7 @@ def load_modifiers(dumped_modifiers: list, modifiers: bpy.types.bpy_prop_collect
|
|||||||
|
|
||||||
def load_modifiers_custom_data(dumped_modifiers: dict, modifiers: bpy.types.bpy_prop_collection):
|
def load_modifiers_custom_data(dumped_modifiers: dict, modifiers: bpy.types.bpy_prop_collection):
|
||||||
""" Load modifiers custom data not managed by the dump_anything loader
|
""" Load modifiers custom data not managed by the dump_anything loader
|
||||||
|
git
|
||||||
:param dumped_modifiers: modifiers to load
|
:param dumped_modifiers: modifiers to load
|
||||||
:type dumped_modifiers: dict
|
:type dumped_modifiers: dict
|
||||||
:param modifiers: target modifiers collection
|
:param modifiers: target modifiers collection
|
||||||
|
Loading…
Reference in New Issue
Block a user