18 thoughts on “‘Smart’ CINEMA 4D plugins 4 free”

  1. Pingback: Download C4D Smart Tween & Smart Stairs Plugins for Free - Lesterbanks

  2. Anonymous

    Hi. I downloaded the Mac version of the Smart Outline plug-in for C4D R16, dragged the unzipped contents to my plug-ins folder, but can’t get the plug-in to appear in my plug-in menu. Any suggestions?

    1. flashgordon Post Author

      Hi,

      please make sure that unzipping the package did not accidentally create additional subfolders, the ‘smartoutline.dylib’ should be located in the directory ‘/plugins/smartoutline/smartoutline.dylib’.

      Cheers

  3. Evgeny

    Can you give me the source code? I can not find a python lesson. I wanted on an example of your work to see how complex objects are created. I’m interested in how the hierarchy of subobjects is generated. Here is my email lattestudio@mail.ru. I will be very grateful

  4. Anonymous

    Hey,

    SmartSave doesn’t seem to be working in R19 yet. I don’t think it’s my machine, since it was working perfectly in R18… does anyone else have the same problem? Is there a fix?

    Kind regards,
    David

    1. flashgordon Post Author

      Hey David,

      I’m sorry – SmartSave is no longer being maintained.

      But I just checked and it still works (well… kind of ^^) – it won’t save JPEG’s anymore but will happily store TIFF’s.

      Cheers

  5. Anonymous

    Hi, just downloaded SmartStairs plugin for R17, have dragged it into the ‘plugins’ folder in my c4D preferences, but it is not showing up in plugins menu, even after i’ve restarted the program.
    Any idea what I can do? I’m on a Mac.
    Thanks!

    1. flashgordon Post Author

      Hi,

      please make sure that you downloaded the R17 compatible package and that you didn’t create an extra subfolder by extracing it – the ‘SmartStairs.pyp’ should be located at Plugins/SmartStairs/SmartStairs.pyp.

      Cheers

  6. Ryan

    Greetings,
    Been using smart tween for years and works great. Im just now trying to set up my own user data rig that I can control the smart tween from my xpresso tag along with other things I have built into my user data rig. Never tried this with smart tween before but can’t seem to make my own integer drop down list of my 3 favourite ease types that feeds into the smart tween node on the left side under “type”

    I just want to streamline the rig so I don’t need to go into the node itself to change ease types and in/out styles. Can’t figure it out though.

    Right now I make my own integer list with these values assuming your drop down list for types starts at zero for linear and goes up.
    0;Linear
    3;Quadratic
    6;Quintic
    11;Elastic

    Doesn’t seem to work. My object just sits still and then after the duration I specify it jumps to the position inputed.

    If you are able to change the easing type and in/out styles by feeding data into the Smart Tween node then can you please explain how the set up should be? Thank you kindly.

    1. flashgordon Post Author

      Hi Ryan,

      no problem – try these integer values / IDs:

      SmartTween[c4d.TYPE]
      6001 // Linear
      6002 // Quadratic
      6003 // Cubic
      6004 // Quartic
      6005 // Quintic
      6006 // Sinusodial
      6007 // Exponential
      6008 // Circular
      6009 // Elastic
      6010 // Back
      6011 // Bounce
      6012 // Random
      6013 // Sextic

      SmartTween[c4d.RAMP]:
      7001 // EaseIn
      7002 // EaseOut
      7003 // EaseInOut
      7004 // EaseOutIn

      Cheers!

  7. Ryan

    For others interested in this info, here is what Jan gave to me and these numbers work so far from my tests.
    Cheers 😉

    SmartTween[c4d.TYPE]
    6001 // Linear
    6002 // Quadratic
    6003 // Cubic
    6004 // Quartic
    6005 // Quintic
    6006 // Sinusodial
    6007 // Exponential
    6008 // Circular
    6009 // Elastic
    6010 // Back
    6011 // Bounce
    6012 // Random
    6013 // Sextic

    SmartTween[c4d.RAMP]:
    7001 // EaseIn
    7002 // EaseOut
    7003 // EaseInOut
    7004 // EaseOutIn

Leave a Comment

Your email address will not be published.