Skip to content

Releases: ssoftadd/SSoftAdd.github.io

Sycles 1.12

Choose a tag to compare

@ssoftadd ssoftadd released this 15 Mar 13:33

What's new:

  1. Compiled with the Cycles version from 13.03.2022. This version of Cycles render has many changes with respect to the previous one. The most important are:
  • Remove Branched Path Tracing mode. Now there is only one more simple mode with one quality parameter - sampling count
  • Remove progressive rendering. In fact the render mode now is always progressive. But there is possibility to split rendered image into different tiles. By default the engine render the whole image as one tile. This mode is optimized for CPU and GPU
  • Remove NLM denoising mode. Now there are only two different denoising modes: OptiX and OpenImageDenoise
  • The render speed is increased
  • Improved shadow catcher. Now the engine allows to output the special pass, which can be used in composition. This pass contains not only the shadow information, but also secondary light and reflections
  • The interface of the Sycles is changed: some parameters are removed, some are moved into another location, some are new
  1. New output passes:
  • If the parameter "Combine Render Passes into Single EXR" is activated and denoising is ON, then there is possibility to save as additional layer noisy images for Combined Pass and Shadow Catcher and also passes (albedo, normal and position), which can be used for denoising
  • Add Position output pass
  • Add Shadow Catcher output pass
  1. Now Cycles render engine supports primitive point clouds. It renders the points as procedural spheres instead of instances of polygonal spheres. This is much more optimal with respect to sphere instances.
  2. Shader node updates:
  • PointInfo node for shading procedural point clouds
  • New "Random Walk (Fixed Radius)" mode for subsurface scattering
  • New nodes FloatCurve and VectorMapRange
  • Add Alpha output port for ObjectInfo and Attribute nodes
  • Add Length output for HairInfo node
  1. Add vertex creases for subdivided polygonal meshes
  2. Add "Invisible Tiles" parameter in Performance tab of the render settings. When it activated, then the render does not update image on the screen during the render process. It output to the screen only the final image. May be now this parameter is not actual, because by default the tile size is big, and image is not updated frequently during the render process.
  3. New mode of the panoramic camera: Fisheye Lens Polynomial
  4. Denoising now can be activated for the light baking

GES Import/Export

Choose a tag to compare

@ssoftadd ssoftadd released this 15 Mar 07:03

Update GES Import/export addon to the actual version of Blender and Sycles

SToon 1.0.1

Choose a tag to compare

@Tugcga Tugcga released this 17 Sep 11:12

Fix bug with comments in all osl-files

node_texture.h is required for compile some osl-files from the addon. All other shaders should be compiled with default Cycles shader library.

zip-archive contains compiled oso-shaders

Softimage ospRay 1.0

Choose a tag to compare

@Tugcga Tugcga released this 09 Sep 05:09

Basic integration of the ospRay render into Softimage

Sycles 1.11.1

Choose a tag to compare

@Tugcga Tugcga released this 28 Aug 07:48

Fix incorrect material previews

Sycles 1.11

Choose a tag to compare

@Tugcga Tugcga released this 24 Aug 13:22

What's new:

  1. Compile with the Cycles version from 23.08.2021:
  • Add spread parameter to the area lights
  • Add thre additional modes for the VectorMath shader node: Refract, Faceforward and Multiply Add
  • Update shadow terminator parameters
  1. Add basic implementation of the texture baking. It allows to bake lightmaps into textures. But the process is very limitied: bake only one object per render session and there are no pixel paddings in the generated textures.

  2. Some bugfixes and improvements.

GES Import/Export

Choose a tag to compare

@ssoftadd ssoftadd released this 22 Aug 16:46

Add support of three VectorMath node options: Refract, Faceforward and Multiply Add.

Quad Remesher

Choose a tag to compare

@ssoftadd ssoftadd released this 31 Jul 06:49

Add QtCore5.dll to the distributive. Now it should works.

FX Denoise 1.2

Choose a tag to compare

@ssoftadd ssoftadd released this 27 May 10:36

Compile with OIDN 1.4.

Sycles 1.10.2

Choose a tag to compare

@ssoftadd ssoftadd released this 18 Mar 11:55
  1. Adaptive subdivisions
  2. Recognize default image shader node
  3. Animated VDBPrimitive
  4. Change names of uv-s from uv0, uv1, ... to actual names of uv-clusters
  5. Add output of the render statistics