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
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
2013-05-08speedup for freeing bmeshes, skip calling free on everyCampbell Barton
2013-05-08use bool for customdata functions.Campbell Barton
2013-03-22python api: add functionality to remove vertex color layers.Campbell Barton
2013-01-11remove CustomData_get_active_offset(), use CustomData_get_offset to return th...Campbell Barton
2013-01-10editmesh texface drawing, reuse customdata offset rather then looking up each...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-08fix [#33797] decimate modifier bug on uv-coordinates when mesh uses vertex colorCampbell Barton
2013-01-08fix [#33792] Accessing a bmesh object created by from_object crashes blenderCampbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-20bmesh-decimate now only does CustomData_has_math for loop layers, add CustomD...Campbell Barton
2012-10-20bmesh decimator support for loop & edge customdata. (most importantly UVs and...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-06-07Fix #31725: UV map order is ignored when opening in 2.6+ versionsSergey Sharybin
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-30bmesh - python apiCampbell Barton
2012-04-09Fix bug [#30863] Array Modifier Start and End Cap cause crash when the Cap Ob...Nicholas Bishop
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-30svn merge ^/trunk/blender -r43733:43751Campbell Barton
2012-01-27Minor fix for CD_TYPE_AS_MASK macro: shift operator uses the leftNicholas Bishop
2011-12-28minor edits and correcton to assertCampbell Barton
2011-12-28merge in customdata changes from BMesh - biggest change is caching the layer ...Campbell Barton
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-26include BLO_sys_types in customdata header rather than stdint directly.Campbell Barton
2011-12-24OSX/gcc-4.6, fix for typedef uin64_tJens Verwiebe
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton