+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 25 of 25
  1. #21
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,714

    Default

    Registered forum members do not see this ad.

    I have updated this program to Version 1.3, the new version can be found in the first post of this thread, or on my site here.

    This update fixes a directory sorting bug, and also includes several new features:
    • The attribute modification module has been completely rewritten to utilise Visual LISP methods, enabling processing of Multiline Attributes and also permitting the use of Field Expressions in attribute values.
    • I have also added the ability to use incrementing attribute values in attribute data. If an attribute value contains markers <# and #> surrounding numerical data, the numerical section between these markers will be incremented by one for each drawing processed by the program. More information about this feature is detailed in the updated program description, under the section entitled: Incrementing Attribute Values.
    Let me know what you think
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  2. #22
    Forum Deity Dadgad's Avatar
    Using
    AutoCAD 2012
    Join Date
    Nov 2011
    Location
    At the confluence of worthlessness & invaluability
    Posts
    3,133

    Default

    Quote Originally Posted by Lee Mac View Post
    Of all the programs I have written, I honestly thought that this would be a more popular program - but not being a draftsman, maybe I have invested time in the wrong application.

    A few questions if anyone has time:

    1) Is the task of batch updating of attributes something that regularly occurs when drafting?

    Hell YES!

    Absolutely, all the time and it is very tedious and time consuming, ESPECIALLY so, if all of the files need to be opened in order to edit them.

    2) Does this functionality already exist in AutoCAD, maybe a command that I have overlooked before writing this program?

    Not that I am aware of.

    3) Does the current version of the program function correctly?
    I look forward to having enough drawings to warrant using it. Typically I will use the ACTIONRECORDER (lisp for lightweights) when I need to update issue dates and such, as my boss doesn't embrace the use of REACTOR triggered fields, as in ISSUE DATE populated by PLOT.

    Hi Lee, I can't believe that I have never seen this thread. I have suggested this lisp specifically for the EDITING functionality to a number of OPs.
    I have not had occasion to use it, or rather haven't had a big enough batch of them at one time, since I first saw it, and so have not downloaded and run it.
    This is very well thought out and really helpful, assuming that it does what it is meant to do.
    I just noticed the INCREMENTAL REV function which is important, and very helpful.

    Keep up the GREAT work!
    I am further excited by the fact that you have tweaked this....... that does it! I'm downloading this little beauty and taking it around the block.

    I haven't checked it yet, am hoping that the incrementation can be numeric or alphabetic. The way you described it, seems like it is only numeric.
    Sometimes REVs are ALPHA instead of numeric.
    Last edited by Dadgad; 5th May 2012 at 03:38 am.
    Volume and repetition do not validate opinions forged in the absence of thought.

  3. #23
    Junior Member
    Discipline
    Mechanical
    dong95's Discipline Details
    Occupation
    Mechanical Designer
    Discipline
    Mechanical
    Using
    AutoCAD 2006
    Join Date
    Sep 2011
    Posts
    13

    Default

    Very nice work, Lee...seems you are the Einstein of Lisp...Cheers!

  4. #24
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,714

    Default

    Quote Originally Posted by Dadgad View Post
    Hi Lee, I can't believe that I have never seen this thread. I have suggested this lisp specifically for the EDITING functionality to a number of OPs.
    I have not had occasion to use it, or rather haven't had a big enough batch of them at one time, since I first saw it, and so have not downloaded and run it.
    This is very well thought out and really helpful, assuming that it does what it is meant to do.
    I just noticed the INCREMENTAL REV function which is important, and very helpful.

    Keep up the GREAT work!
    I am further excited by the fact that you have tweaked this....... that does it! I'm downloading this little beauty and taking it around the block.
    Many thanks once again for all the recommendations for my programs Dadgad! I really appreciate your gratitude and feedback for my work

    This is now probably my largest and most developed program yet, on a par with my Incremental Numbering Suite program - both have around 3,000 lines of code now. Since these programs are more of a hobby and without the pressure of project deadlines, I tend to inject a lot more passion into the program from the enjoyment of writing it, and will continuously tweak and improve the code until I am completely satisfied with it; every line of code in these larger programs is carefully considered.

    Let me know how you get on if you get a chance to take the program for a spin!

    Quote Originally Posted by Dadgad View Post
    I haven't checked it yet, am hoping that the incrementation can be numeric or alphabetic. The way you described it, seems like it is only numeric.
    Sometimes REVs are ALPHA instead of numeric.
    The option to increment attributes was not actually intended for use with Revision Attributes (since you would rarely need to increment a revision to a different value for each drawing in a set), but rather for attributes such as Drawing Numbers in Titleblocks, where, for example, the user could enter an initial Drawing Number and have it incremented for each drawing processed to produce a unique Drawing Number for each drawing.

    Quote Originally Posted by dong95 View Post
    Very nice work, Lee...seems you are the Einstein of Lisp...Cheers!
    Cheers dong! Though there are many others far smarter than I in the world of AutoLISP - we all stand on the shoulders of giants
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

  5. #25
    Quantum Mechanic Lee Mac's Avatar
    Computer Details
    Lee Mac's Computer Details
    Operating System:
    Windows 7 Ultimate (32-bit)
    Discipline
    Multi-disciplinary
    Lee Mac's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Custom Programming / Software Customisation
    Using
    AutoCAD 2013
    Join Date
    Aug 2008
    Location
    London, England
    Posts
    15,714

    Default

    Registered forum members do not see this ad.

    Following a couple of bug reports raised by a member at theSwamp, I have updated this program to Version 1.4

    The new version implements a refined file and folder sorting function to emulate the Windows Explorer filename sort when selecting drawings to be processed by the program; I have also increased the character limits of the various edit_box tiles in the dialog to allow for the use of long Field Expressions in attribute values. Other general bug fixes are noted in the program code header.

    The updated program may be downloaded from my site here, or from the first post of this thread.

    Cheers,

    Lee
    Lee Mac Programming

    With Mathematics there is the possibility of perfect rigour, so why settle for less?

    Just another Swamper

Similar Threads

  1. Attribute Editor Text Issue
    By Magnum Z in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 2
    Last Post: 6th Jun 2011, 02:43 pm
  2. Batch Text editor
    By VisDak in forum AutoLISP, Visual LISP & DCL
    Replies: 1
    Last Post: 25th Sep 2009, 09:29 pm
  3. Batch Attribute changer & forgiving batch plot program?
    By muck in forum AutoCAD Drawing Management & Output
    Replies: 1
    Last Post: 30th Jul 2006, 04:07 pm
  4. Enhanced Attribute Editor
    By boris in forum AutoCAD General
    Replies: 1
    Last Post: 21st Sep 2005, 11:59 pm

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts