Changelog for 8.x.x#

v.8.2.0#

SAMSON Facade#

New functionality:

Mark samson.SAMSON.fetchPDB() as deprecated - use samson.SAMSON.fetch() instead.

v.8.1.0#

Improvements in the Python Scripting initialization and Python package manager.

SAMSON Facade#

New functionality:

v.8.0.0#

This version introduces some breaking changes due to some removed/modified functions related to rendering. The changes correspond to the changes in SAMSON SDK 8.0.0 (see Changelog for SAMSON SDK 7.0.0).

Camera#

Render preset#

  • Removed the fog options: fogFlag, getFogStrength, setFogStrength, getFogNearDistance, setFogNearDistance, getFogFarDistance, setFogFarDistance, etc.

  • Added new options for the Progressive Clipping, e.g.: samson.SBRenderPreset.clippingPreset, etc.