Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2022-03-30 23:00:42 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-03-30 23:00:42 +0300
commit7a463bc17a231d7d7a95d0596d1452fb03820c23 (patch)
tree06f92c9b1a06f4b3856e91509880430fa2334d5d /source/blender/blenloader
parent2e3fdeed94f32e100921e610c7c99e5d1a5bf727 (diff)
temp-sculpt-colors: patch updates
* Got rid of active_render and temporary attribute RNA properties * Active render color attribute is now set via an internal operator, GEOMETRY_OT_color_attribute_render_set. There is also a new property in AttributeGroup, render_color_index that is the index of the active render color attribute inside the color attribute list. * Temporary properties are now filtered internally in RNA.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c
index c148825c32c..5923f0eabf9 100644
--- a/source/blender/blenloader/intern/versioning_300.c
+++ b/source/blender/blenloader/intern/versioning_300.c
@@ -2437,7 +2437,7 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain)
}
}
- /* rebuild active/render color attribute references*/
+ /* Rebuild active/render color attribute references. */
if (!MAIN_VERSION_ATLEAST(bmain, 302, 6)) {
LISTBASE_FOREACH (Brush *, br, &bmain->brushes) {
/* buggy code in wm_toolsystem broke smear in old files,