Works for basic transforms but not for custom properties driving shapekeys.
Python: Traceback (most recent call last):
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\5.1\extensions\blender_org\node_annotator\refactor_ops.py", line 88, in poll
type_ok = path_utils.suitable_group_type(tree.type) is not None
^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'type'
Works for basic transforms but not for custom properties driving shapekeys.
Python: Traceback (most recent call last): File "C:\Users\AppData\Roaming\Blender Foundation\Blender\5.1\extensions\blender_org\node_annotator\refactor_ops.py", line 88, in poll type_ok = path_utils.suitable_group_type(tree.type) is not None ^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'type'