Navigation

    • Register
    • Login
        No matches found
    • Search
    1. Home
    2. spedler
    S

    spedler

    @spedler

    0
    Reputation
    4
    Posts
    91
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    spedler Follow

    Best posts made by spedler

    This user hasn't posted anything yet.

    Latest posts made by spedler

    RE: Python cannot get X-Particles(xpCache) information

    I can confirm that it is a custom data type. As Manuel says, you would need to contact Insydium support about this but I'm not sure the definition of the data type and the GUI is contained in the third-party library they make available. If not, I'm afraid you're out of luck.

    Steve

    posted in Cinema 4D SDK •
    RE: How to enable object X-Ray option - C++

    Try using the ObjectColorProperties like so:

    	BaseObject *obj;
    	ObjectColorProperties ocp;
    	obj->GetColorProperties(&ocp);
    	ocp.xray = true;
    	obj->SetColorProperties(&ocp);
    
    
    posted in Cinema 4D SDK •
    Broken link on this site

    If you go to the 'Read before posting' page and click the 'About Tags and Tagging' link, you get a page not found error.

    Steve

    posted in Maxon Announcements •