v2.11.0 for Blender 3.5/3.6
The last release before Blender 4.0. As Blender 4.0 introduces some breaking changes, this is the last release that will target 3.5/3.6, and the next will add compatibility with Blender 4.0, which will no longer work with 3.5 / 3.6.
Major additions are the import of CellPack datasets from .cif
and .bcif
files.
A number of improvements to the import of molecular dynamcs trajectories via MDAnalysis, improvements to reading
martini CG trajectories, and addition of some 'preset' styles that combine cartoons and ball-and-stick for instantly visualising protein and non-protein molecules.
What's Changed
- Dev cellpack bcif fork by @corredD in #293
- bcif operator parsing fix. Operator Id and indices can be different. by @corredD in #294
- simple hack to load petworld bcif files by @corredD in #295
- add remaining atom names for nucleic acids by @BradyAJohnston in #319
- Add Preset Styles by @BradyAJohnston in #320
- Publish on pypi by @BradyAJohnston in #315
- Improve Style Surface by @BradyAJohnston in #321
- Add 'Build Assembly' option for RCSB Import by @BradyAJohnston in #322
- Change dependency in pkg.py: from pkg_resources to importlib.metadata by @ljcolson in #323
- fixes #318 relative test dir by @BradyAJohnston in #324
- Refactor for pip by @BradyAJohnston in #325
- Remove ESMFold by @BradyAJohnston in #332
- bump version of starfile by @BradyAJohnston in #334
- Add frame mapping function to MD trajectory visualization by @yuxuanzhuang in #331
- addition of initial colors on import by @BradyAJohnston in #338
- fix icons for 4.1 by @BradyAJohnston in #339
- Adds support for importing CellPack models by @BradyAJohnston in #283
- Add frame interpolation for MDA Universes in Blender by @BradyAJohnston in #317
- change docs.yml to only run on "docs-*" PR by @BradyAJohnston in #341
- add testing for built versions of blender not bpy by @BradyAJohnston in #342
- Detection of backbone, lipids + solvent for Martini CG models by @tubiana in #214
- fix inidividual coloring on cellpack import by @BradyAJohnston in #343
New Contributors
Full Changelog: v2.10.0...v2.11.0