MrKepzie / Natron

Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
www.natron.fr
GNU General Public License v2.0
1.49k stars 164 forks source link

Roto Node curves colors #31

Closed blackearth2014 closed 10 years ago

blackearth2014 commented 10 years ago

Can the roto node curves have colors for the their closed splines instead of using the constant node to apply colors and its outline. When Autodesk Combustion was active, they had a operator feature called G_Buffer_Builder that allow you to draw curve splines around objects in the scene. These curves could be shaded a range of greyscale to generate a fake z-depth pass. Once all the curves were painted, you could then apply the G-Buffer operator to simulated depth of field. When you add a the blur node, it would be nice if the blur node can generate these types of shallow depths of field effects. Photoshop has a lens blur effect that can do the same thing. In Gimp it is called focus blur.

Also it makes it easier to identify what you have previously rotoed without have to type the names for every curve.

g-buffer-builder

blackearth2014 commented 10 years ago

Attached is the process of how I do it in GIMP. I think a lens blur node, or bokek blur, or defocus node would be a welcome addition.

bokeh blur defocus nodes

depthmaps - focusblur

MrKepzie commented 10 years ago

I think there are already OpenFX plug-ins doing this kind of thing

http://www.frischluft.com/lenscare/index.php On Jun 24, 2014, at 9:30 PM, Omar Brown notifications@github.com wrote:

Attached is the process of how I do it in GIMP. I think a lens blur node, or bokek blur, or defocus node would be a welcome addition.

— Reply to this email directly or view it on GitHub.

blackearth2014 commented 10 years ago

Thanks for the link. The OpenFX plugin cost more that the other API platform plugins. Why is that?

MrKepzie commented 10 years ago

I have no idea. We're not connected in any way to the developers of these plugins.

On Jun 24, 2014, at 9:48 PM, Omar Brown notifications@github.com wrote:

Thanks for the link. The OpenFX plugin cost more that the other API platform plugins. Why is that?

— Reply to this email directly or view it on GitHub.

blackearth2014 commented 10 years ago

Can the curves still get individual closed spline colors in following after the next update.

hyperfx commented 10 years ago

When you say closed spline colors, do you mean like shape layers in After Effects? http://sketchpetstudios.files.wordpress.com/2013/10/screen-shot-2013-11-04-at-10-48-01.png

blackearth2014 commented 10 years ago

Yes. Sorry I was using some 3D open source program forum term.

This is your season Omar Brown Blessed House Media

On Jun 24, 2014, at 6:08 PM, hyperfx notifications@github.com wrote:

When you say closed spline colors, do you mean like shape layers in After Effects? http://sketchpetstudios.files.wordpress.com/2013/10/screen-shot-2013-11-04-at-10-48-01.png

— Reply to this email directly or view it on GitHub.

MrKepzie commented 10 years ago

Here you go, roto shapes now have custom colours that can be blended together with compositing operators: https://github.com/MrKepzie/Natron/commit/abad16cbcfc8b7eafc3563e49c4de7569832030a

blackearth2014 commented 10 years ago

Thanks. You're the man.