Navigation

    • Register
    • Login
        No matches found
    • Search
    1. Home
    2. kosmos3d
    kosmos3d

    kosmos3d

    @kosmos3d

    3D artist and trainer since 1990.

    0
    Reputation
    6
    Posts
    17
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.kosmos3d.it Location Italy

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

    Best posts made by kosmos3d

    This user hasn't posted anything yet.

    Latest posts made by kosmos3d

    RE: Call plugin by python script with arguments

    @m_magalhaes
    Thank you very much for your reply.
    Target was to let user run my plugin in pyton script without open its gui, but set options by some command.
    Meanwhile I came to solution by implementing ExecuteOptionID method.
    In this way user first sets options in gui and after can CallCommand anywhere he wants in scripts.
    Again thank you for your time.

    posted in Cinema 4D SDK •
    Call plugin by python script with arguments

    Hi all,
    I'm trying to implement an additional no-gui version of a my plugin(python).
    Normally as a command plugin it opens a dialog and require a click on ok button.
    I would give the ability to call plugin via python script and pass options automatically as arguments.
    CallCommand(xxx) is not able to do this.
    does anyone think it is possible?
    I also tried CallButton with no luck.
    Thanks all in advance.

    posted in Cinema 4D SDK •
    Reflection Layer Settings

    Hi all,
    is there any way to change values of Reflection Layer settings (blend mode and value) in Python?
    2021-02-02_100434.jpg
    It's strange that a parameter so simple was not implemented...
    It's parent is c4d.REFLECTION_LAYER_DATA that seems to be not accessible.
    Thanks lot.

    posted in Cinema 4D SDK •
    RE: Plugin ID Collision starting by Itself

    Sorry guys... I left both pyp and pypv in the same folder!!
    I apologize for the poor figure!!

    posted in Cinema 4D SDK •
    Plugin ID Collision starting by Itself

    Hi All,
    this is unbelievable... My plugin that worked well for a long time now says at startup that ID collides.
    Moreover, it loaded successfully despite this message in the python console.
    Any idea of what happens?
    Thanks a lot.

    posted in Cinema 4D SDK •
    VRayToC4D Material Converter

    Hi all,
    I've just created the missing plugin to revert V-Ray materials back to internal.
    For now it's target is only to prepare file export via .fbx and similar, since this operation didn't support plugin material.
    alt text

    here link to description:
    C4DToVray

    and here direct link to Gumroad:
    https://gum.co/pgZTY
    it has a reasonable price of 10$ (or more 😉

    Any suggestion will be really appreciated.

    posted in General Talk •