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-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
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-18spelling cleanupCampbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-14Add MDisps.hidden bitmap.Nicholas Bishop
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02minor edits to last commit - use fixed chunksize, rather than the number of v...Campbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01fix [#30280] bmesh: Dissolve with error message kills CreaseCampbell Barton
2012-03-01Spelling CleanupCampbell Barton