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-03-16mesh_validate code for bmesh (i.e. polys/loops).Bastien Montagne
2012-03-15add missing break statement from recent brush code refactor,Campbell Barton
2012-03-15OSX/cmake: move the xcode 4.3 warning up, it was not shown due error happened...Jens Verwiebe
2012-03-15OSX/scons: also allow for omp-builds with gcc-4.6.2 and 4.6.3 ( tested ), TOD...Jens Verwiebe
2012-03-152.6 User Interface:Thomas Dinges
2012-03-15Move brush tool/paint-mode from toolbar to brush menu.Nicholas Bishop
2012-03-15Use Brush.sculpt_capabilities in Python UI code for sculpt toolbar.Nicholas Bishop
2012-03-15Add RNA for brush capabilities (sculpt-only for now.)Nicholas Bishop
2012-03-15missed these last commitCampbell Barton
2012-03-15Un-abbreviate 'use_space_atten' (Brush RNA) to 'use_space_attenuation'.Nicholas Bishop
2012-03-15prepare for adding bmesh py api for customdata layer access - no functional c...Campbell Barton
2012-03-15Code cleanup: simplify brush tool selection operators.Nicholas Bishop
2012-03-15fixes for vertex color (found when brining X3D import back)Campbell Barton
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-15revert r44887, changes were OK but caused too many problems, better do this a...Campbell Barton
2012-03-15fix [#30542] Shear Vertical Seg Faults BlenderCampbell Barton
2012-03-15== Python API docs ==Luca Bonavita
2012-03-15OSX/cmake: enable clang compiler with xcode >= 4.3, tested o.k.nowJens Verwiebe
2012-03-15bmesh: Fkey now creates faces from 5 or more disconnected vertices.Campbell Barton
2012-03-15comment cleanupCampbell Barton
2012-03-15Fix #30549: Error adding mesh object to sceneSergey Sharybin
2012-03-14Use helper functions in node_select when selecting/deselecting nodes and sock...Lukas Toenne
2012-03-14Make extension mode (shiftkey) mandatory for socket selection. Otherwise the ...Lukas Toenne
2012-03-14Fix crash on edge extrude from textured viewSergey Sharybin
2012-03-14fix hang when loop selecting an ngon. We need to check if edge currently walk...Antony Riakiotakis
2012-03-14Avoid a sigsev after 44830 when reports is empty, clang compile workJens Verwiebe
2012-03-14Switch *nix fileops from calling external commands via system() to posix api ...Sergey Sharybin
2012-03-14Changes to python-defined add object operators:Sergey Sharybin
2012-03-14Fix for multires undo with partial visibility.Nicholas Bishop
2012-03-14Fix some errors in partial visibility drawing.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-14Copy hidden flag to vertices when applying multires modifier.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-14Add DerivedMesh.gridHidden and CCGDM implementation.Nicholas Bishop
2012-03-14Add MDisps.hidden bitmap.Nicholas Bishop
2012-03-14Add new CCG accessor functions.Nicholas Bishop
2012-03-14Add BKE mesh function to update edge/poly hidden flags from verts.Nicholas Bishop
2012-03-14Don't wait for sculpt stroke to create PBVH.Nicholas Bishop
2012-03-14mathutils py api:Campbell Barton
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-14documentation edit to address bmesh py api bug [#30453]Campbell Barton
2012-03-14fix [#30493] GE crashes on exit because of using freed mtfaces from tessfacesCampbell Barton
2012-03-14print warning when release/datafiles/locale is missing when building with cma...Campbell Barton
2012-03-14SDL ghost update to work with SDL2.Campbell Barton
2012-03-13loopwalker support for selecting the sides of ngonsCampbell Barton
2012-03-13code/style cleanup for loop walker which was is fairly confusing and hard to ...Campbell Barton
2012-03-13patch [#30511] from r44792, broke setting the window state from the command l...Campbell Barton
2012-03-13WITH_GHOST_SDL working again (missing std:: update)Campbell Barton