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-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
2012-02-24change default name of Texture face layer to UVMap, while we fake UV's and te...Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-21Remove unused code left from old multires interpolation stuffSergey Sharybin
2012-02-21Flip displacement direction after interpolation in bmesh_loop_interp_mdispsSergey Sharybin
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-08Code cleanup: remove duplicate OR'ing of CD_MASK_MDISPS.Nicholas Bishop
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...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-29svn merge ^/trunk/blender -r42967:42973Campbell Barton
2011-12-29use math functions for customdata interpolation funcsCampbell Barton
2011-12-28minor editsCampbell Barton
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-28sync customdata layers up with trunk. existing bmesh files will crash on load...Campbell Barton
2011-12-28svn merge ^/trunk/blender -r42914:42918Campbell Barton
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
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-28reduce size of typemap, and minor changes to sync with trunkCampbell Barton