Versioning: Bump subversion for the Noise node.
D5560 was missing a subversion bump. Reviewers: brecht Differential Revision: https://developer.blender.org/D5678
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* \note Use #STRINGIFY() rather than defining with quotes.
|
||||
*/
|
||||
#define BLENDER_VERSION 281
|
||||
#define BLENDER_SUBVERSION 6
|
||||
#define BLENDER_SUBVERSION 7
|
||||
/** Several breakages with 280, e.g. collections vs layers. */
|
||||
#define BLENDER_MINVERSION 280
|
||||
#define BLENDER_MINSUBVERSION 0
|
||||
|
||||
@@ -942,7 +942,7 @@ void do_versions_after_linking_cycles(Main *bmain)
|
||||
FOREACH_NODETREE_END;
|
||||
}
|
||||
|
||||
if (!MAIN_VERSION_ATLEAST(bmain, 281, 4)) {
|
||||
if (!MAIN_VERSION_ATLEAST(bmain, 281, 7)) {
|
||||
FOREACH_NODETREE_BEGIN (bmain, ntree, id) {
|
||||
if (ntree->type == NTREE_SHADER) {
|
||||
update_noise_node_dimensions(ntree);
|
||||
|
||||
Reference in New Issue
Block a user