1.0
- Python protection!
- Fixed: If global function signature is of the format "global...fn(){" then the open-brace is printed twice in the output
- Added support for Maya 2013 32 and 64-bit (Windows+Mac)
0.9
- New licensing scheme allows developers easier license management and deployment
- Removed RRMPSourceRun - not needed anymore
- Fixed: Allow using standard Maya source command (user experience may not be satisfactory, better to use RRMPSource)
- Limitation: If script contains code outside procs and script is Maya-sourced, then calling the first proc will activate this code
0.8
- Added support for Maya 2012 SP1 32 and 64-bit
- Added support for Maya 2010 32 and 64-bit
- Added the ability to batch compile a list of files in MEL
- Added the ability to specify a target folder0.8
- Added support for Maya 2012 SP1 32 and 64-bit
- Added support for Maya 2010 32 and 64-bit
- Added the ability to batch compile a list of files in MEL
- Added the ability to specify a target folder
- Improved support to Maya's source errors
- Added an introductory message for first time installations
- Added another install option to place all files(for all Maya versions) on the desktop
- Fixed: The installer creates a folder for all Maya releases not just those selected
- Fixed: The General shelf is destroyed by the installer - removed functionality
- Fixed: Empty files handling during compilation and sourcing
- Added an additional hack-prevention protection to encoded scripts
0.7
- Readiness for commercial licenses
- New logo based on the HTML5 Logo by the W3C (http://www.w3.org/)
- Transparent shelf icon, replaces previous XPM icon
- Added support for Maya 2011 64-bit
0.6
- Windows installer (32,64-bit)
- Major bug fixes
- Added personalization features
- Added support for Maya 2011
- Added support for Maya 2009 64-bit
- Improved encrypted script text safety
- Added safety measurements to code
0.5
- Added support for global procedures with non-empty signatures (argument-list).
- New protection scheme
- Major bug fixed: Sourced script could be seen when "Echo All Commands" is enabled
0.4
- RRMPWhereIs is now consistent and can get the path for any global
function that is accessible (either normally defined or RRMP-sourced.)
- RRMPSource now sources regular script files as well (not only compiled
ones.)
0.3
- Added helper-variable $RRMP_Protect_ThisScriptDir for having the current
directory while source action is taking place. (eg. in order to locate
bitmaps which are stored in a relative path.)
0.2
- Source/Compile UI for selecting files
- Automatic "source & run"
0.1
- First working version