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
path: root/source
AgeCommit message (Expand)Author
2012-03-17Fix for size of VBO index type when drawing multires in sculpt mode.Nicholas Bishop
2012-03-17add select invert for latticeCampbell Barton
2012-03-17fix for own silly mistake with face creation (wasnt checking more then 1 vert...Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-17bugfix. Brush zoom could fail if uv sculpting was onAntony Riakiotakis
2012-03-17Follow up to fix in r44919: use standard stats in paint modes.Nicholas Bishop
2012-03-16Patch by Psy-Fi + my minor changesAlexander Kuznetsov
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-16Allow merging two tracks in cases when they've got overlapping tracked/keyframedSergey Sharybin
2012-03-16Fix #30561 Modifiers with use_apply_on_spline = True do not work on curve wit...Sergey Sharybin
2012-03-16Fix object mode check in stats_update.Nicholas Bishop
2012-03-16bmesh py api:Campbell Barton
2012-03-16fix for building bmesh bevel with scons (source file was left out)Campbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-16Fix for multires VBO drawing in sculpt mode.Nicholas Bishop
2012-03-16bmesh: being back bevel modifier from 2.62 stable.Campbell Barton
2012-03-16*picky* fix for edge rotateCampbell Barton
2012-03-16Commit patch from Nicholas Bishop with some small modificationsSergey Sharybin
2012-03-16quiet debug print(), reported as [#30552], but infact is harmless.Campbell Barton
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-152.6 User Interface:Thomas Dinges
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-15fix [#30542] Shear Vertical Seg Faults BlenderCampbell Barton
2012-03-15bmesh: Fkey now creates faces from 5 or more disconnected vertices.Campbell Barton
2012-03-15comment cleanupCampbell Barton
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-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