joern
joern copied to clipboard
Python file importing still falling short
Using:
/home/asterion/bin/joern/joern-cli/pysrc2cpg -o addons.cpg.bin blender-addons/
Mitt blender addons from : https://github.com/blender/blender-addons
I guess 4000 definitions in a file would raise all sorts of hackles but ignoring the code imported into a tool touted for security analysis?
Various other issues, so are they to do with parser not fully compliant with python spec?
Per, say:
2025-03-09 16:04:35.160 WARN RecoverForPythonFile: Unable to assign identifier 'sk_name' to field load '<unknown>' @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
That's from a line of code:
try:
# Check if driver is valid.
# Try/Except is no more a suffisant check, starting with version Blender 3.0,
# Blender crashes when trying to resolve path on invalid driver
if not sk_c.is_valid:
continue
sk_name = child.data.shape_keys.path_resolve(
get_target_object_path(sk_c.data_path)
).name
except:
continue
Related AST being:
Try(
body=[
If(
test=UnaryOp(
op=Not(),
operand=Attribute(
value=Name(id='sk_c', ctx=Load()),
attr='is_valid',
ctx=Load())),
body=[
Continue()],
orelse=[]),
Assign(
targets=[
Name(id='sk_name', ctx=Store())],
value=Attribute(
value=Call(
func=Attribute(
value=Attribute(
value=Attribute(
value=Name(id='child', ctx=Load()),
attr='data',
ctx=Load()),
attr='shape_keys',
ctx=Load()),
attr='path_resolve',
ctx=Load()),
args=[
Call(
func=Name(id='get_target_object_path', ctx=Load()),
args=[
Attribute(
value=Name(id='sk_c', ctx=Load()),
attr='data_path',
ctx=Load())],
keywords=[])],
keywords=[]),
attr='name',
ctx=Load()))],
handlers=[
ExceptHandler(
body=[
Continue()])],
orelse=[],
finalbody=[]),
Alternatively:
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp367 = bpymesh.vertex_colors
tmp367.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2255
Due to:
Def at 2212: bpymesh = bpy.data.meshes.new(name="ElevationGrid")
Call at 2255: tc = bpymesh.vertex_colors.new().data
Noting bpymesh is redefined in multiple functions internally.
Full story at:
(base) asterion@MonstaPC:~/dev/rag/data/blender$ /home/asterion/bin/joern/joern-cli/pysrc2cpg -o addons.cpg.bin blender-addons/
(base) asterion@MonstaPC:~/dev/rag/data/blender$ /home/asterion/bin/joern/joern-cli/joern addons.cpg.bin
Creating project `addons.cpg.bin` for CPG at `addons.cpg.bin`
Creating working copy of CPG to be safe
Loading base CPG from: /home/asterion/dev/rag/data/blender/workspace/addons.cpg.bin/cpg.bin.tmp
Adding default overlays to base CPG
2025-03-09 16:04:13.632 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Return[label=RETURN; seq=6138; id=146028894202] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.634 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257223; id=30065028295] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.635 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257226; id=30065028298] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.635 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257227; id=30065028299] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.635 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257224; id=30065028296] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.635 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257225; id=30065028297] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.635 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257230; id=30065028302] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.635 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=257231; id=30065028303] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=39337; id=25769843113]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=7911; id=111669157607] number of outgoing CFG edges from BLOCK node: 2
2025-03-09 16:04:13.636 WARN CdgPass: Found CDG edge starting at BLOCK node io.shiftleft.codepropertygraph.generated.nodes.Call[label=CALL; seq=40376; id=30064811448] <-> io.shiftleft.codepropertygraph.generated.nodes.Block[label=BLOCK; seq=4731; id=25769808507]. This is most likely caused by an invalid CFG. Method: io.shiftleft.codepropertygraph.generated.nodes.Method[label=METHOD; seq=809; id=111669150505] number of outgoing CFG edges from BLOCK node: 2
The graph has been modified. You may want to use the `save` command to persist changes to disk. All changes will also be saved collectively on exit
2025-03-09 16:04:18.168 WARN ReachingDefPass: rigify/metarigs/Animals/bird.py:<module>.create has more than 4000 definitions
2025-03-09 16:04:18.169 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:23.480 WARN ReachingDefPass: mesh_tissue/tessellate_numpy.py:<module>.tessellate_patch has more than 4000 definitions
2025-03-09 16:04:23.481 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:23.536 WARN ReachingDefPass: rigify/rigs/faces/super_face.py:<module>.create_sample has more than 4000 definitions
2025-03-09 16:04:23.536 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:23.672 WARN ReachingDefPass: archimesh/achm_venetian_maker.py:<module>.get_venetian_strings has more than 4000 definitions
2025-03-09 16:04:23.673 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:25.833 WARN ReachingDefPass: rigify/metarigs/Animals/cat.py:<module>.create has more than 4000 definitions
2025-03-09 16:04:25.833 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:25.981 WARN ReachingDefPass: io_scene_3ds/import_3ds.py:<module>.process_next_chunk has more than 4000 definitions
2025-03-09 16:04:25.981 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:26.522 WARN ReachingDefPass: rigify/metarigs/Animals/horse.py:<module>.create has more than 4000 definitions
2025-03-09 16:04:26.523 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:27.599 WARN ReachingDefPass: archimesh/achm_window_panel.py:<module>.generate_vertex_data has more than 4000 definitions
2025-03-09 16:04:27.599 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:30.053 WARN ReachingDefPass: rigify/metarigs/Animals/wolf.py:<module>.create has more than 4000 definitions
2025-03-09 16:04:30.053 WARN ReachingDefPass: Skipping.
2025-03-09 16:04:33.008 WARN ReachingDefPass: rigify/metarigs/human.py:<module>.create has more than 4000 definitions
2025-03-09 16:04:33.008 WARN ReachingDefPass: Skipping.
The graph has been modified. You may want to use the `save` command to persist changes to disk. All changes will also be saved collectively on exit
2025-03-09 16:04:34.917 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp199 = bpymesh.uv_layers
tmp199.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1821
2025-03-09 16:04:34.918 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp199 = bpymesh.uv_layers
tmp199.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1821
2025-03-09 16:04:34.918 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L1821
2025-03-09 16:04:34.919 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp207 = bpymesh.uv_layers
tmp207.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1841
2025-03-09 16:04:34.919 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp207 = bpymesh.uv_layers
tmp207.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1841
2025-03-09 16:04:34.919 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L1841
2025-03-09 16:04:34.961 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp306 = bpymesh.vertex_colors
tmp306.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2134
2025-03-09 16:04:34.961 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp306 = bpymesh.vertex_colors
tmp306.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2134
2025-03-09 16:04:34.961 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2134
2025-03-09 16:04:34.970 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp391 = bpymesh.uv_layers
tmp391.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2298
2025-03-09 16:04:34.970 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp391 = bpymesh.uv_layers
tmp391.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2298
2025-03-09 16:04:34.970 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2298
2025-03-09 16:04:34.971 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp367 = bpymesh.vertex_colors
tmp367.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2255
2025-03-09 16:04:34.971 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp367 = bpymesh.vertex_colors
tmp367.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2255
2025-03-09 16:04:34.971 WARN RecoverForPythonFile: Unable to assign identifier 'tc' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2255
2025-03-09 16:04:34.996 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp491 = bpymesh.uv_layers
tmp491.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2697
2025-03-09 16:04:35.000 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp491 = bpymesh.uv_layers
tmp491.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2697
2025-03-09 16:04:35.000 WARN RecoverForPythonFile: Unable to assign identifier 'tex' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2697
2025-03-09 16:04:35.004 WARN RecoverForPythonFile: Unhandled call assigned to literal point <operator>.slice @ io_scene_fbx/export_fbx_bin.py#L1599
2025-03-09 16:04:35.009 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp565 = bpymesh.uv_layers
tmp565.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2942
2025-03-09 16:04:35.009 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp565 = bpymesh.uv_layers
tmp565.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2942
2025-03-09 16:04:35.010 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2942
2025-03-09 16:04:35.129 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp132 = bpy.context.workspace.tools
tmp132.from_space_view3d_mode(bpy.context.mode, create = False)),(FIELD_IDENTIFIER,idname) @ greasepencil_tools/box_deform.py#L620
2025-03-09 16:04:35.143 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp7 = child.data.shape_keys
tmp7.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
2025-03-09 16:04:35.155 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp7 = child.data.shape_keys
tmp7.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
2025-03-09 16:04:35.160 WARN RecoverForPythonFile: Unable to assign identifier 'sk_name' to field load '<unknown>' @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
2025-03-09 16:04:35.258 WARN RecoverForPythonFile: Unhandled field structure (LITERAL," L "),(FIELD_IDENTIFIER,join) @ io_export_paper_model.py#L1666
2025-03-09 16:04:35.259 WARN RecoverForPythonFile: Unable to assign identifier 'line_through' to field load '<unknown>' @ io_export_paper_model.py#L1666
2025-03-09 16:04:35.260 WARN RecoverForPythonFile: Unhandled field structure (LITERAL,"\n"),(FIELD_IDENTIFIER,join) @ io_export_paper_model.py#L1667
2025-03-09 16:04:35.260 WARN RecoverForPythonFile: Unable to assign identifier 'rows' to field load '<unknown>' @ io_export_paper_model.py#L1667
2025-03-09 16:04:35.267 WARN RecoverForPythonFile: Unhandled field structure (LITERAL,"{0.x:.6f} {0.y:.6f} {1} "),(FIELD_IDENTIFIER,format) @ io_export_paper_model.py#L2164
2025-03-09 16:04:35.268 WARN RecoverForPythonFile: Unable to assign identifier 'fmt' to field load '<unknown>' @ io_export_paper_model.py#L2164
2025-03-09 16:04:35.279 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp35 = self.brushzip
tmp35.stat()),(FIELD_IDENTIFIER,st_size) @ greasepencil_tools/import_brush_pack.py#L143
2025-03-09 16:04:35.280 WARN RecoverForPythonFile: Unable to assign identifier 'disk_size' to field load '<unknown>' @ greasepencil_tools/import_brush_pack.py#L143
2025-03-09 16:04:35.460 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp68 = blender_object.data.shape_keys
tmp68.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py#L323
2025-03-09 16:04:35.461 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp68 = blender_object.data.shape_keys
tmp68.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py#L323
2025-03-09 16:04:35.467 WARN RecoverForPythonFile: Unable to assign identifier 'sk_name' to field load '<unknown>' @ io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py#L323
2025-03-09 16:04:35.671 WARN RecoverForPythonFile: Unhandled call assigned to literal point <operator>.slice @ io_scene_fbx/fbx_utils.py#L1527
2025-03-09 16:04:35.671 WARN RecoverForPythonFile: Unhandled call assigned to literal point <operator>.slice @ io_scene_fbx/fbx_utils.py#L1709
2025-03-09 16:04:35.672 WARN RecoverForPythonFile: Unhandled call assigned to literal point <operator>.slice @ io_scene_fbx/fbx_utils.py#L1710
2025-03-09 16:04:35.845 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp51 = cam.data
tmp51.driver_add("lens")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L357
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp51 = cam.data
tmp51.driver_add("lens")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L357
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L357
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp58 = cam.data
tmp58.driver_add("ortho_scale")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L392
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp58 = cam.data
tmp58.driver_add("ortho_scale")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L392
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L392
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp63 = cam.data
tmp63.driver_add("shift_x")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L407
2025-03-09 16:04:35.846 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp63 = cam.data
tmp63.driver_add("shift_x")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L407
2025-03-09 16:04:35.847 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L407
2025-03-09 16:04:35.847 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp73 = cam.data
tmp73.driver_add("shift_y")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L445
2025-03-09 16:04:35.847 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp73 = cam.data
tmp73.driver_add("shift_y")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L445
2025-03-09 16:04:35.848 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L445
2025-03-09 16:04:35.854 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp91 = self.layout
tmp91.operator(OBJECT_OT_build_camera_rig.bl_idname, text = "Dolly Camera Rig", icon = "VIEW_CAMERA")),(FIELD_IDENTIFIER,mode) @ add_camera_rigs/build_rigs.py#L597
2025-03-09 16:04:35.854 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp92 = self.layout
tmp92.operator(OBJECT_OT_build_camera_rig.bl_idname, text = "Crane Camera Rig", icon = "VIEW_CAMERA")),(FIELD_IDENTIFIER,mode) @ add_camera_rigs/build_rigs.py#L603
2025-03-09 16:04:35.859 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp93 = self.layout
tmp93.operator(OBJECT_OT_build_camera_rig.bl_idname, text = "2D Camera Rig", icon = "PIVOT_BOUNDBOX")),(FIELD_IDENTIFIER,mode) @ add_camera_rigs/build_rigs.py#L609
2025-03-09 16:04:35.874 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp24 = q.rotation_difference(cam_quat)
tmp24.to_euler("ZXY")),(FIELD_IDENTIFIER,z) @ greasepencil_tools/rotate_canvas.py#L198
2025-03-09 16:04:35.874 WARN RecoverForPythonFile: Unable to assign identifier 'diff_angle' to field load '<unknown>' @ greasepencil_tools/rotate_canvas.py#L198
2025-03-09 16:04:35.905 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp8 = point - begin
tmp8.cross(dir.normalized())),(FIELD_IDENTIFIER,length) @ curve_tools/internal.py#L77
2025-03-09 16:04:35.905 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp8 = point - begin
tmp8.cross(dir.normalized())),(FIELD_IDENTIFIER,length) @ curve_tools/internal.py#L77
2025-03-09 16:04:35.978 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp43 = bpy.context
tmp43.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L298
2025-03-09 16:04:35.980 WARN RecoverForPythonFile: Unable to assign identifier 'tmp42' to field load '<unknown>' @ btrace/bTrace.py#L298
2025-03-09 16:04:35.985 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp43 = bpy.context
tmp43.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L298
2025-03-09 16:04:35.985 WARN RecoverForPythonFile: Unable to assign identifier 'tmp42' to field load '<unknown>' @ btrace/bTrace.py#L298
2025-03-09 16:04:35.988 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp59 = bpy.context
tmp59.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L386
2025-03-09 16:04:35.988 WARN RecoverForPythonFile: Unable to assign identifier 'tmp58' to field load '<unknown>' @ btrace/bTrace.py#L386
2025-03-09 16:04:35.993 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp59 = bpy.context
tmp59.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L386
2025-03-09 16:04:35.994 WARN RecoverForPythonFile: Unable to assign identifier 'tmp58' to field load '<unknown>' @ btrace/bTrace.py#L386
2025-03-09 16:04:36.098 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp1 = self.layout
tmp1.operator(PIE_OT_SetAreaType.bl_idname, text = "Outliner", icon = "OUTLINER")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L79
2025-03-09 16:04:36.099 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp2 = self.layout
tmp2.operator(PIE_OT_SetAreaType.bl_idname, text = "Properties", icon = "PROPERTIES")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L82
2025-03-09 16:04:36.099 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp3 = self.layout
tmp3.operator(PIE_OT_SetAreaType.bl_idname, text = "File Browser", icon = "FILEBROWSER")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L85
2025-03-09 16:04:36.099 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp4 = self.layout
tmp4.operator(PIE_OT_SetAreaType.bl_idname, text = "Preferences", icon = "PREFERENCES")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L88
2025-03-09 16:04:36.099 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp5 = self.layout
tmp5.operator(PIE_OT_SetAreaType.bl_idname, text = "Text Editor", icon = "TEXT")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L91
2025-03-09 16:04:36.100 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp6 = self.layout
tmp6.operator(PIE_OT_SetAreaType.bl_idname, text = "Python Console", icon = "CONSOLE")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L94
2025-03-09 16:04:36.100 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp7 = self.layout
tmp7.operator(PIE_OT_SetAreaType.bl_idname, text = "Info", icon = "INFO")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L97
2025-03-09 16:04:36.100 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp8 = self.layout
tmp8.operator(PIE_OT_SetAreaType.bl_idname, text = "Spreadsheet", icon = "SPREADSHEET")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L100
2025-03-09 16:04:36.100 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp9 = self.layout
tmp9.operator(PIE_OT_SetAreaType.bl_idname, text = "Asset Browser", icon = "ASSET_MANAGER")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L103
2025-03-09 16:04:36.104 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp10 = self.layout
tmp10.operator(PIE_OT_SetAreaType.bl_idname, text = "Shader", icon = "NODE_MATERIAL")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L115
2025-03-09 16:04:36.104 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp11 = self.layout
tmp11.operator(PIE_OT_SetAreaType.bl_idname, text = "Compositor", icon = "NODE_COMPOSITING")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L118
2025-03-09 16:04:36.105 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp12 = self.layout
tmp12.operator(PIE_OT_SetAreaType.bl_idname, text = "Texture", icon = "NODE_TEXTURE")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L121
2025-03-09 16:04:36.105 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp13 = self.layout
tmp13.operator(PIE_OT_SetAreaType.bl_idname, text = "Geometry", icon = "NODETREE")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L124
2025-03-09 16:04:36.106 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp14 = self.layout
tmp14.operator(PIE_OT_SetAreaType.bl_idname, text = "DopeSheet", icon = "ACTION")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L136
2025-03-09 16:04:36.106 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp16 = self.layout
tmp16.operator(PIE_OT_SetAreaType.bl_idname, text = "Graph Editor", icon = "GRAPH")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L140
2025-03-09 16:04:36.106 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp17 = self.layout
tmp17.operator(PIE_OT_SetAreaType.bl_idname, text = "Drivers", icon = "DRIVER")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L143
2025-03-09 16:04:36.107 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp18 = self.layout
tmp18.operator(PIE_OT_SetAreaType.bl_idname, text = "NLA Editor", icon = "NLA")),(FIELD_IDENTIFIER,types) @ space_view3d_pie_menus/pie_editor_switch_menu.py#L146
2025-03-09 16:04:36.447 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp29 = bm.edges
tmp29.get([list_3[0], list_3[1]])),(FIELD_IDENTIFIER,select) @ mesh_tools/mesh_filletplus.py#L190
2025-03-09 16:04:36.448 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp30 = bm.edges
tmp30.get([list_3[-1], list_3[-2]])),(FIELD_IDENTIFIER,select) @ mesh_tools/mesh_filletplus.py#L191
2025-03-09 16:04:36.481 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp211 = pb[mch_eyes_parent].constraints[0]
tmp211.driver_add("influence")),(FIELD_IDENTIFIER,driver) @ rigify/rigs/faces/super_face.py#L1060
2025-03-09 16:04:36.481 WARN RecoverForPythonFile: Unable to assign identifier 'drv' to field load '<unknown>' @ rigify/rigs/faces/super_face.py#L1060
2025-03-09 16:04:36.482 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp207 = pb[bone].constraints[1]
tmp207.driver_add("influence")),(FIELD_IDENTIFIER,driver) @ rigify/rigs/faces/super_face.py#L1046
2025-03-09 16:04:36.482 WARN RecoverForPythonFile: Unable to assign identifier 'drv' to field load '<unknown>' @ rigify/rigs/faces/super_face.py#L1046
2025-03-09 16:04:37.839 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp51 = cam.data
tmp51.driver_add("lens")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L357
2025-03-09 16:04:37.840 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp51 = cam.data
tmp51.driver_add("lens")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L357
2025-03-09 16:04:37.854 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L357
2025-03-09 16:04:37.854 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp58 = cam.data
tmp58.driver_add("ortho_scale")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L392
2025-03-09 16:04:37.855 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp58 = cam.data
tmp58.driver_add("ortho_scale")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L392
2025-03-09 16:04:37.855 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L392
2025-03-09 16:04:37.855 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp63 = cam.data
tmp63.driver_add("shift_x")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L407
2025-03-09 16:04:37.855 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp63 = cam.data
tmp63.driver_add("shift_x")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L407
2025-03-09 16:04:37.855 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L407
2025-03-09 16:04:37.855 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp73 = cam.data
tmp73.driver_add("shift_y")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L445
2025-03-09 16:04:37.856 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp73 = cam.data
tmp73.driver_add("shift_y")),(FIELD_IDENTIFIER,driver) @ add_camera_rigs/build_rigs.py#L445
2025-03-09 16:04:37.856 WARN RecoverForPythonFile: Unable to assign identifier 'driver' to field load '<unknown>' @ add_camera_rigs/build_rigs.py#L445
2025-03-09 16:04:38.082 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp199 = bpymesh.uv_layers
tmp199.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1821
2025-03-09 16:04:38.082 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp199 = bpymesh.uv_layers
tmp199.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1821
2025-03-09 16:04:38.082 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L1821
2025-03-09 16:04:38.082 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp207 = bpymesh.uv_layers
tmp207.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1841
2025-03-09 16:04:38.090 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp207 = bpymesh.uv_layers
tmp207.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L1841
2025-03-09 16:04:38.090 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L1841
2025-03-09 16:04:38.097 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp306 = bpymesh.vertex_colors
tmp306.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2134
2025-03-09 16:04:38.097 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp132 = bpy.context.workspace.tools
tmp132.from_space_view3d_mode(bpy.context.mode, create = False)),(FIELD_IDENTIFIER,idname) @ greasepencil_tools/box_deform.py#L620
2025-03-09 16:04:38.097 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp306 = bpymesh.vertex_colors
tmp306.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2134
2025-03-09 16:04:38.097 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2134
2025-03-09 16:04:38.099 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp391 = bpymesh.uv_layers
tmp391.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2298
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp391 = bpymesh.uv_layers
tmp391.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2298
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2298
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp367 = bpymesh.vertex_colors
tmp367.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2255
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unhandled field structure (LITERAL," L "),(FIELD_IDENTIFIER,join) @ io_export_paper_model.py#L1666
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp367 = bpymesh.vertex_colors
tmp367.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2255
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unable to assign identifier 'tc' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2255
2025-03-09 16:04:38.102 WARN RecoverForPythonFile: Unable to assign identifier 'line_through' to field load '<unknown>' @ io_export_paper_model.py#L1666
2025-03-09 16:04:38.103 WARN RecoverForPythonFile: Unhandled field structure (LITERAL,"\n"),(FIELD_IDENTIFIER,join) @ io_export_paper_model.py#L1667
2025-03-09 16:04:38.103 WARN RecoverForPythonFile: Unable to assign identifier 'rows' to field load '<unknown>' @ io_export_paper_model.py#L1667
2025-03-09 16:04:38.105 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp7 = child.data.shape_keys
tmp7.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
2025-03-09 16:04:38.105 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp7 = child.data.shape_keys
tmp7.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
2025-03-09 16:04:38.105 WARN RecoverForPythonFile: Unable to assign identifier 'sk_name' to field load '<unknown>' @ io_scene_gltf2/blender/exp/animation/gltf2_blender_gather_drivers.py#L64
2025-03-09 16:04:38.106 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp491 = bpymesh.uv_layers
tmp491.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2697
2025-03-09 16:04:38.107 WARN RecoverForPythonFile: Unhandled field structure (LITERAL,"{0.x:.6f} {0.y:.6f} {1} "),(FIELD_IDENTIFIER,format) @ io_export_paper_model.py#L2164
2025-03-09 16:04:38.107 WARN RecoverForPythonFile: Unable to assign identifier 'fmt' to field load '<unknown>' @ io_export_paper_model.py#L2164
2025-03-09 16:04:38.106 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp491 = bpymesh.uv_layers
tmp491.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2697
2025-03-09 16:04:38.109 WARN RecoverForPythonFile: Unable to assign identifier 'tex' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2697
2025-03-09 16:04:38.111 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp565 = bpymesh.uv_layers
tmp565.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2942
2025-03-09 16:04:38.111 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp565 = bpymesh.uv_layers
tmp565.new()),(FIELD_IDENTIFIER,data) @ io_scene_x3d/import_x3d.py#L2942
2025-03-09 16:04:38.111 WARN RecoverForPythonFile: Unable to assign identifier 'd' to field load '<unknown>' @ io_scene_x3d/import_x3d.py#L2942
2025-03-09 16:04:38.117 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp24 = q.rotation_difference(cam_quat)
tmp24.to_euler("ZXY")),(FIELD_IDENTIFIER,z) @ greasepencil_tools/rotate_canvas.py#L198
2025-03-09 16:04:38.117 WARN RecoverForPythonFile: Unable to assign identifier 'diff_angle' to field load '<unknown>' @ greasepencil_tools/rotate_canvas.py#L198
2025-03-09 16:04:38.185 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp43 = bpy.context
tmp43.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L298
2025-03-09 16:04:38.185 WARN RecoverForPythonFile: Unable to assign identifier 'tmp42' to field load '<unknown>' @ btrace/bTrace.py#L298
2025-03-09 16:04:38.185 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp43 = bpy.context
tmp43.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L298
2025-03-09 16:04:38.185 WARN RecoverForPythonFile: Unable to assign identifier 'tmp42' to field load '<unknown>' @ btrace/bTrace.py#L298
2025-03-09 16:04:38.190 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp59 = bpy.context
tmp59.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L386
2025-03-09 16:04:38.190 WARN RecoverForPythonFile: Unable to assign identifier 'tmp58' to field load '<unknown>' @ btrace/bTrace.py#L386
2025-03-09 16:04:38.191 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp59 = bpy.context
tmp59.evaluated_depsgraph_get()),(FIELD_IDENTIFIER,objects) @ btrace/bTrace.py#L386
2025-03-09 16:04:38.191 WARN RecoverForPythonFile: Unable to assign identifier 'tmp58' to field load '<unknown>' @ btrace/bTrace.py#L386
2025-03-09 16:04:38.229 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp35 = self.brushzip
tmp35.stat()),(FIELD_IDENTIFIER,st_size) @ greasepencil_tools/import_brush_pack.py#L143
2025-03-09 16:04:38.229 WARN RecoverForPythonFile: Unable to assign identifier 'disk_size' to field load '<unknown>' @ greasepencil_tools/import_brush_pack.py#L143
2025-03-09 16:04:38.344 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp68 = blender_object.data.shape_keys
tmp68.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py#L323
2025-03-09 16:04:38.344 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp68 = blender_object.data.shape_keys
tmp68.path_resolve(get_target_object_path(sk_c.data_path))),(FIELD_IDENTIFIER,name) @ io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py#L323
2025-03-09 16:04:38.345 WARN RecoverForPythonFile: Unable to assign identifier 'sk_name' to field load '<unknown>' @ io_scene_gltf2/blender/exp/animation/fcurves/gltf2_blender_gather_fcurves_channels.py#L323
2025-03-09 16:04:38.670 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp8 = point - begin
tmp8.cross(dir.normalized())),(FIELD_IDENTIFIER,length) @ curve_tools/internal.py#L77
2025-03-09 16:04:38.670 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp8 = point - begin
tmp8.cross(dir.normalized())),(FIELD_IDENTIFIER,length) @ curve_tools/internal.py#L77
2025-03-09 16:04:39.592 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp211 = pb[mch_eyes_parent].constraints[0]
tmp211.driver_add("influence")),(FIELD_IDENTIFIER,driver) @ rigify/rigs/faces/super_face.py#L1060
2025-03-09 16:04:39.592 WARN RecoverForPythonFile: Unable to assign identifier 'drv' to field load '<unknown>' @ rigify/rigs/faces/super_face.py#L1060
2025-03-09 16:04:39.593 WARN RecoverForPythonFile: Unhandled field structure (BLOCK,tmp207 = pb[bone].constraints[1]
tmp207.driver_add("influence")),(FIELD_IDENTIFIER,driver) @ rigify/rigs/faces/super_face.py#L1046
2025-03-09 16:04:39.593 WARN RecoverForPythonFile: Unable to assign identifier 'drv' to field load '<unknown>' @ rigify/rigs/faces/super_face.py#L1046