Update
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
"""
|
||||
CV Manipulator (highlighting) plug-in entry point for Mac
|
||||
|
||||
---
|
||||
GS CurveTools License:
|
||||
This collection of code named GS CurveTools is a property of George Sladkovsky (Yehor Sladkovskyi)
|
||||
and can not be copied or distributed without his written permission.
|
||||
|
||||
GS CurveTools v1.3.8 Personal
|
||||
Copyright 2024, George Sladkovsky (Yehor Sladkovskyi)
|
||||
GS CurveTools v1.3.11 Personal Edition
|
||||
Copyright 2025, George Sladkovsky (Yehor Sladkovskyi)
|
||||
All Rights Reserved
|
||||
|
||||
UI font is Roboto that is licensed under the Apache 2.0 License:
|
||||
@@ -24,7 +24,6 @@ Twitch Channel: https://www.twitch.tv/videonomad
|
||||
YouTube Channel: https://www.youtube.com/c/GeorgeSladkovsky
|
||||
ArtStation Portfolio: https://www.artstation.com/sladkovsky3d
|
||||
Contact Email: george.sladkovsky@gmail.com
|
||||
|
||||
"""
|
||||
|
||||
# pylint: disable-all
|
||||
@@ -39,7 +38,8 @@ except ImportError:
|
||||
import maya.api.OpenMaya as om
|
||||
import maya.api.OpenMayaRender as omr
|
||||
|
||||
from gs_curvetools.plugins import cv_manip_src # type: ignore
|
||||
from gs_curvetools.config.constants import NODES
|
||||
from gs_curvetools.plugins import cv_manip_src
|
||||
|
||||
reload(cv_manip_src)
|
||||
|
||||
@@ -52,7 +52,7 @@ def initializePlugin(obj):
|
||||
plugin = om.MFnPlugin(obj, "GeorgeSladkovsky", "1.3", "Any")
|
||||
try:
|
||||
plugin.registerNode(
|
||||
"GSCT_CurveTools_DrawManagerNode",
|
||||
NODES.DrawManager.node,
|
||||
cv_manip_src.DrawManagerNode.id,
|
||||
cv_manip_src.DrawManagerNode.creator,
|
||||
cv_manip_src.DrawManagerNode.initialize,
|
||||
|
||||
Reference in New Issue
Block a user