Jump to content

Leaderboard

  1. SolarPH

    SolarPH

    Limited Member


    • Points

      2

    • Posts

      162


  2. Hrvoje

    Hrvoje

    Admin


    • Points

      1

    • Posts

      13,193


  3. jed

    jed

    Limited Member


    • Points

      1

    • Posts

      2,189


  4. westbam

    westbam

    Limited Member


    • Points

      1

    • Posts

      453


Popular Content

Showing content with the highest reputation on 07/21/2019 in all areas

  1. Actually, nevermind. I just got it solved by my own. But since it's here already, I'll share how to get days only to print in the string. You can also use some parts of it for logic script building. import c4d import datetime #Welcome to the world of Python def main(): global Output1 starttrial = datetime.date.today() # Date on your computer endtrial = datetime.date(2019,9,1) # Date on when it expires TimeComparison = endtrial - starttrial # Date comparison Output1 = "You only have " + (str(TimeComparison.days)) + " days before this rig expires..." #Print as String
    2 points
  2. That was fun, I just plugged in the values from Wikipedia into formula spline :) https://en.wikipedia.org/wiki/Trefoil_knot 209_Trefoil_knot.c4d
    1 point
  3. I don't get the relevance of the number of teeth. To turn any object 360 deg in 60 frames is 6 deg per frame so just multiply frame by the radian equivalant of 6 deg in XPresso. To make a loop, render frames 0-59 inclusive. 2cogs.c4d at that speed, there will be strobe effects, so stuff will appear to go backwards etc - Hollywood wagon wheel effect... I'm a big fan of Looney Gears
    1 point
  4. You can do it with c4d, but really, it is way more easy using after effects and the Red Giant Particular plugin.
    1 point
×
×
  • Create New...

Copyright Core 4D © 2023 Powered by Invision Community