Changed individual tools filenames, for better organization

This commit is contained in:
2014-12-03 17:26:05 -08:00
parent 0bfe359e55
commit 344402e916
18 changed files with 1 additions and 469 deletions
+1
View File
@@ -0,0 +1 @@
function yToolBox(thisObj){ yToolBox_data = new Object(); yToolBox_data.icon = new File('../yScripts/yNet.png'); yToolBox_data.header = new File('../yScripts/header.png'); yToolBox_data.info = 'yorchnet.com'; yToolBox_data.name ='yToolBox'; yToolBox_data.ver ='0.4.2.1 alpha'; yToolBox_data.desc='Working tools so far...'; yToolBox_data.buttonWidth=126; yToolBox_data.buttonHeight=30; yToolBox_data.tools = []; #include "../yScripts/y_JSExtensions.jsx"; //INCLUDED TOOLS #include "../yScripts/y_setStructure.jsx"; #include "../yScripts/y_puppetRig.jsx"; #include "../yScripts/y_colorProbe.jsx"; #include "../yScripts/y_yBindBetween2.jsx"; #include "../yScripts/y_stopMotionLayer.jsx"; #include "../yScripts/y_CornerPin.jsx"; yToolBox_data.window = (thisObj instanceof Panel) ? thisObj : new Window("palette", yToolBox_data.info , undefined, {resizeable:true}); //MAIN WINDOW STRUCTURE. var res_header ="group { orientation:'column', alignment:['fill','fill'],margins:[0,0,0,0] \ header: Group { orientation:'column', alignment:['center','top'],margins:[0,0,0,0]\ title: Image {icon:'"+yToolBox_data.header.path+'/'+yToolBox_data.header.name+"',preferredSize: [175, 35]},\ ver: StaticText { text:'"+yToolBox_data.ver+"', alignment:['center','center']}\ desc: StaticText { text:'"+yToolBox_data.desc+"', alignment:['center','center']}, \ }, \ main: Group { orientation:'column',alignment:['fill','fill'], alignChildren:['center','center']," var res = ""; //To be populated with the included Tools var res_footer ="}, \ cmds: Group { alignment:['center','bottom'], \ icn_app: Image {icon:'"+ yToolBox_data.icon.path+'/'+ yToolBox_data.icon.name+"',preferredSize: [15, 18]},\ txt_info: StaticText { text:'"+yToolBox_data.info+"', alignment:['fill','center'] },\ }, \ }"; //POPULATE res with included tools. for (i=0;i<yToolBox_data.tools.length;i++){ res = res + yToolBox_data.tools [i].btnLayout; } //LAYOUT Stuff yToolBox_data.window.grp = yToolBox_data.window.add(res_header+res+res_footer); yToolBox_data.window.layout.layout(true); yToolBox_data.window.onResize = resize; yToolBox_data.window.onClose = function () {delete yToolBox_data;}; //ASSIGN buttons to the activate function of each tool; var toolBtns = yToolBox_data.window.grp.main.children; for(n=0;n<toolBtns.length;n++){ toolBtns[n].onClick=yToolBox_data.tools[n].activate; } return yToolBox_data.window}function resize(){ this.layout.resize(); customize; }function customize(){ g = yToolBox_data.window.grp.main.graphics; myFont = ScriptUI.newFont('Cooper Std Black',ScriptUI.FontStyle.REGULAR ,14 ); myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [1, .45, 0, 1]); g.backgroundColor = myBrush; /*g = yToolBox_data.window.grp.header.title.graphics; g.font = myFont; g =yToolBox_data.window.grp.header.graphics; g.backgroundColor = myBrush; */ }yToolBox(this);yToolBox_data.window.grp.onDraw = resize;yToolBox_data.window.grp.onDraw = customize;
-1
View File
@@ -1 +0,0 @@
function yToolBox(thisObj){ yToolBox_data = new Object(); yToolBox_data.icon = new File('../yScripts/yNet.png'); yToolBox_data.header = new File('../yScripts/header.png'); yToolBox_data.info = 'yorchnet.com'; yToolBox_data.name ='yToolBox'; yToolBox_data.ver ='0.4.2.1 alpha'; yToolBox_data.desc='Working tools so far...'; yToolBox_data.buttonWidth=126; yToolBox_data.buttonHeight=30; yToolBox_data.tools = []; #include "../yScripts/y_JSExtensions.jsx"; //INCLUDED TOOLS #include "../yScripts/y_setStructure_0.1a.jsx"; #include "../yScripts/y_puppetRig_0.3.7a.jsx"; #include "../yScripts/y_colorProbe_0.2a.jsx"; #include "../yScripts/y_yBindBetween2_0.12b.jsx"; #include "../yScripts/y_stopMotionLayer_0.3a.jsx"; #include "../yScripts/y_CornerPin_0.11a.jsx"; yToolBox_data.window = (thisObj instanceof Panel) ? thisObj : new Window("palette", yToolBox_data.info , undefined, {resizeable:true}); //MAIN WINDOW STRUCTURE. var res_header ="group { orientation:'column', alignment:['fill','fill'],margins:[0,0,0,0] \ header: Group { orientation:'column', alignment:['center','top'],margins:[0,0,0,0]\ title: Image {icon:'"+yToolBox_data.header.path+'/'+yToolBox_data.header.name+"',preferredSize: [175, 35]},\ ver: StaticText { text:'"+yToolBox_data.ver+"', alignment:['center','center']}\ desc: StaticText { text:'"+yToolBox_data.desc+"', alignment:['center','center']}, \ }, \ main: Group { orientation:'column',alignment:['fill','fill'], alignChildren:['center','center']," var res = ""; //To be populated with the included Tools var res_footer ="}, \ cmds: Group { alignment:['center','bottom'], \ icn_app: Image {icon:'"+ yToolBox_data.icon.path+'/'+ yToolBox_data.icon.name+"',preferredSize: [15, 18]},\ txt_info: StaticText { text:'"+yToolBox_data.info+"', alignment:['fill','center'] },\ }, \ }"; //POPULATE res with included tools. for (i=0;i<yToolBox_data.tools.length;i++){ res = res + yToolBox_data.tools [i].btnLayout; } //LAYOUT Stuff yToolBox_data.window.grp = yToolBox_data.window.add(res_header+res+res_footer); yToolBox_data.window.layout.layout(true); yToolBox_data.window.onResize = resize; yToolBox_data.window.onClose = function () {delete yToolBox_data;}; //ASSIGN buttons to the activate function of each tool; var toolBtns = yToolBox_data.window.grp.main.children; for(n=0;n<toolBtns.length;n++){ toolBtns[n].onClick=yToolBox_data.tools[n].activate; } return yToolBox_data.window}function resize(){ this.layout.resize(); customize; }function customize(){ g = yToolBox_data.window.grp.main.graphics; myFont = ScriptUI.newFont('Cooper Std Black',ScriptUI.FontStyle.REGULAR ,14 ); myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [1, .45, 0, 1]); g.backgroundColor = myBrush; /*g = yToolBox_data.window.grp.header.title.graphics; g.font = myFont; g =yToolBox_data.window.grp.header.graphics; g.backgroundColor = myBrush; */ }yToolBox(this);yToolBox_data.window.grp.onDraw = resize;yToolBox_data.window.grp.onDraw = customize;