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

    videopost select node

    SDK Help
    0
    3
    584
    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 12/12/2002 at 09:35, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.012 
      Platform:   Windows  ; Mac  ;  
      Language(s) :     C++  ;

      ---------
      it is possible to change the position of a video post node by doing
      node->remove
      node->insertbefore(another node)
      ect
      but it doesnt seem possible to select a node. (the light grey bar in vp list)
      ive tried normal baselist2d stuff like SetBit() or even  Edit() ,these dont work.
      i cant find how to  force a node to be the active node in the videopost list.
      i have made 2 buttons in my plugin , which allow me to move the plugin up/down the list , works just fine , but , if my plugin is  in row 3 and i move it up 1 , row 3  is still active , so i  have to click on my plugin at row 2 to edit the dialog again 😕
      any ideas?

      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/12/2002 at 05:23, xxxxxxxx wrote:

        The selection seems to be private and based on index only, so it's not possible to change it. Btw, what's wrong with the up/down arrows in the render dialog?

        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/12/2002 at 06:05, xxxxxxxx wrote:

          what's wrong with the up/down arrows in the render dialog?

          nothing at all , just trying things out.

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