Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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

    Hierarchy search

    General Discussion
    0
    6
    1.5k
    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
      Helper
      last edited by

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

      On 20/12/2002 at 15:27, xxxxxxxx wrote:

      How can I create a recursive routive that goes through ALL objects in a document?
      I want to go through ALL... even all children.
      Thank you very much in advance.

      Rui Batista

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

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

        On 06/01/2003 at 08:17, xxxxxxxx wrote:

        U should have it now 🙂

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

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

          On 06/01/2003 at 08:44, xxxxxxxx wrote:

          I do 🙂 Thank you...
          But now, my problem is another... it has to do with opening the hierarchy of any object... I can't ask too much of myself... I'm no coder 😉 But this seemed like a simple thing to do.

          Rui Batista

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

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

            On 06/01/2003 at 08:52, xxxxxxxx wrote:

            if(!op->GetBit(BIT_OFOLD)) op->SetBit(BIT_OFOLD);
            op->Message(MSG_UPDATE);
            This is not the same I gave you at first. It works vice versa. Set the Bit to open the hierarchy and delete the bit to close/fold it. I just tried it, it works perfectly.
            Now...GO Rui GO! 🙂

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

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

              On 06/01/2003 at 08:54, xxxxxxxx wrote:

              I will try it, Samir.
              Up, up... and awaaaaaaaay!! 🙂

              Rui Batista

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

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

                On 13/05/2003 at 11:47, xxxxxxxx wrote:

                I would like to know how to search the entire document as well.

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