alternatives Cycles render (for softimage) ? !

General discussion about 3D DCC and other topics
Post Reply
xsisoft
Posts: 152
Joined: 01 Nov 2018, 11:13

alternatives Cycles render (for softimage) ? !

Post by xsisoft » 27 Feb 2019, 10:24

alternatives Cycles render (for softimage) ? !

What's New in Blender 2.80
https://www.blender.org/2-8/
EEVEE

EEVEE is a new physically based realtime renderer. It works both as a renderer for final frames, and as the engine driving Blender’s realtime viewport for creating assets.

It has advanced features such as volumetrics, screen-space reflections and refractions, subsurface scattering, soft and contact shadows, depth of field, camera motion blur and bloom.

EEVEE F.A.Q.
https://code.blender.org/2018/03/eevee-f-a-q/


EEVEE F.A.Q.

March 1st, 2018 General Development Dalai Felinto

With more and more EEVEE demos popping up in the internet, it comes the time to shed some light into what is the Blender 2.8 EEVEE project and what is possible with it.
How can I use EEVEE for my Cycles project?

Even if you plan to use Cycles for your final render, EEVEE is still a valuable asset during your production. Animators can work with fully textured characters, see contact shadows and reflections. Layout artists can design a shot with lighting and depth of field. All in a responsive real-time engine.

Additionally, other tasks can use a full-shaded drawing, like texture painting and sculpting. In that sense EEVEE is very similar to the old Material viewport shade mode.
Is EEVEE a complete render engine?

Yes. One of the goals of EEVEE is to replace the Blender Internal renderer with real-time rendering techniques. There is work to be done, but EEVEE already supports rendering still frames, animations, compositing and sequencer.

In its early days of development you could only export your work with the OpenGL render, or screen capture software. But since now EEVEE got integrated with the rendering pipeline, you can expect more high-quality demos to appear online in the coming months.


Can I use Grease Pencil objects with EEVEE?

Yes. The Grease Pencil developers are working on top of the latest blender 2.8 changes, updating the Grease Pencil branch on a daily basis. The upcoming Grease Pencil objects are rendered as part of an overlay pass very similar to Freestyle. And just like Freestyle, they are fully compatible with EEVEE. Effects such as bloom, depth of field and shadows on Grease Pencil objects are not implemented yet.


Does EEVEE support animation? !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

No, since Blender 2.8 has no animation support yet. However, this is coming very soon. Animation support is currently under development, available for testing via the command-line option --enable-copy-on-write



So, with the exception of the video above, most of the EEVEE demos to date are using camera/object motion only, not skeletal/character animation.
Which Cycles material nodes can I use with EEVEE?

All the material nodes are supported with the exceptions of Velvet and Toon. The most popular choice for shading is the Principled BSDF node. This is in part because of how “PBR” friendly this node is. Game artists are already familiar with the PBR workflow thus making it straightforward to setup good-looking materials with existent PBR textures (albedo, metallic, …). Using this node gives you a pretty close look when switching from EEVEE to Cycles and vice-versa.


What is a Light Probe?

Light probes are a new object type that allows you to simulate the environment reflection on your objects. This is a technique common on video games. You can use this for mirrors (planar reflection), light bouncing (irradiance grid) and general environment reflection (spherical reflection).

Why does the shadow in EEVEE look different than in Cycles?

EEVEE has no support for real soft shadow yet. Instead, it implements a filtered shadow. Although we would love to have smooth shadow calculation it’s proven to be too big of a technical challenge for the time being.
Will we have Ambient Occlusion/Sheen/… in the Principled BSDF node?

Yes. Although some of this may be incorporated in the Output node instead. The Principled BSDF shader in EEVEE is still incomplete. We are aware of this and we aim at feature-completion for the promised Beta release after the Code Quest.

Code Quest
Is Blender 2.8 only about EEVEE?

Definitively not. Although EEVEE is currently in the spotlight there are plenty of other projects in the works to be excited about! Such as: new dependency graph, assets engine, view layers & collections, workspaces, application templates, 101 project, 2D animation with Grease Pencil, and much more. Follow the progress of Blender 2.8 in its dedicated website.
Can I try it?

Always! Daily builds are available on builder.blender.org. Remember, Blender 2.8 is under heavy development. Backup your files and don’t save important data with it, as files might not be compatible with previous/future versions.
How can I help?

The easiest way is to support and follow the Code Quest. Developers and experienced artists are welcome to join the Blender 2.8 project in our usual channels. And if you think we missed anything, let us know in the comments so we can update this F.A.Q.
Last edited by xsisoft on 27 Feb 2019, 11:18, edited 2 times in total.

xsisoft
Posts: 152
Joined: 01 Nov 2018, 11:13

Re: alternatives Cycles render (for softimage) ? !

Post by xsisoft » 27 Feb 2019, 11:10

First Look at Eevee: Blender's Realtime Rendering Engine


Eevee render engine test


How to Render an Animation in EEVEE, New!

User avatar
Daniel Brassard
Posts: 878
Joined: 18 Mar 2010, 23:38
Location: St. Thomas, Ontario
Contact:

Re: alternatives Cycles render (for softimage) ? !

Post by Daniel Brassard » 27 Feb 2019, 17:55

Four other alternatives that come to mind:

Intel Embree:

[url]https://embree.github.io/[/url]

NVidia OptiX:

[url]https://developer.nvidia.com/optix[/url]

AMD ProRender

[url]https://www.amd.com/en/technologies/radeon-prorender[/url]

Physically Based Rendering

[url]https://www.pbrt.org/[/url]
[url]https://github.com/mmp/pbrt-v3[/url]
$ifndef "Softimage"
set "Softimage" "true"
$endif

User avatar
Draise
Posts: 891
Joined: 09 Oct 2012, 20:48
Skype: ondraise
Location: Colombia

Re: alternatives Cycles render (for softimage) ? !

Post by Draise » 27 Feb 2019, 18:06

I've used Eevee for my latest renders - it is hella fun to work with. It's like Unreal Engine - without data interpolation between software.

But how can this integrate into Softimage?

I did these lastnight, took 10 min to set everything up - modeling was the laborous part....
Attachments
bforartists_2019-02-26_23-12-54.png
bforartists_2019-02-26_23-13-06.png
bforartists_2019-02-26_23-19-21.png

User avatar
Daniel Brassard
Posts: 878
Joined: 18 Mar 2010, 23:38
Location: St. Thomas, Ontario
Contact:

Re: alternatives Cycles render (for softimage) ? !

Post by Daniel Brassard » 27 Feb 2019, 19:41

@Draise
But how can this integrate into Softimage?
Via the Custom Renderer API

http://docs.autodesk.com/SI/2015/ENU/So ... render.htm

Lots of work unfortunately
$ifndef "Softimage"
set "Softimage" "true"
$endif

Post Reply

Who is online

Users browsing this forum: No registered users and 21 guests