- 1.0.0
- Hello World!
Here's a simple tool that lets you create a reminder inside Maya. This tool is very useful for modelers, animators, etc. Maya is not a perfect 3D software, and sometimes it FAIL (https://failblog.org/), so here's a the solution. Please follow the instructions below, or watch the video tutorial instead.
Instructions:
1. Append the code below in your C:\Users\XXX\Documents\maya\2010\scripts\userSetup.mel
// CODE
string $portName = "localHost:10001";
if( !`commandPort -q $portName` )
{
catch( `commandPort -n $portName` );
}
2. Extract MayaPort.exe in C:/.
**IF you don't extract that application in your "C:/" the script will FAIL**
3. Extract MayaReminder.exe, SetReminder.mel, and SetReminder.res.mel in your scripts folder:
C:\Users\XXX\Documents\maya\2010\scripts
4. Extract SetReminder.bmp in your icons folder:
C:\Users\XXX\Documents\maya\2010\prefs\icons
5. Copy the command below and put it in your shelf:
source SetReminder; SetReminder();
** If you guys have any questions or suggestions please don't hesitate to email me:
norbertnacu@hotmail.com
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.