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

    Please some help with .res file [SOLVED]

    Scheduled Pinned Locked Moved PYTHON Development
    3 Posts 0 Posters 326 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 23/10/2014 at 23:50, xxxxxxxx wrote:

      Please, would any one help me with some info about the .res file?
      Let me explain, I've trying create a python test plugin with a simple user data menu, something like this...

      CONTAINER Opytestplugin
      {
      > NAME Opytestplugin;
      >
      > INCLUDE Obase;
      >
      > _
      > _
      >
      > GROUP ID_OBJECTPROPERTIES
      >
      > {
      > > GROUP
      >
      >> {
      > > > LAYOUTGROUP; COLUMNS 2;
      >
      >> > _
      > _
      >
      >> > GROUP
      >
      >> > {
      > > > > BOOL LIVECAPTURE_POS { }
      >
      >> > > BOOL LIVECAPTURE_SCA { }
      >
      >> > > BOOL LIVECAPTURE_ROT { }
      > > > }
      >
      >> > _
      > _
      >
      >> > GROUP
      >
      >> > {
      > > > > BUTTON BT_CLEARPOS {}
      >
      >> > > BUTTON BT_CLEARROT {}
      >
      >> > > BUTTON BT_CLEARSCA {}
      > > > }
      > > }
      >
      >> _
      > _
      >
      >> GROUP
      >
      >> {
      > > > LINK LIVECAPTURE_LINK { }
      > > }
      >
      >> _
      > _
      >
      >> GROUP
      >
      >> {
      > > > LONG SAMSCALE {MINEX; MIN 1;}
      >
      >> > BOOL SAMONOFF {}
      >
      >> > REAL SAMONOFF {MINEX; MIN 0.0; STEP 0.01;}
      > > }
      > }
      }

      This code has been taken from several examples, but what I want to have all the types of possible options (like SLIDERS, TEXT MULTILINE, etc). Is there a docomentation for this? If so, where I can find it?

      I hope any one could guide me, I appreciate any help.

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

        On 24/10/2014 at 00:15, xxxxxxxx wrote:

        Hello,

        you find a full description of the Description Resource[URL-REMOVED] in the C++ documentation.

        Best wishes,
        Sebastian


        [URL-REMOVED] @maxon: This section contained a non-resolving link which has been removed.

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

          On 24/10/2014 at 00:22, xxxxxxxx wrote:

          Tongue Thank you very much Sebastian, I really appreciate your help!!!

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