ToolSeq UD Script Pack for Autodesk Maya

Download Address & More Information
https://canerozdemirportfolio.wordpress.com/plugin/


| INFO ]|==============================================================================================================================================================================================
|* Version 1.1.4

| DESCRIPTION ]|=======================================================================================================================================================================================
|* ToolSeq UD+ is a small pack of useful scripts which may simplify workflows.
|* Rule Anything, One Sequential Named Ultra Definition ToolSet To Rule Them All.

| PLATFORM ]|==========================================================================================================================================================================================
|* The product can be executed from 64-bit Windows, GNU-Linux and MacOS operating systems.
|* The product is tested with only Maya 2015, 2016, 2017.
|- Randomizer Bevel Preset >= Maya 2017
|- UV Pro				   >= Maya 2017
|- WorkSpace			   >= Maya 2017
|- All others			   >= Maya 2013

| INSTALL ]|===========================================================================================================================================================================================
|* You need a proper software to open LZMA2 compression algorithm for 7z archives.
|* You need Java Runtime Environment to open executable jar archives.
|* Delete previous version of files and folders before update to prevent conflictions.
====================================================================================================
|* Copy contents of 'Script'	 folder to ~/*USER*/Documents/maya/scripts/
|* Copy contents of 'Icon'		 folder to ~/*USER*/Documents/maya/*VERSION*/prefs/icons/
|* Copy contents of 'Shelf'		 folder to ~/*USER*/Documents/maya/*VERSION*/prefs/shelves/
|* Copy contents of 'WorkSpace'	 folder to ~/*USER*/Documents/maya/*VERSION*/prefs/workspaces/
|* Copy contents of 'Color'		 folder to ~/*USER*/Documents/maya/*VERSION*/prefs/
====================================================================================================
|* Make a shelf button with 'xxx'				   for MEL	  commands. (xxx.mel --> File Name)
|* Make a shelf button with 'import xxx;xxx.xxx()' for Python commands. (xxx.py	 --> File Name)
====================================================================================================
|* To start any tool with Maya, append the command at the end of ~/*USER*/Documents/maya/scripts/userSetup.mel
|- Check also ~/*USER*/Documents/maya/*VERSION*/scripts/userSetup.mel
|- If it exists in no	 location,	create a file named userSetup.mel in standart mel script directory.
|- If it exists in multi locations, delete other ones and append their commands into the standart mel script directory to prevent conflictions.

| OPTIONAL ]|==========================================================================================================================================================================================
|* Install monospace fonts in order to display help files correctly and align labels more accurate and eye-candy.

| USAGE ]|=============================================================================================================================================================================================
|* Click on the 'Object', 'Component', 'Item', 'Source', etc. text labels to load selections quickly.
|* Labels or other fields (even shelf buttons) may have been attached with Left-Click, Middle-Click or Right-Click events to compact GUI size. Cursor shape will change when hovering on them.

| ERROR + PROBLEM HANDLING ]|==========================================================================================================================================================================
|* Every single names of selected items have to be unique for most operations which is also the main reason of most errors. Check node names as well as shape names. (pCube1, pCubeShape1)
|* Parented objects will not work or will generate wrong results for several operations. They have to be ungrouped manually to the leaf-level first. (Shift-P) After processing, they can be regrouped as same as the original hierarchy.
|* Objects which have non-identity xform transformations will generate wrong results for several operations. Their transform values have to be frozen first.
|- If you will need transform values later, all of them can be saved before freezing and reassigned later apart from changing the shape by FreezeUD.
|* Instances will not work or will generate wrong results for several operations because of mentioned reasons. They have to be duplicated first.
|- If you will need instances later, all of them can be rereferenced later apart from corrupting the hierarchy by FreezeUD.
====================================================================================================
|* The hardest part of error handling scenario is complex parented and instanced objects that some of them have same names and also non-identity transformations.
|- Rename every single objects, group nodes and even shapes uniquely.
|- Copy the instance.
|- Ungroup it to the leaf-level.
|- Freeze its transform values with FreezeUD.
|- Do whatever process with scripts.
|- Revert their transform values with FreezeUD.
|- Rereference it as the base of complex instance group with FreezeUD.

| HELP ]|==============================================================================================================================================================================================
|* Plain Text documents are best viewed by disabled word wrapping and need monospace fonts to be viewed correctly on editors.
|* Hyper Text documents are best viewed by HTML5+|CSS3+|JS supported browsers.
|* If you get any slowdowns on opening Hyper Text documents, add local pages in your WhiteList of browser's ad-blocking plugin if you have any like uBlock Origin, Adblock Plus, etc.
|* All sources and resources are included to modify or maintain scripts.

https://canerozdemirportfolio.files.wordpress.com/2016/12/003.png

https://canerozdemirportfolio.files.wordpress.com/2016/12/01.png

https://canerozdemirportfolio.files.wordpress.com/2016/12/02.png


Video Length	   ► 05:26:05
Video Count		   ► 47
Video Container	   ► mp4
----------------------------------------------------------------------------------------------------
Picture Codec	   ► x264
Picture Quality	   ► 9/10
Picture Resolution ► 1920x1080
Picture Rate	   ► 23.976
----------------------------------------------------------------------------------------------------
Audio Codec		   ► ogg
Audio Quality	   ► 9/10
Audio Sample	   ► 48.000
Audio Channel	   ► Mono
----------------------------------------------------------------------------------------------------
Instructor		   ► Caner ÖZDEMİR

Version 1.0.9 Is Up With;

  • LGPLv3+ License (Less Restrictions, Less Limitations, Less Constraints)
  • Transfer Feature For Randomizer
  • New Line Bug Fix For Documents
  • One Minor Bug Fix
  • Updated Documents
  • Updated Screenshots
  • Updated Download Link Which Wont Require Being Member Of The Community

Now You Can Use The Product In Any Proprietary Softwares With Minimal Requirements.

I will release transition versions for 2018.
I will convert one of ToolSeqUD MEL scripts to C++ plugin in each transition versions.
Products will be tested and stable, however there will be no update for documentations and tutorial videos until all of conversion jobs are done.
Although I will answer all questions on the forum if you ask any.
So if you want to try new C++ plugins (stable but without documentation and video support until 2018), use HighEnd3D link.
Or if you want to download complete 2017 version, use MediaFire link.

One more note, MacOS users have to compile binaries themselves for C++ plugins.
And Linux users will have to wait binaries until the complete 2018 package for C++ plugins or compile binaries themselves.

Transition version 1.1.0 is up with;

  • Shape Picture UD C++ Plugin

The project name is now ToolSeq UD+.

Transition version 1.1.2 is up with;

  • Vertex component support for ShapePictureUD and ShapeFormulaUD
  • UV Support for ShapePictureUD
  • Color Picker UD C++/Qt Plugin
  • CMake substructure to Maya/C++/Qt for developers
  • A few minor refactoring

Transition version 1.1.4 is up with;

  • ViewCubeUD C++/Qt Plugin
  • Switched Left & Right Directions of ViewCubeUD and CameraSwitcherUD to represent real-life aspect
  • 2 exposed fast & native C++ commands for developers in SharedUD
    StringArrayToStringUD(string] input, string separator)
    StringCountUD(string input, string piece)
  • Embedded Fonts For Documentations
  • Optimized SVG Icons
  • 1 Major Bug Fix
  • 1 Minor Bug Fix

The New ViewCube plugin works a little bit differently than the script.
But I am sure old ViewCube users will figure it out after one minute of struggling.
To invert background and foreground colors, right-click on the ViewCubeUD shelf button.
The changes are not reflected to documentations as I already told.
It will probably be at the end of 2017.

https://canerozdemirportfolio.wordpress.com/plugin/