Jump to content

borg

Limited Member
  • Posts

    78
  • Joined

  • Last visited

Posts posted by borg

  1. Running a crack ???? How did you get that info....     and why schould anybody be using a cracked version ???  Maybee because the price of C4D has gone up astronomically.

     

    So i don't really blame people for doing that.  not everyone can caugh up 3000 euro's  ( i sure can't)

     

    Cannot believe the greed of big companies today. and if you want some help from MAXON,  hey... good luck....  

     

    Sticking to my old outdated R14 version.. NO way i'll upgrade  (not with those prices.!!!  and lack of support)    learning blender on the side also.. (that's free)

     

    I think that MAXON will be a thing of the past when they keep this up..

  2. Good one. I would like to know that to  :)

     

    I don't think it's possible, without first converting that xpresso setup somehow to python. If your xpresso just does calculations, this schould be fairly easy to do.

    If on the other hand your script uses a lot of different nodes, than that could pose a problem. I could be wrong though. 

     

    Some of the Guru's here will know for sure..

     

  3. Sorry bout the SUCK part,(edited my previous post)  this is of course my personal opinion, and in no way a fact. I actually like houdini's and Nuke's  node systems also. You're right in that they all have their pro's and con's and it's just a matter of what works for you and your workflow..  peace..

     

  4. I do not agree..  c4d xpresso-nodes can have as many inputs and outputs as YOU like.or need..  So i think other softwares actually SUCK, showing all ports just means this is what you get, and that's All you get.. C4D nodes are way better.. I do not think that there's a max number of input or output ports here.. 

  5. Hi Jed, and thank you very much for this...   Have to rewrite a lot of xpresso coffee nodes to Python for upcoming new version of C4D.

    So i might have a few more questions like this one in the near future.

     

    Also tried this script

     

    def main():
        global Output1 ,Output2 # and the rest
        
        if Input1==0 and Input2==4:
            Output1 = 5
            Output2 = 6
            
            
        else:
            Output1 = 1
            Output2 = 8  # etc

     

    works to  :)    very happy over here. Thanks again...

     

    Any chance you could also tell me how to add a new "real" input and output to a xpresso python node, 'integer' and ' float' are there, but i do not see the 'real'

     

×
×
  • Create New...