WUKONG 2.0 v2.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: zuo yizhen
To be coordinated your team work,we will cooperation into united front
Requirements:
10.5, 10.0, 9.0, 8.0 or later
10.5, 10.0, 9.0, 8.0 or later


1.Redesign Completly
2.Design for TD&Teamwork
3.Custom everything completly Automatic|Semi-automatic
4.Create Nodes by Drop Methed
5.Desktop for each user
6.TD Management Center
7.Embed widget object
Tip:The best. use WUKONG 2.0 for teamwork , please put the WUKONG folder to your server only one copy, each one link it..
Introduction Link :https://vimeo.com/210724003
Please login in order to download these files.
Comments
环境变量请确认一下没有问题,比如我们的是
变量名 NUKE_PATH
变量值 R:\RW_APP\toolKit\nuke\WUKONG
谢谢
http://imgur.com/a/2e19F
http://imgur.com/a/fnFvO
这位外国友人,貌似对NUKE 的自定义设置一窍不通
1: set \NUKE_PATH to WUKONG folder ,
2: put the wukong.xml to .nuke/Workspace /Nuke/,
put the wukong_studio.x ml to .nuke/Workspace/NukeStudio/,
3: open nuke/nuke studio,choose wukong/wukong_s tuido workspace
Do not set any variable in other place,because the NUKE_PATH is the top variable for the whole nuke`s env , WUKONG manage and setup all the script/plugin/g izmo use it`s own pipline replace the conventional pipline.
just set env in user or system are same
Just do not put wukong location to nuke add path in init.py like normal script or gizmo (my bad)
and its working perfectly, just dont have any preset yet. haha
Might you try to upload it to github, then everyone can put theirs preset inside and share
NUKE_PATH
R:\RW_APP\toolKit\nuke\WUKONG
disk R is our server,so we all set here.And please make sure the nuke path is only,or don't put wukong folder to your old path folder.
And in fact Wukong is a management center but not a single gizmo or script. You can watch our video introduction https://vimeo.com/210724003
Thank you very much!!!
If your team will use WUKONG in pipline, maybe I will share the source code
I can't believe it,is this Nuke?!
items = i.items()
AttributeError: 'MenuItem' object has no attribute 'items'
And the same thing is going on, when I try to push 'Add nuke node' button in 'WUKONG Python DAG code creator' panel. The same error. I would be really appreciated if you help me to solve this problem.
"""
search nodes which match string in nuke toolbar menu
return dict list
{"menuname":[{' name','command' ,'icon'},{}.... ] }
"""
menudict ={}
globalmenu = nuke.menu( 'Nodes' ).items()
for i in globalmenu:
items = i.items()
tt=[]
traverseMenuNod es(items,tt)
menudict.setdef ault( str(i.name()) , tt)
return menudict
#------------------------------------------------------------#
maybe you have a empty menu item, it have not include sub items,
RSS feed for comments to this post