clean: logging

This commit is contained in:
Swann Martinez 2022-02-10 11:11:21 +01:00
parent cc5ceafea9
commit 5a2ec0c328

View File

@ -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)):
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)
@ -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):
""" Load modifiers custom data not managed by the dump_anything loader
git
:param dumped_modifiers: modifiers to load
:type dumped_modifiers: dict
:param modifiers: target modifiers collection