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
AgeCommit message (Expand)Author
2022-04-04Cleanup: Simplify zero-initializing DNA structures in C++Sergey Sharybin
2022-03-29Cleanup: Use higher level semantic for zeroing DNA objects in C++Sergey Sharybin
2022-03-29Cleanup: Remove redundant DNA C++ helper functionSergey Sharybin
2022-03-25Fix compilation warnings after previous changeSergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-02code cleanup: clarify comment about virtial-modifiers, also add comments to D...Campbell Barton
2012-10-04code cleanup: remove USE_BMESH_FORWARD_COMPAT - this was added to load bmesh ...Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-30minor dna header cleanupCampbell Barton
2011-12-29Fix loading .blend files (disable pre-bmesh forward-compat code for loading M...Andrew Wiggin
2011-12-28enable USE_BMESH_FORWARD_COMPAT and merge in some customdata functionsCampbell Barton
2011-12-28initial merge of bmesh customdata layer code into trunk, ifdef'd out for now ...Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton