Skip to content

Commit

Permalink
edit the userSetup file
Browse files Browse the repository at this point in the history
  • Loading branch information
苍之幻灵 committed Dec 8, 2021
1 parent 7e41e41 commit 9ac5a01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/userSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
import sys

sys.path = [i for i in sys.path if not "\\MASH\\" in i]
sys.path.append(r"D:\Development\python_maya\dg_editor\src")
sys.path.append(r"D:\Development\python_maya\dg_editor\script")
ROOT = r"D:\dev\python_for_maya\tool\dg_editor"
sys.path.append(ROOT + r"\src")
sys.path.append(ROOT + r"\script")

0 comments on commit 9ac5a01

Please sign in to comment.