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

    Xref Manager

    Scheduled Pinned Locked Moved PYTHON Development
    2 Posts 0 Posters 365 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 15/06/2017 at 11:46, xxxxxxxx wrote:

      Hi.
      It's my first post here, so hello everybody.

      I'm curious, is there any way to select an object in xref manager by it's name or ID using Python?
      the only thing I found is this:

      #ifndef DXREFMANAGER_H__
      #define DXREFMANAGER_H__

      enum
      {
        ID_CA_XREFMANAGER_GROUP_REFS = 5000,
        ID_CA_XREFMANAGER_GROUP_FILE,

      ID_CA_XREFMANAGER_REF_LIST = 1500,
        ID_CA_XREFMANAGER_NAME,
        ID_CA_XREFMANAGER_RESOLVED_NAME,
        ID_CA_XREFMANAGER_NAMESPACE,

      //////////////////////////////////////////////////////////////////////////

      ID_CA_XREFMANAGER_DUMMY
      };

      #endif // DXREFMANAGER_H__

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

        On 16/06/2017 at 01:39, xxxxxxxx wrote:

        Hi,

        welcome to the Plugin Café forums 🙂

        Unfortunately I have no good news for you. The Xref manager can not be controlled via Python.

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