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
    1. Maxon Developers Forum
    2. Cinema 4D SDK
    Log in to post
    Load new posts
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • SwinnS

      Python Tag not updating (The Sequel)

      • • Swinn
      7
      0
      Votes
      7
      Posts
      908
      Views

      SwinnS

      Ah! Okay. Thanks. 🙂

    • C4DSC

      Inconsistent GeDialog::Open position

      r20 c++ r21 • • C4DS
      5
      0
      Votes
      5
      Posts
      650
      Views

      C4DSC

      Extra info!

      While I had set this topic as solved, without an actual WORKING solution being provided, I simply wanted to point out for future reference that R16 - R19 has a slight different behaviour.
      As with R20 and R21 the first time the dialog is opened it gets positioned centered on the current mouse position. On all subsequent opening it gets positioned with its upper left corner at 0,0.

      Something got "fixed" between R19 and R20, but not "fixed enough".

    • SwinnS

      Tracer and User Date

      • • Swinn
      4
      0
      Votes
      4
      Posts
      586
      Views

      SwinnS

      I figured out the problem. I needed to assign the UD in Main.

    • T

      Is it still not possible to create Xrefs from Python?

      • • tdapper
      2
      0
      Votes
      2
      Posts
      493
      Views

      M

      Hi @tdapper, unfortunately, I confirm this is still not possible.

      Cheers,
      Maxime.

    • Passion3DP

      XPresso: enable/disable user data

      • • Passion3D
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      Passion3DP

      Work fine 🙂
      Thanks a lot Manuel

    • C4DSC

      CommandData trigger from GeDialog

      c++ r19 r20 r21 • • C4DS
      6
      0
      Votes
      6
      Posts
      626
      Views

      C4DSC

      Nevermind. Trying to explain will probably lead us too far. I was only wondering if messaging was possible between a CommandData and its GeDialog.

    • Danchyg1337D

      Cinema 4D R20 plugin's conflict with Redshift

      r20 c++ • • Danchyg1337
      3
      1
      Votes
      3
      Posts
      656
      Views

      Danchyg1337D

      @m_magalhaes No other dependencies. Plugin type is deformer.
      Yes, i should probably ask it on Redshift forum. Thanks for reply!

    • M

      Is it possible to get a spline wrap object to use a python generated spline?

      python • • moGRR
      8
      1
      Votes
      8
      Posts
      1.2k
      Views

      r_giganteR

      Thanks @moGRR for reaching out us.

      With regard to your question, as pointed out by @zipit, it's not possible to have a Python Generator to generate object which can be recognized as real spline by generators/deformers expecting a spline as input due to the Python Generator flags used in its registration.

      Beside the option mentioned by @zipit I also invite to have a look at this post where it's presented a generator outputting spline and accepting splines as input.

      Best, R

    • D

      Copying Layers along with Objects

      c++ r20 sdk • • d_schmidt
      6
      0
      Votes
      6
      Posts
      730
      Views

      D

      @Cairyn Thanks again!

      That's what I was afraid of, but thanks for the information!

    • Passion3DP

      Change a rendering parameter in python xpresso node

      • • Passion3D
      12
      0
      Votes
      12
      Posts
      2.0k
      Views

      Passion3DP

      @Cairyn Thanks, all work fine for this module 👍

    • lasselauchL

      Renderqueue Layout/Dialog Questions

      • • lasselauch
      5
      0
      Votes
      5
      Posts
      793
      Views

      M

      I'm sorry for the huge delay asked for this question, but it appears, that this dialog layout is hardcoded in the default Cinema 4D layout, so when you open it this dialog, it loads this layout by default since it's saved in the default Cinema 4D layout.

      Unfortunately, there is no way to do the same thing with code but you can split your GUI in 2 parts and let the user build its own layout with all the Command and your Dialog bellow.

      Cheers,
      Maxime.

    • ferdinandF

      Scope of the hashes returned by C4DAtom.FindUniqueID(c4d.MAXON_CREATOR_ID)

      r21 python windows • • ferdinand
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      ferdinandF

      Hi,

      thanks, that answers all my questions.

      Cheers,
      zipit

    • SwinnS

      delete Redshift node

      • • Swinn
      3
      0
      Votes
      3
      Posts
      831
      Views

      SwinnS

      Cool! Thanks. 🙂

    • Danchyg1337D

      Isoparm in Deformer plugin

      r20 c++ r21 • • Danchyg1337
      12
      1
      Votes
      12
      Posts
      1.6k
      Views

      Danchyg1337D

      @r_gigante Thanks for your reply! You were absolutely right about checking input type. When i did a simple type check everything started to work as it should!

    • SwinnS

      Copy Material with Current State to Object

      python • • Swinn
      5
      0
      Votes
      5
      Posts
      820
      Views

      SwinnS

      Got it. Thanks, again, zipit for you answer. 🙂

    • Passion3DP

      XPresso python node

      • • Passion3D
      3
      0
      Votes
      3
      Posts
      623
      Views

      Passion3DP

      Thanks @PluginStudent 😉

    • B

      Treeview Creates An Extra Column?

      r21 python • • bentraje
      3
      0
      Votes
      3
      Posts
      376
      Views

      B

      @m_adam

      Thanks! Works as expected

    • Passion3DP

      XPresso: Modify UserData

      • • Passion3D
      8
      0
      Votes
      8
      Posts
      1.3k
      Views

      Passion3DP

      @zipit work fine 👍 thanks a lot

    • B

      Content Browser Like Navigation?

      r21 python • • bentraje
      3
      0
      Votes
      3
      Posts
      543
      Views

      B

      @r_gigante

      Thanks for the reference.
      For anyone trying to achieve the same,
      here is a sample file.
      https://www.dropbox.com/sh/z1lzyphp8qnt9kw/AAB2P5gNo16IHafgc6xPEsy4a?dl=0

      Thanks again for @zipit for the help.

    • D

      Display data in the attribute manager that is not stored in the object base container

      • • daniell
      4
      0
      Votes
      4
      Posts
      861
      Views

      M

      Hi @daniell welcome on the plugincafe forum,

      Don't worry since it's your first post, I've set up it correctly but please for the next one, make sure to read and apply the next rules:

      Q&A New Functionality. How to Post Questions especially tagging.

      Finally, regarding your issue, you may find relevant the NodeData::GetDParameter() Manual and NodeData::SetDParameter() Manual.

      Cheers,
      Maxime.