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
2010-08-25bugfix [#23487] Lasso select does not update selected object countCampbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-06-04Fix [#22480] brush/circle select (C-key) causes problems in other modesMatt Ebb
2010-04-30Fix [#22202] Box Selecting bones does not update animation windowsMatt Ebb
2010-04-30Highlight last selected point in curve/surface edit mode.Sergey Sharybin
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08[#21018] Lasso select fails [26694]Campbell Barton
2010-02-05bugfix [#20936] Making lasso-selection of verts in weightpaint-mode "misses t...Campbell Barton
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-19bugfix [#20736] crash if lasso select while invisble object is selectedCampbell Barton
2010-01-11Apply previous fix to lasso too.Martin Poirier
2010-01-11[#20640] Border/lasso selection zone "translated" when occlude geometry is onMartin Poirier
2010-01-10[#20522] alt+b in object mode has an offset depending on the selected object'...Martin Poirier
2010-01-04Sculpt: fix, disable border/circle/mouse select operators in sculpt mode.Brecht Van Lommel
2010-01-01Cleanup of MotionPaths+Ghosts (AnimViz) - Part 1Joshua Leung
2009-12-17Fix #19713: Lasso select + occlude background geometry does not work.Brecht Van Lommel
2009-12-11Sculpt Branch:sculpt25Brecht Van Lommel
2009-12-10align option for splitCampbell Barton
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-28lasso select for editbones missing flush select callCampbell Barton
2009-11-25Sculpt:Brecht Van Lommel
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-11fix for uninitialized variable when circle selecting faces in editmode. (was ...Campbell Barton
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-11[#19859] Lasso select causing Blender to crashCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-07- modal keymap for border selectCampbell Barton
2009-11-05- converted circle select use a modal mapCampbell Barton
2009-11-05Armature Editing Bugfixes:Joshua Leung
2009-10-27Commit of the sculpt patch (#19672). Further development will be in this bran...Nicholas Bishop
2009-10-26crash fix for recent commitCampbell Barton
2009-10-26Bugreports #19724 and #19725 for Lasso SelectJoshua Leung
2009-10-22face mask modeCampbell Barton
2009-10-22added back face mask mouse selection and made shift+k fill weight paint and v...Campbell Barton
2009-10-12realized some parts of the code might use screen/vert projection on instance ...Campbell Barton
2009-09-19Fix combined pose + weight paint mode, was using wrong objectBrecht Van Lommel
2009-09-16- rna/python api object.create_render_mesh(...) support for getting a mesh fr...Campbell Barton
2009-09-16Object mode Selection options brought back for view3d.selectCampbell Barton
2009-09-08Curve/Surface Editing Campbell Barton
2009-09-07Operator docstring patch from Ron Walker, added console operator docs too.Campbell Barton