Announcement

Collapse
No announcement yet.

renaming script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • renaming script

    I am looking for a remaning script - I have looked around the scriptspot - I like the redesign but it is really confusing, and I can't seem to find anything. Basically I have a scene with 700 objects that I need to renmane into logical groups - any ideas -

    Thanks as always for your help.

  • #2
    There's a renaming script in the blur script pack.

    Comment


    • #3
      Thanks a million

      Thanks a million I'll check it out -

      Comment


      • #4
        3dsmax-tools-rename does not do the trick for you?
        This signature is only a temporary solution

        Comment


        • #5
          Ditto, Sushi.

          Lele

          Comment


          • #6
            Doh !

            Now I feel like a complete tool

            You can imagine how messy my scenes are - I have never really had to do batch renaming before.

            Both tools do a great job, but blur gives you the ability to rename materials in libraries or the editor which is awesome.

            Thanks a million for your help

            Comment


            • #7
              Looks like you have solved your problem already, but here is a very short script for renaming every selected object to something new:

              Code:
              for x in selection do x.name = uniqueName "A_new_name"

              Comment

              Working...
              X