49975f6760Slightly changed the folders on the original structure, Mostly replacing spaces with underscores.
master
jorgevasquezp2023-07-24 08:58:26 -0700
4d91bbfe60Cleared some spacing issues.
Jorge Vásquez Pérez
2019-02-05 18:00:26 -0800
30a69f02a5Added a to-do.
Jorge Vásquez Pérez
2019-02-05 17:59:43 -0800
38f087dce4Added a tool to render a still frame for each of the markers contained in a dummy layer called 'Render'.
Jorge Vásquez Pérez
2019-02-05 17:31:01 -0800
29b22e7658Added a tool to flatten a folder's contents in the AFX project.
Jorge Vásquez Pérez
2019-02-05 15:32:49 -0800
7c11b48082Fixed the RenderToProject script so it created the right foilders
Jorge Vásquez Pérez
2017-11-16 16:30:48 -0800
24af8e259bChanged the way in which the RenderToProjects scripts adds the items to the queue, if a CompItem is selected, it'll add it to the project's appropriate folder, if a folder is selected, it'll create a subfolder for all the items in the selected folder
Jorge Vásquez Pérez
2017-07-11 12:39:35 -0700
00748360dbFixed a bug that rendered end_tags to the wrong folder.
Jorge Vásquez Pérez
2017-07-10 17:23:46 -0700
fe6f637561Changed the script for it to allow to probe scaled layers without breaking.
Jorge Vásquez Pérez
2017-05-03 12:17:06 -0700
8e4b7bba2dChanged the behavior of the button from SETTING the items already present in the queue to the correct folder; to actually ADDING the selected project items to the corresponding folders
Jorge Vásquez Pérez
2017-04-18 13:20:50 -0700
1b34576b61Fixed a mislabeling of a UI input field that rendered the Prefixing function unusable.
Jorge Vásquez Pérez
2017-04-13 18:17:42 -0700
81ae9c5398Fixed an error on a string declaration that broke the yToolMenu when addig said tool.
Jorge Vásquez Pérez
2017-04-13 18:03:59 -0700
df23e7403fChanged the description for RenderToProject and y_CompHerder scripts.
Jorge Vásquez Pérez
2017-04-13 17:01:25 -0700
c74ed78512Added CompHearder and RenderToProject to the yScriptsToolbox
Jorge Vásquez Pérez
2017-04-13 15:38:42 -0700
b77f4552c2Added a new tool to reroute items in the render quque to the approopriate folder, according to the studio folder structure
Jorge Vásquez Pérez
2017-04-13 15:31:15 -0700
b038e66615Reorganized some functions on corresponding scripts to make it clearer of what was supposed to go in each one
Jorge Vásquez Pérez
2017-04-13 15:30:13 -0700
631cb8f607Brought back the main UI Panel to functioning condition.
Jorge Vássquez Pérez
2016-12-02 17:29:48 -0800
b1efb4928bHopefully this will finally fix the merging issues I had.
Jorge Vássquez Pérez
2016-12-02 17:20:13 -0800
4ca84b5feeFixing even more merge issues.
Jorge Vássquez Pérez
2016-12-02 16:55:46 -0800
f7b18e98d6Fixed more issues with the git merge.
Jorge Vássquez Pérez
2016-12-02 16:50:58 -0800
f1a6f31448Brought y_stopMotionLayer up to date.
Jorge Vássquez Pérez
2016-12-02 16:48:01 -0800
816d566df4Brought the yStopMotionLayer to the new codebase.
Jorge Vássquez Pérez
2016-12-02 16:37:09 -0800
1e932c7a2dCleaned up the code and made the scripts work individually and with thetoolbox
Jorge Vássquez Pérez
2016-12-02 15:30:12 -0800
84e17ede95Adapted all scripts to work on their own and with the toolbox.
Jorge Vássquez Pérez
2016-12-02 15:25:00 -0800
8414847715Fixed the PuppetRig Script to conform to the new code for the Toolbox, changed all linebreaks to unix, updated all script version numbers
Jorge Vássquez Pérez
2016-12-02 11:58:07 -0800
a879c2190dremoved a debuging alert()yorch2015-07-16 13:08:56 -0700
550a55e444Added a new comp on every new project, with our internal new project template name.yorch2015-07-16 12:58:14 -0700
df5ea0ac01Minor changes to adjust CPoffset PuppetRig and StopmotionLayer to the new model.yorch2015-06-04 15:06:39 -0700
f4c74abe46Converted the CornerPinOffset tool to the new modelyorch2015-04-10 17:24:12 -0700
e4b0a98471Added BindBetween2, to the tool bar, and cleaned it's name up.yorch2015-04-10 12:16:28 -0700
58fe19cacdTransfered BindBetween2 to the new modelyorch2015-04-10 12:07:32 -0700
868c1cb141Cambiando bind between 2, incompleteyorch2015-04-09 14:40:04 -0700
e07df6d9d4Switched line endings to Unix-like on all scriptsyorch2015-03-19 12:27:58 -0700
2d6983e014Now the button calls to a reference of the tool from this.yTool, to be able to access its methodsyorch2015-03-19 10:51:04 -0700
3c12bdfb2dAdded a reference to the tool to the buttons added to the toolbox, so I can call them lateryorch2015-03-19 10:49:57 -0700
bb5336a612I'm really not sure what I changed.. :S I have to learn to use git better...yorch2015-03-18 18:39:09 -0700
75b0091c1dstarted cleaning up code, to adapt to new generic script modeyorch2015-03-18 18:33:20 -0700
300d3c98fcCleaned up a Generic script to base new tools onyorch2015-03-18 18:32:44 -0700
cc91c4a6ceWhen closing the window now it makes the YTB variable a null, to clean up a bit.yorch2015-03-18 17:49:20 -0700
994772be8dRe-enabled the createUI function for tools to be able to create their own independent windowsyorch2015-03-18 17:48:04 -0700
2c49d99929Removed some debgging alert() callsyorch2015-03-18 17:18:54 -0700
992891bf28Got the toolbox code cleaned up, and the YSetStrcuture tool, already works with this new model.yorch2015-03-18 16:45:14 -0700
6d01d35cd0Reorganized the ToolBox and encapsulated it into a Signle namespace YTB, the tool bundling doesn't work yetyorch2015-03-18 12:58:55 -0700
b77c9bd56fstarted to encapsulate everything in a single objectyorch2015-03-13 16:03:05 -0700
1238e7949eadded a tabbed_structure testyorch2015-03-13 15:50:17 -0700
bc178e67eeFixed error when no layer was selected at the time of creating the probe.yorch2014-12-04 18:16:10 -0800
1e1bb0c6aaSelected layer when the script is ran, now gets automatically selected in the Layer effect. Colored the Nulls Yellow by default (label=2) Changed the default radius to a more useful value of 5yorch2014-12-04 17:55:29 -0800