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
2011-02-22fix [#26172] Lattice vertice selection by border selection ( shortcut B ) doe...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-18Bugfix, irc report: general view3d operator poll() was reading NULLTon Roosendaal
2011-01-18fix [#25691] Lasso select on 3D Text editing segfaultsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05remove ED_retopo.hCampbell Barton
2010-12-31Bugfix [#25415] Circle Selection does not work on bones in Pose modeJoshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-08Bugfix #20598Ton Roosendaal
2010-12-08Changed armature active bone so it is separate from selection this is consist...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-03paint/face mask lasso select was checking for uv coords, which isnt needed, a...Campbell Barton
2010-11-03added metaball lasso select.Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-09-27bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-09-24Fix #23005: circle select not working paint modes with face select.Brecht Van Lommel
2010-09-15add missing notifiers for bone circle/border/lasso select.Campbell Barton
2010-09-07bugfix [#22831] transform problem with hidden parent objectCampbell Barton
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