Skip to content

Instantly share code, notes, and snippets.

View BurntNail's full-sized avatar

Jack Maguire BurntNail

View GitHub Profile
@BurntNail
BurntNail / align2.py
Created January 6, 2021 08:58
Addon of the align object between other 2 objects script. Mapped to Ctrl-Shift-V
import bpy
from bpy.utils import register_class, unregister_class
class RotateBetweenTwoOperator (bpy.types.Operator):
bl_idname = "ops.align_between_two"
bl_label = "Align Object between 2 other objects."
@classmethod
def poll(cls, context):