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

    Visibility of ID_BASEOBJECT_XRAY/GENFLAG

    SDK Help
    0
    2
    215
    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 30/08/2004 at 06:27, xxxxxxxx wrote:

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

      ---------
      I tried to hide some parameters ob OBase. Works fine, only with ID_BASEOBJECT_GENERATOR_FLAG and ID_BASEOBJECT_XRAY it doesnt work.
      Take a look at OBase.res, these parameters are defined as HIDDEN, but they are displayed. I use GetDDescription to overwrite DESC_HIDE of some parameters. If I do so with XRAY/GENERATOR, they are still displayed.

      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 30/08/2004 at 06:39, xxxxxxxx wrote:

        Another thing with hiding parameters...
        pdescentry = description->GetParameterI( DescID  ID_BASEOBJECT_ROTATION ), NULL );
        pdescentry->SetBool( DESC_HIDE, TRUE );
         pdescentry = description->GetParameterI( DescID( ID_BASEOBJECT_SCALE ), NULL );
         pdescentry->SetBool( DESC_HIDE, TRUE );
         pdescentry = description->GetParameterI( DescID( ID_BASEOBJECT_POSITION ), NULL );
         pdescentry->SetBool( DESC_HIDE, TRUE );
        If I hide the koordinates, and then click the generator flag in the attribute manager, cinema crashes. If I click the generator flag in the object manager, ot works fine...

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