Message 1 of 6
Maya crashing on simple script

Not applicable
02-15-2012
06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
-Start Maya.
-Create a Pipe primative.
-Ctrl + Right Click the RotateY value in the Channel Box and access the Expression Editor.
-Enter this code as the expression:
Hit "Create". Maya crashes every time. I have tried multiple times to completely remove Maya (and clearing the My Documents folders) and reinstall and I keep getting the same weird behavior.
Can anyone else reproduce this issue?
-Create a Pipe primative.
-Ctrl + Right Click the RotateY value in the Channel Box and access the Expression Editor.
-Enter this code as the expression:
float $radius = 1;
float $distance = pPipe1.translateZ;
float $rotation = $distance / (2 * 3.142 * $radius) * 360;
pPipe1.rotateY = $rotation;
Hit "Create". Maya crashes every time. I have tried multiple times to completely remove Maya (and clearing the My Documents folders) and reinstall and I keep getting the same weird behavior.
Can anyone else reproduce this issue?