Changelog for 8.x.x#
v.8.2.0#
SAMSON Facade#
New functionality:
samson.SAMSON.fetch()- fetch structures based on a list of identifiers.
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:
samson.SAMSON.fetch()- fetch a structure based on an identifier.samson.SAMSON.select()- select nodes in the active document based on the given NSL string.
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#
Removed clippingPlane.
Added options for the Progressive Clipping:
samson.SBCamera.clippingRatio,samson.SBCamera.fogRatio.
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.