Blender Git Loki
Git Commits -> Revision ed05075
Revision ed05075 by Thomas Dinges (master) April 13, 2016, 07:45 (GMT) |
Add a version number to Cycles standalone Now Cycles has its own versioning, that is mainly interesting for external projects, which integrate the engine. We start with version 1.7.0. Reasons for that: * The engine is too mature for a 1.0 release. * We assume that Cycles inside of Blender 2.61 was version 0.1. We count upwards in 0.1 steps, therefore Cycles inside of Blender 2.77 would be 1.7. We use a common versioning scheme here, with 3 decimals for the major, minor and patch level. At the moment cycles --version can be used to display the version, easy to parse for external projects. The info will be added to the UI later aswell. |
Commit Details:
Full Hash: ed050753ce3fda539ed46ed314019a34b1358486
Parent Commit: 84c68dc
Committed By: Sergey Sharybin
Lines Changed: +52, -1
1 Added Path:
/intern/cycles/util/util_version.h (+44, -0) (View)