Improve Cycles/EEVEE For Procedural Content Creation

Has anyone asked for drag and drop of many simultaneous images into the node editor? Only being able to drop one image at a time into Blender is super tedious.

Thank you for your consideration and all the great things you’ve already done. :slight_smile:

Thank you for your fantastic work. :smiley:

3 Likes

this was open sourced some days ago:

It’s already in ArmorPaint!

7 Likes

Blender addon is already there:

5 Likes

I’ve added the following patches for fans of procedural’s.

These have been added recently and I hope they get accepted for 2.82.
Add Degrees/Radian conversion functions to Math node: https://developer.blender.org/D5957
Interpolation Node inc Smoothstep: https://developer.blender.org/D5827
Axis Angle Node: https://developer.blender.org/D3789

This is an old patch, it is fairly slow and will need updating.
Gabor noise: https://developer.blender.org/D3495

14 Likes

Thank you very much, Charlie!

1 Like

Maths Node: Additional functions updated with the following functions:
sign, radians, degrees, cosh, sinh, tanh, exp and inversesqrt.
https://developer.blender.org/D5957

10 Likes