I have a problem understanding how undo marks are added to the undo stack.In the code below a fan of lines are draw in a random location.If you run MTest a few times, the AutoCAD Undo command will remove the fans one at a time.
If you run MMulti to draw 10 fans, the AutoCAD Undo command will remove all the fans in a single step.I want to be able to remove the fans one at a time.I thought that a StartTransaction / Commit pair would act as markers for the undo stack, but this isn't working.
Tested on AutoCAD 2010 VS 2008 <CommandMethod("MMult")> _  Sub testmult()        Dim i As Integer        For i = 1 To 10            Call testdraw()        Next  End Sub [code]....
I have a function which removes the filepath from an IDW drawing which is handy when exporting to other formats. Currently it's just used in a batch script so the drawings close without being saved and there is no problem. Now I'm trying to make another macro which will just export the currently open drawing. So I have to undo removing the file path so the drawing is back to it's original state.
Below is the code for removing the filepath from the titlebar. I tried to do the reverse and put <FILENAME AND PATH> back in, however it appears as normal text. Since the title block uses "variables" which update with other properties and I don't wish to lose that adaptibility.  Function Remove_FilePath()On Error GoTo ErrMsgDim oDrawDoc As DrawingDocumentSet oDrawDoc = ThisApplication.ActiveDocument' Create the new title block defintion.Dim oTitleBlockDef As TitleBlockDefinitionSet oTitleBlockDef = oDrawDoc.ActiveSheet.TitleBlock.DefinitionDim oSketch As DrawingSketchCall oTitleBlockDef.Edit(oSketch)Dim count As Integercount = 1While oSketch.TextBoxes.Item(count).Text <> vbNullString If oSketch.TextBoxes.Item(count).Text = "<FILENAME AND PATH>" Then oSketch.TextBoxes.Item(count).Text = " " End If count = count + 1WendErrMsg:Call oTitleBlockDef.ExitEditEnd Function  So I either need a way to undo the actions of the subroutine or know how to insert the "variable" which references the file's properties.
Cannot use UNDO on command line because I have to enter the command many, many times to ever undo anything.
I therefore use the UNDO pull-down in the quick access toolbar; however, a few simple zooms and/or pans using the mouse wheel results in many, many (it seems like hundreds of them) "Group of Commands" items. I have to work my way back through (that is highlighting) many of these to ever get back far enough to undo something simple like an erase of an object. It works like this even if the erase (or whatever) was the last command issued--besides zooming and panning.
The mouse wheel zooming and panning seems to be what is adding all of the "group of commands" listings in the undo list. I must say this seems like a terrible bug in the software to me.
Combine zoom and pan IS checked under user preferences of options.
Is there a known problem with 2013 undo? I can be in a new drawing issue 2 commands and the undo drop down is populated with 100's of group commands, makinf Ctrl z useless
Civil 3D 2012 & 2013 HP Z210 Workstation Intel Xeon CPU E31240 @ 3.30 Hz 12 GB Ram
Note: Its all Resistentialism, so keep calm and carry on
I created an interactive form in InDesign CC and do not like the check marks as they are not visible enough. Can I globally change the check marks to "X" marks?
I think it'd be so cool to be able to replay your entire undo history of a picture, so you can see and show others how you proceeded on a picture you made. That way, it's never necessary to capture screen video for like 10 hours and stuff..
So first you'd need to add an option to save the undo history (so that you always keep the history from when you started). Then you'd need an option to playback the undo history.
I have table, several chairs and some glasses and plates on table. I want to group them and instance that group, hundred of times. Problem is that I do not have materials implemented and I will not until client is satisfied with arrangement. I have problems later, even using many scripts I found, to add material to all instances. Only way is to select one by one.
Other thing is that there might be new objects added into set, so best way would be to add to master group and that will be added in instances of that group automatically, but that does not work with Maya.
I downloaded a couple of actions from the web to my actions palette and they worked fine, but then I got greedy and downloaded a few more and that’s when things went south. Now none of the actions work - by not working I mean when I mouse over the Play Selection icon at the bottom of the action palette I get that little circle with a line through it. This happens with the PS default actions as well (I also get the circle on the Stop Playing/Recording and Begin Recording icons).
Somewhere in the following is probably what messed things up.
I downloaded actions to my computer in zip files. Copied them over to the actions folder (or somewhere) and unzipped them. I went back to the actions palette and hit “load actions” and loaded them. On the second set of actions that I downloaded I remember thinking “why am I copying and pasting these files - I bet I should cut and paste them, so I did and that may have been the start of the great crumble of 2004. PhotoShop help says: (under Saving and loading actions) “Actions are automatically saved the the Actions Palette folder in PS7.0 Settings folder. If this file is lost or removed, the actions you created are lost”.
I have searched for the settings folder and couldn’t find it, but the actions still show up on the actions palette - they just don’t run.
I’m a little fuzzy on the details on the above steps. In fact, I probably did something different on each download.
one more thing, I reloaded PhotoShop, but still nothing.
My computer crashed and I removed all apps and reinstalled so now none of my actions appear. However I do have a backup file of all of them and want to reinstall but before when I was using cs6 ( Im assuming same thing as CC as it was all on the subscription plan ) I would click actions then the right arrows and it would bring me a big screen of all the actions ( even the ones that were just preloaded in ps ) and it was a big box with all the actions and some options to record etc...Now that box isn't there and it's just a single column drop down menu.
I was wondering if there is any way to temporarily mark measurements that I have made with the Measure function so I can go back and start a line at that point. Each time I use Measure, the information disappears when I go to another function.
We are using ATIR STRAP to do analysis and then export DXF in order to continue editing in AutoCAD 2007. the problem is that AutoCAD doesn’t recognize the font. For example the Diameter sign we used in ATIR STRAP become a question mark in Autocad. We installed the corresponding font of ATIR STRAP.
Is it necessary to have AutoCAD remember the "zooms" when you hit "undo"? Is there a setting that will allow AutoCAd to not undo "zooms" when I hit "undo"?
I have been working on a drawing and out of the blue, when I opened it the other day, all this tick marks where peppered all over the drawing. I discovered they were like point marks from dimension layers that were turned off. If I freeze the layer on top of turning it off, the tick marks do go away. I am running an old version of Autocad, 2007.
I'm sure this has been addressed in these hollowed posts but a search didn't turn it up. I have a dimstyle with primary units format set to "Fractional" and would like the inch (") marks to come in. I know i can add the inch mark as the suffix, but is there a better way? Archetectural and Engineering formats both include the inch marks and this makes sense to me. But if "fractional" format is not inches, then what would it be?
I'm currently running AutoCAD Electrical 2013 and every time I open a new drawing my undo is automatically disabled. Sometimes even changing from sheet to sheet in a project will result in my undo command being disabled. When I use the UNDOCTL command I seem to default to 48 and when I use UNDO to re-enable it I select the "All" option which gives me a 53 back for UNDOCTL, meaning that undo has been re-enabled.
I got the first attached message regarding UNDO command which I ignored. The second attached message then came and my UNDO command was frozen. I lost a lot of work done after I have shut down and restarted my computer.
Who knows what I should have done after the first or the second message?
Since AutoCAD preserves the entire database list of commands used on a drawing from the beginning, is it possible to "back up," like using undo, after a drawing is saved and closed? Is there a way to come back the next day and start undoing the previous day's work?
I try to do animation rendering by setting up the animation and letting run overnight sometimes. I often get the pop up window telling me that "the "undo" file size has reached its limit - Do I want to increase the file size?" This pauses the rendering until I hit the OK button. How do I get that to stop?
Is it possible to exclude zooming from the UNDO function? Going through undos is mostly pretty annoying "back-worth"-jumping, when working with a scroll mouse.
edit: Forgot to mention that I'm currently using AutoCAD LT 2000i. And upgrading to LT 2005 in very near future.
I'm currently using Civil 3D 2012, and all of a sudden CTRL+Z has stopped working as UNDO. It does nothing. I've found this issue in lots of other outdated forum posts, but none seem to relate to Civil 3D 2012. I went into CUI to see if the shortcut was somehow changed, but the UNDO command still points to CTRL+Z as its shortcut.