Is there a way to extend the range of commands what actually Info Editor logs? It seems there are actions with records on the log and actions without any logs.
For example: If I create a box object it results:
bpy.ops.mesh.primitive_cube_add(size=2, enter_editmode=False, align='WORLD', location=(0, 0, 0), scale=(1, 1, 1))
But if I select the same object or I hovering the cursor on the location property and press I key (animate the location) there is no log.
reportfunction – Harry McKenzie Aug 11 '22 at 15:56