Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    move tag along object

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 262 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      On 19/12/2015 at 10:56, xxxxxxxx wrote:

      Hi,

      I'm trying to get information from existing tags on object. More precisely, i'm trying to sort or re-arrange tag on object. For example I've got a object with multiples textures tags, is it possible to make texture tag N°1 to be the number 2 ? Is is possible, without create and destroy tags to moves them on my objects (or multiples object) ?

      It could be very convenient for a large amount of objects to move every texture tag, Xpresso tags or whatever tags from a position to a other.

      Solution can be Python or C++

      anyway many thanks for reading this.

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        On 19/12/2015 at 11:10, xxxxxxxx wrote:

        You can call tag.Remove() and then insert the tag again using obj.InsertTag(tag, predecessor).
        Replace . by -> for C++.

        1 Reply Last reply Reply Quote 0
        • H Offline
          Helper
          last edited by

          On 19/12/2015 at 11:22, xxxxxxxx wrote:

          Thanks for your fast reply ! I'm trying right now !

          1 Reply Last reply Reply Quote 0
          • First post
            Last post