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-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-26Merged changes in the trunk up to revision 52546.Tamito Kajiyama
2012-11-25Fix #33296: uv editing did unnecessary outliner redraw, giving slowdown.Brecht Van Lommel
2012-11-04Merged changes in the trunk up to revision 51853.Tamito Kajiyama
2012-10-31Bugfix #33032Ton Roosendaal
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-28Event system cleanup: bringing KM_CLICK back in control. Ton Roosendaal
2012-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-18Merged changes in the trunk up to revision 49986.Tamito Kajiyama
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-08-13style cleanupCampbell Barton
2012-08-12Merged changes in the trunk up to revision 49797.Tamito Kajiyama
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11docs for window structsCampbell Barton
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-07style cleanupCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-04-21Merged changes in the trunk up to revision 45820.Tamito Kajiyama
2012-04-14Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), amon...Bastien Montagne
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-21wm/operator code:Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-02-18Merged changes in the trunk up to revision 44221.Tamito Kajiyama
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17Fix for a color preview not immediately updated during the manipulation of a ...Tamito Kajiyama
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23- fix for error with utf8 textinput for buttonsCampbell Barton
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-20initial support for unicode keyboard input for ghost & blenders WM.Campbell Barton
2011-10-03Change struct alignment for structs which are intended to be aligned but aren't.Campbell Barton
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-07ndof data change: operators can access values as vectors or components, as bo...Mike Erwin
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to...Campbell Barton
2011-07-15more consistent and modal-friendly ndof events, fly mode v1Mike Erwin
2011-06-09migrated NDOF code from soc-2010-merwin, SpaceNavigator now works on Mac blenderMike Erwin
2011-06-06bug [#27582] Screen Editing > Split and Join area don't work.Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton