Cycles: Make adaptive subdivision a non-experimental feature
* Add adaptive subdivision properties natively on the subdivision surface modifier, so that other engines may reuse them in the future. This also resolve issues where they would not get copied properly. * Remove "Feature Set" option in the render properties, this was the last experimental one. * Add space choice between "Pixel" and "Object". The latter is new and can be used for object space dicing that works with instances. Instead of a pixel size an object space edge length is specified. * Add object space subdivision test. Ref #53901 Pull Request: https://projects.blender.org/blender/blender/pulls/146723
This commit is contained in:
committed by
Brecht Van Lommel
parent
2a1a658492
commit
689f182792
@@ -27,7 +27,7 @@
|
||||
|
||||
/* Blender file format version. */
|
||||
#define BLENDER_FILE_VERSION BLENDER_VERSION
|
||||
#define BLENDER_FILE_SUBVERSION 91
|
||||
#define BLENDER_FILE_SUBVERSION 92
|
||||
|
||||
/* Minimum Blender version that supports reading file written with the current
|
||||
* version. Older Blender versions will test this and cancel loading the file, showing a warning to
|
||||
|
||||
Reference in New Issue
Block a user