InamuraJIN / ActionRecorder

GNU General Public License v3.0
178 stars 15 forks source link

Error when adding "Apply location/rotation/scale" as a macro #72

Closed truElperi closed 5 months ago

truElperi commented 5 months ago

Describe the bug Getting an error message when trying to add "Apply location, rotation or scale" for selected object as a macro.

To Reproduce Steps to reproduce the behavior:

  1. Select a mesh object
  2. Apply location, rotation and/or scale (Ctrl+A)
  3. Press "+" on "Macro Editor"
  4. Get error

Report: Error Python: Traceback (most recent call last): File "C:\Users\mikae\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\Action Recorder\actrec\operators\macros.py", line 130, in execute and functions.compare_op_dict(ops_values, tracked[3])) File "C:\Users\mikae\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\Action Recorder\actrec\functions\macros.py", line 240, in compare_op_dict value = op2props.get(key, None) AttributeError: 'numpy.str' object has no attribute 'get'

Screenshots image

Version Information:

RivinHD commented 5 months ago

Fixed with Version 4.1.1