This repository was archived by the owner on Apr 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 77Color nodes when shelf-tool button clicked.
88If you have already selected nodes, this affects only for them.
99
10+ > Note: When you have selected nodes, it only affects them.
11+
1012### OnCreated Script
1113
1214Color nodes when nodes are created.
Original file line number Diff line number Diff line change 66 a single file. -->
77
88 <toolshelf name =" bento_shelf" label =" Bento" >
9- <memberTool name =" cr_cacheDendency " />
10- <memberTool name =" create_dlp " />
11- <memberTool name =" color_nodes " />
9+ <memberTool name =" bento_createCacheDendency " />
10+ <memberTool name =" bento_createDlp " />
11+ <memberTool name =" bento_colorNodes " />
1212 </toolshelf >
1313
14- <tool name =" cr_cacheDendency" label =" cCDP" icon =" SOP_file" >
14+ <tool name =" bento_createDlp" label =" cDLP" icon =" OBJ_geo" >
15+ <script scriptType =" python" ><![CDATA[ import createDlp
16+ reload(createDlp)
17+
18+ createDlp.main()]]> </script >
19+ </tool >
20+
21+ <tool name =" bento_createCacheDendency" label =" cCDP" icon =" SOP_file" >
1522 <script scriptType =" python" ><![CDATA[ import cacheDependency
1623reload(cacheDependency)
1724
@@ -20,14 +27,7 @@ cacheDependency.main()
2027]]> </script >
2128 </tool >
2229
23- <tool name =" create_dlp" label =" cDLP" icon =" OBJ_geo" >
24- <script scriptType =" python" ><![CDATA[ import createDlp
25- reload(createDlp)
26-
27- createDlp.main()]]> </script >
28- </tool >
29-
30- <tool name =" color_nodes" label =" CNodes" icon =" COP2_colorwheel" >
30+ <tool name =" bento_colorNodes" label =" CNodes" icon =" COP2_colorwheel" >
3131 <script scriptType =" python" ><![CDATA[ import colornodes
3232colornodes.run()]]> </script >
3333 </tool >
You can’t perform that action at this time.
0 commit comments