// Error: line 1: There are no more commands to redo.

// Error: line 1: There are no more commands to redo.

Anonymous
Not applicable
10,470 Views
10 Replies
Message 1 of 11

// Error: line 1: There are no more commands to redo.

Anonymous
Not applicable

Hi there,

Why I have // Error: line 1: There are no more commands to redo. even if I hit Ctrl + Z ? Is that some memory issue ? Ctrl + Z works just for some time and after several minutes it just stop redo and tells me error.

Thanks for all kind regards.Error line 1 There are no more commands to redo.jpg

0 Likes
10,471 Views
10 Replies
Replies (10)
Message 2 of 11

pshwayka
Advisor
Advisor

Did you mean "undo"? (That's what ctrl+Z does)

Ususally that means that you've undone everything there is to undo. Also, in your Maya Preferences you can increase the number of "undo's" if you actually are not able to undo as many steps as desired.

0 Likes
Message 3 of 11

J450NP13
Advisor
Advisor

Up to the point of where the file was saved.  even if you have infinite selected.

0 Likes
Message 4 of 11

pshwayka
Advisor
Advisor

You mean saved and re-opened.

Smiley Wink

Message 5 of 11

J450NP13
Advisor
Advisor

Yes....)

0 Likes
Message 6 of 11

Anonymous
Not applicable

Por qué tengo // Error: línea 1: no hay más comandos para rehacer. incluso si presiono Ctrl + Z? tengo el mismo problema incluso con un archivo nuevo y con un par de ordenes realizadas.

0 Likes
Message 7 of 11

juanmontoyalujan
Community Visitor
Community Visitor

Exactly the same thing happens to me, when I try to redo or undo an action even by clicking on "infinity" it appears: // "Error: line 1: There are no more commands to redo. // "

0 Likes
Message 8 of 11

aNASTASIA.kITAEV
Community Visitor
Community Visitor

I have the same problem. I have no caps lock on, I have definitely steps to undo and I did not save the file and opened it again. Still "Error line 1: ..." appears. Yesterday it worked absolutely fine.

0 Likes
Message 9 of 11

turbolet
Community Visitor
Community Visitor

This small Python script helps me to solve issues with Undos, once i face problems i just clean cache and it's works well again

import maya.cmds as cmds
cmds.flushUndo()

 

0 Likes
Message 10 of 11

lumino_Photoshop
Community Visitor
Community Visitor

I just had the same Issue and i noticed, that I changed accidentally my keyboard from german to english. And because of the flipped y and z on the english keyboard, i always pressed "strg + y", when i actually wanted to press "strg + z". And if you do so, Maya tries to REDO stuff, not to undo. And if nothing is to be REDONE, then this message appears 🙂 

0 Likes
Message 11 of 11

emil_schaefer
Community Visitor
Community Visitor

Genius!!! I was going maaad searching for a solution 

0 Likes