Fix file checker's redundant strokes delete
4.1.3 - fixed: error in "remove stroke duplication" using file checker
This commit is contained in:
@@ -166,7 +166,7 @@ class GPTB_OT_import_obj_palette(Operator):
|
||||
|
||||
# unlink objects and their gp data
|
||||
for src_ob in linked_objs:
|
||||
bpy.data.grease_pencils.remove(src_ob.data)
|
||||
bpy.data.grease_pencils_v3.remove(src_ob.data)
|
||||
|
||||
|
||||
return {"FINISHED"}
|
||||
|
||||
Reference in New Issue
Block a user