![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Graphic Design, Digital Imaging, and Multimedia Working in two, three, and four dimensions |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 1
OS: XP
|
3d max 9 error help!!
Hello, i am new to the forums!
I am currently doing a rigging project and I need help on a couple of errors 3d max 9 is giving me. This is a a bit urgent since this is related to a final i must turn in. I would gladly appreciate any help. First of all, Max is giving me an annoying error. When i open the reaction manager, it tells me an error and opens up the script window. Sometimes it closes instantly. I am not sure how it happened, and when i open my earlier files it doesn't come up. At the first time.... when i open it again, the error occurs. I have to go almost 6 files back to avoid it. I was lucky enough to copy the script before max shut down, so i hope this will help some how. /* *************************************************************************** Macro_Scripts File Author: Adam Felt Macro_Scripts that implement some animation specific methods Revision History May 26, 2004 - Adam Felt - Created December 14, 2004 - Nicolas Léonard - added ToggleLimits -- MODIFY THIS AT YOUR OWN RISK *************************************************************************** */ macroScript DeleteSelectedAnimation enabledIn:#("max", "viz") buttontext:"Delete Selected Animation" category:"Animation Tools" internalCategory:"Animation Tools" tooltip:"Delete Selected Animation" ( On isEnabled Return ( $selection.count != 0 ) On Execute Do ( maxOps.deleteSelectedAnimation() ) ) macroScript OpenReactionManager enabledIn:#("max") buttontext:"Reaction Manager" category:"Animation Tools" toolTip:"Reaction Manager" ( reactionMgr.openEditor() ) macroScript OpenAnimationLayers enabledIn:#("max") buttontext:"Animation Layers" category:"Animation Tools" toolTip:"Animation Layers" ( animLayerManager.showAnimLayersManagerToolbar true ) macroScript ToggleLimits enabledIn:#("max") buttontext:"Toggle Limits" category:"Animation Tools" toolTip:"Toggle Limits" ( Fn toggleAnimLimits anim &limitTab &toggleValue = ( local ILimitControl if anim != undefined do ( if (ILimitControl = getInterface anim #limits) != undefined do ( if toggleValue and anim.IsEnabled() do ( toggleValue = false ) append limitTab anim ) for i = 1 to anim.numsubs do ( toggleAnimLimits (getSubAnim anim i) &limitTab &toggleValue ) ) ) On isEnabled Return ( $selection.count != 0 ) On Execute Do ( local limitTab = #() local toggleValue = true for s in selection do ( toggleAnimLimits s &limitTab &toggleValue ) for limit in limitTab do ( limit.SetEnabled toggleValue ) ) ) -- END OF FILE Second when i close my application, it gives me this every time! http://img367.imageshack.us/img367/4...onerrorqg4.jpg I always save before i close but it continues to give me the error. I have tried rebooting and reinstalling the program. Nothing That i know seems to work. This also has been happening for a few files now. Third, Max doesn't like new files. when i create a new file max gets weird. the colors are not right and i can hardly click on anything i want. the camera gets wonky and the see through mode turns blue. its uncomfortable to work in. The only way i can avoid it is if i open up an old file, delete what is in there, and save as. Its no biggie, its just a bit annoying sometimes. I also tried rebooting and reinstalling to fix this. Nada. I hope you can help me with this. Thank you for your time |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
![]() |
| Thread Tools | |
|
|