vasquez888
01-31-2010, 09:30 PM
Hi,
I'm wondering whether anyone is having a problem with keyboard shortcuts not working as they should with Edit Splines when switching to subobject levels greater than 1?
The following is a basic version of the script
max modify mode
if subobjectlevel == 0 then
subobjectlevel = 2
else subobjectlevel = 0
Scenario:
* Spline object with Edit Spline modifier
* Assign script to a keyboard shortcut
* Select the spline and run the script through the keyboard shortcut (Should switch to segment subobject level)
* Run the script through the keyboard shortcut again (Nothing happens. It should switch out of subobject level. In fact, ALL keyboard shortcuts do not respond).
Notes:
* Problem doesn't occur on Editable Splines or Lines. Only splines with the Edit Spline modifier
* Problem doesn't occur for mesh objects.
* Problem doesn't occur if I run the script manually
* Problem doesn't occur if I click on the viewport after running the script the first time.
* Problem doesn't occur if the code switches to subobject level 1 (vertex)
If anyone could try this out to see if they are experiencing the same problem, that would be greatly appreciated.
Thanks
I'm wondering whether anyone is having a problem with keyboard shortcuts not working as they should with Edit Splines when switching to subobject levels greater than 1?
The following is a basic version of the script
max modify mode
if subobjectlevel == 0 then
subobjectlevel = 2
else subobjectlevel = 0
Scenario:
* Spline object with Edit Spline modifier
* Assign script to a keyboard shortcut
* Select the spline and run the script through the keyboard shortcut (Should switch to segment subobject level)
* Run the script through the keyboard shortcut again (Nothing happens. It should switch out of subobject level. In fact, ALL keyboard shortcuts do not respond).
Notes:
* Problem doesn't occur on Editable Splines or Lines. Only splines with the Edit Spline modifier
* Problem doesn't occur for mesh objects.
* Problem doesn't occur if I run the script manually
* Problem doesn't occur if I click on the viewport after running the script the first time.
* Problem doesn't occur if the code switches to subobject level 1 (vertex)
If anyone could try this out to see if they are experiencing the same problem, that would be greatly appreciated.
Thanks
