Will there be a node in your addon to create super glossy wood floors in 2.8 eevee? Does the addon presently have such a node for cycles? Thanks
Everything nodes
Animation Nodes has nothing to do with Material setups for Eevee/Cycles.
You should be able to create glossy floors with Eevees Reflection Plane Probe just fine. Maybe ask in the Support -> Materials section
Definitely modifiers and particles.
From an architectural modeling perspective, I am thinking of something like Grasshopper for Rhino or RailClone for Max. Here is an good demo from RailClone for 3ds Max:
Imagining a combined particles system with modifiers and particles would blow Max/Forest Pack/RailClone out of the water
RailClone and ForestPack are the only things I miss from working in MAX. If iToo made versions for Blender Iād strongly consider buying them. Is it possible Everything Nodes could eventually have the same functionality and power as these plugins?
Thatās what I am hoping for as Itoo is essentially modifier nodes with some of the functionality that animation nodes and Sverchok already offer
if You mean nondestructive āremove doublesā - merge separate geometries in places with the same amount of vertices then i want it
Why is a nondestructive weld so important? I had it in 3ds Max but never really used it.
A Full blown Edit Poly I can understand the importance of but a weld on its own seems a bit week.
If i want to have base mesh with different variants of attachments i think it is easier to swap such elements by modifier rather than go to edit mode, place the other element remove doubles and slap subd on top, can you imagine array modifier with no cap functionality?
it is easier to work with meshes in scenarios wen you can use modifiers, to minimize necessity of going to edit mode. Nondestructive weld would be useful in case when you create one mesh for example human head with no ears, because you have collection of ears which you can attach to that head by modifier and cycle through one by one to find best fit, by using modifier you donāt have go to edit mode position and bridge every element
Useful for cleaning up the extra polygon the Bevel modifier creates when beveling two edges to get a rounded end in non-destructive workflows. cgstrive has a blender build with a Weld modifier that works a treat, hoping I can find some time to port it to 2.8.
On the other hand interactive polygon rebuild based on edge selection from Boolean would also be very very useful. Although I am not sure would we have that kind of access to mesh data.
Basically what I am saying is perfect bevels between Booleaned objects (imagine 2 spheres not two boxes).
Jacques did 23 commits a few days ago under the name āNodes_Playgroundā
First commit:
https://lists.blender.org/pipermail/bf-blender-cvs/2019-January/118348.html
I couldnt find any further information on it, but great to see something in the node department happening.
Skimming the first few commits it looks like a prototype for modifier nodes. Heās added a new modifier with a basic node structure and llvm compiler step. Looks promising indeed.