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
2012-10-25add BLI_STATIC_ASSERT macro.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.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-10-11style cleanup:Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-01Fixed memory leak in CustomData_interp in cases when sources count is more thanSergey Sharybin
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove default name from CD_SKIN_NODE LayerTypeInfo so its treated as a singl...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-24alternate fix for bug [#32395],Campbell Barton
2012-08-24correct assert for customdata overlap, also quiet `uninitialized` warning in ...Campbell Barton
2012-08-23fix [#32395] BMesh data interpolation feedback loopCampbell Barton
2012-08-23code cleanup: use const weights for customdata interpolation functionsCampbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-07Fix #31725: UV map order is ignored when opening in 2.6+ versionsSergey Sharybin
2012-05-29fix compiler error Campbell Barton
2012-05-29Fix for bug [#31613] Cycles 3d viewport material display mode + skin modifier...Nicholas Bishop
2012-05-23style cleanupCampbell Barton
2012-05-22Add operator to extract armature and vertex groups from skin.Nicholas Bishop
2012-05-22Draw skin vertex roots in edit mode.Nicholas Bishop
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-20code cleanup:Campbell Barton
2012-05-12style cleanup: whitespaceCampbell Barton
2012-05-11Add DNA and customdata entries for paint masks.Nicholas Bishop
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-04own mistake in recent commit CustomData_layertype_is_singleton()Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-30bmesh - python apiCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-16Fix #30720: Creating Navmesh crashes blenderSergey Sharybin
2012-04-10Fix #30875: active uv texture layer not synced properly when switching fromBrecht Van Lommel
2012-04-09Fix bug [#30863] Array Modifier Start and End Cap cause crash when the Cap Ob...Nicholas Bishop
2012-04-04Fix bug [#30810] Blender crashes with Array modifierNicholas Bishop
2012-03-29More array modifier fixes.Nicholas Bishop
2012-03-29Fix uninitialized variable in CustomData_bmesh_merge.Nicholas Bishop
2012-03-24style cleanup: pep8, indentationCampbell Barton