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
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-28CustomData: add function to clear layers' flags.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-03Fix T57858: Add validation callback to CustomData layers.Bastien Montagne
2018-09-25CustomData: Allow copying content of a single layerSergey Sharybin
2018-09-25Cleanup: indentationSergey Sharybin
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-30Cleanup: use 'e' prefix for enum typesCampbell Barton
2018-05-30Cleanup: Use typed allocation type enum in custom data APISergey Sharybin
2018-05-30Use enum for custom data allocation typeSergey Sharybin
2017-05-25TexFace removal part 3Campbell Barton
2016-05-16Cleanup: use const argsCampbell Barton
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2016-02-28Cleanup: rename `CustomData_swap` to `CustomData_swap_corners`.Bastien Montagne
2015-10-16Fix T46508: data_transfer of normals fails in case objects are transformed.Bastien Montagne
2015-09-09Assert CustomData_from_bmeshpoly is used correctlyCampbell Barton
2015-08-25Fix T45729: Cycles Bake break when building a special meshSergey Sharybin
2015-07-21Fix T45471: Blend file: Bad old_addr handling in mesh's customdata writing.Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-02-23CustomData: const correctnessCampbell Barton
2015-02-23Fix error in recent vert/edge-slide commitsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2015-02-05Add Custom Loop Normals to Data Transfer.Bastien Montagne
2015-01-12Avoid type re-definition for as long C11 is explicitly enabled in compilersSergey Sharybin
2015-01-09Transfer Data: add main core code and operators.Bastien Montagne
2014-11-04Add missing `CustomData_duplicate_referenced_layer_n` and deduplicate code.Bastien Montagne
2014-10-21Fix T42260: By repeatedly joining meshes, you could end up with thousands of ...Bastien Montagne
2014-09-24Custom Data API: redundant pointer-to-pointer argCampbell Barton
2014-09-09Cleanup: const correctness, no change to generated code.Campbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-09-21bugfix: [#36786] customdata layers are not merging taken the names into consi...Dalai Felinto
2013-09-10Update to writefile: do not save TEMPORARY or NO_COPY CD layers!Bastien Montagne
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-09bmesh speedup: skip free-realloc while running CustomData_bmesh_merge() when ...Campbell Barton
2013-05-08minor speedup for bmesh - add CustomData_bmesh_free_block_data(), useCampbell Barton