Navigation

    • Register
    • Login
    • Search
    1. Home
    2. jesse
    J

    jesse

    @jesse

    2
    Reputation
    5
    Posts
    24
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

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

    Best posts made by jesse

    RE: errors in api documents?

    "c4d.CUSTOMGUI_CYCLE" seems to be missing from the api as well as what ever the heck a "capsule object" is

    posted in Cinema 4D SDK •
    errors in api documents?

    just wondering if there was some place to post some errors i am finding in the api docs
    thing like how "BaseList2D.GetUserDataContainer" and "BaseList2D.RemoveUserData" have the example code switched
    also "c4d.MSG_DRAGANDDROP" seems to have its sender as "c4d.BaseList2" witch i assume should be "c4d.BaseList2D"?

    posted in Cinema 4D SDK •

    Latest posts made by jesse

    RE: errors in api documents?

    "c4d.CUSTOMGUI_CYCLE" seems to be missing from the api as well as what ever the heck a "capsule object" is

    posted in Cinema 4D SDK •
    read data from a "capsule object"

    i am trying to read the data from a drag and drop event on a tag but the "data" seem to contain a thing called a "capsule object" that i don't know how to crack in to

    also from the looks of it the "msg" should contain the "INPUT_QUALIFIER" to limit the main function to only run when the "drop" part of the drag happens but i cant seem to work that out ether

    any one have any experience in this stuff?

    posted in Cinema 4D SDK •
    errors in api documents?

    just wondering if there was some place to post some errors i am finding in the api docs
    thing like how "BaseList2D.GetUserDataContainer" and "BaseList2D.RemoveUserData" have the example code switched
    also "c4d.MSG_DRAGANDDROP" seems to have its sender as "c4d.BaseList2" witch i assume should be "c4d.BaseList2D"?

    posted in Cinema 4D SDK •
    RE: API questions

    @m_adam thanks
    so using c4d.documents.SaveDocument the window is still showing up.. even with "SAVEDOCUMENTFLAGS_NONE" or "SAVEDOCUMENTFLAGS_AUTOSAVE"
    could it still be showing up because of an error in the file path its trying to save to or something like that?

    posted in Cinema 4D SDK •
    API questions

    is there a built in way to convert the render setting file tokens to what they are represent?
    also is there a way to save a .c4d file with out the file location window popping up using python?

    posted in Cinema 4D SDK •