Fix file checker's redundant strokes delete

4.1.3

- fixed: error in "remove stroke duplication" using file checker
This commit is contained in:
pullusb
2025-06-17 16:57:20 +02:00
parent 3624f5cabd
commit 939b4f534f
5 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -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"}