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:
authorHans Goudey <h.goudey@me.com>2021-12-23 01:28:45 +0300
committerHans Goudey <h.goudey@me.com>2021-12-23 01:29:00 +0300
commit14621e7720da31aaff4d1eec29886b69077569ba (patch)
tree1127a8bada4c147a015cc416d17d5a153144a710 /source/blender/nodes
parentc6e7fc97443ebc5ae44c07fc81b3e7eb2cf4f325 (diff)
Fix: Potential use after scope in curve to mesh node
I don't think this has been visible, since I only ran into it after changing other code that affected this. However, some attributes can keep a reference to the source component to use when tagging caches dirty (like the position attribute tagging the normals dirty). Here, the component was created inside a function, then the attributes were used afterwards. Also add some comments warning about this in the header file.
Diffstat (limited to 'source/blender/nodes')
0 files changed, 0 insertions, 0 deletions