Skip to content

Instantly share code, notes, and snippets.

View arkdzo's full-sized avatar

Buddy22656 arkdzo

View GitHub Profile
@bitinn
bitinn / bitinn.py
Last active October 12, 2025 22:29
Blender keymap for busy Maya / Unity / Substance Designer users
# version: 1.0.1
# latest source: https://gist.github.com/bitinn/22f6fefe026d8d9e83468864edb8f835
import bpy
import os
def kmi_props_setattr(kmi_props, attr, value):
try:
setattr(kmi_props, attr, value)