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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Updating Tag only if Object is changed

    Scheduled Pinned Locked Moved PYTHON Development
    5 Posts 0 Posters 573 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

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 21/07/2011 at 11:50, xxxxxxxx wrote:

      Hi there.
      It is possible, that a Python-Tag only be initialized, when the object of the tag is changed in any way?
      Like the optimize cache in the python-generator-object.

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

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 21/07/2011 at 16:37, xxxxxxxx wrote:

        probably have to check the dirty cache on the object that is holding the tag... i would assume.... also, do tags support AddDependace() ?< ="utf-8">

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

          THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

          On 21/07/2011 at 17:34, xxxxxxxx wrote:

          Thanks, maybe you can discribe how to use the IsDirty-Command?
          What does "DIRTY_CHILDREN" exactly mean? the description in the API is not very clear to me.

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

            THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

            On 22/07/2011 at 00:09, xxxxxxxx wrote:

            Afaik, the Optimize Cache functionality does the following:

            - execute the python skript at the first frame
            - saves the cache from this execution
            - returns this cache the other frames

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

              THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

              On 22/07/2011 at 14:41, xxxxxxxx wrote:

              The Dirty counter is a way to check objects and whether they have been changed. i reccomend reading my post from the other day...

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