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-03-08 19:41:23 +0300
committerHans Goudey <h.goudey@me.com>2021-03-08 19:41:23 +0300
commit9ce950daabbf580fc1b8da2c325ba2903e02b62e (patch)
treeb559f643963a7b17436fbe4c6d5e1edcaa245b05 /GNUmakefile
parentbf799cb12c6991ef8fcbfcd0bc0777e62e08ad9b (diff)
Cleanup: Move geometry component implementations to separate files
Currently the implementations specific to each geometry type are in the same file. This makes it difficult to tell which code is generic for all component types and which is specific to a certain type. The two files, `attribute_access.cc`, and `geometry_set.cc` are also getting quite long. This commit splits up the implementation for every geometry component, and adds an internal header file for the common parts of the attribute access code. This was discussed with Jacques Lucke.
Diffstat (limited to 'GNUmakefile')
0 files changed, 0 insertions, 0 deletions