def set_show_axis(obj, show=True): """Enable or disable axis display for the given object.""" if on_object_add not in bpy.app.handlers.depsgraph_update_post: bpy.app ...
Blender Addon that draws x, y and z axes with arrow, labels them and adds the objects to a separate collection. A menu option is added to the 3d View Object Menu. Only one set of axes can be present ...