Skip to content

Instantly share code, notes, and snippets.

View nobolu-ootsuka-unrealengine's full-sized avatar

nobolu.ootsuka.unrealengine@gmail.com nobolu-ootsuka-unrealengine

View GitHub Profile
@mottosso
mottosso / MayaDockingClass.py
Created January 12, 2018 07:16 — forked from liorbenhorin/MayaDockingClass.py
Maya 2017 PySide2 Docking Qt QMainWindow
"""
This is what you need to do in order to get a qt window to dock next to maya channel box,
In all maya versions, including 2017 with PySide2
"""
__author__ = "liorbenhorin@gmail.com"
import sys
import os
import logging
import xml.etree.ElementTree as xml