SmartTween and SmartStairs are now free to download.
Check out ‘Smart’ CINEMA 4D Plugins for a list of all ‘Smart’ plugins.
Cheers!
C++ / C# / Py / ECMA … 'My God. It's full of stars!'
SmartTween and SmartStairs are now free to download.
Check out ‘Smart’ CINEMA 4D Plugins for a list of all ‘Smart’ plugins.
Cheers!
Pingback: Download C4D Smart Tween & Smart Stairs Plugins for Free - Lesterbanks
Great plugin! thanks!!
I can’t get SmartStairs pluging to work on R17 on either the Mac or windows.
Hi,
please use the R17 version of Smart Stairs and make sure your R17 installation is also up to date (run the online updater).
Cheers
Love Smart Stairs. So many options and so easy to use. Huge thanks!
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?
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
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
Hi,
the source for SmartStairs is a bit complex, I suggest you take a look at the binary kite example:
http://www.smart-page.net/blog/2010/06/25/the-binary-kite-even-more-cubes-with-py4d/
Cheers!
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
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
Thanks for the quick reply, I don’t mind TIFs 🙂
It works fine now.
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!
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
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.
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!
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
think you