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
2015-04-27Fix T44011: Ruler/Knife/Loop-cut fail in quad-viewCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-03Sticky Keys backendJulian Eisel
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-10-13Pie menus: Confirm thresholdAntony Riakiotakis
2014-01-29Option to lock the interface while renderingSergey Sharybin
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-10-15Style cleanup (defines -> enums, bit flags values as bitshifts, etc.).Bastien Montagne
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel
2012-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-30minor dna header cleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-29Fix #28769 & #28768: problem with duplicated keymap items after fix yesterday.Brecht Van Lommel
2011-08-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel
2011-05-12== Radial control ==Nicholas Bishop
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-01-22Small fix from the todo:Ton Roosendaal
2010-12-12avoid possible errors, surround bit shifted defines with brackets.Campbell Barton
2010-12-06[#25047] Deletion of any custom key map item remove always first oneMartin Poirier
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-10-01stop dna from parsing structs that aren't used needed.Campbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-04-14* Interaction PresetsMatt Ebb
2010-02-27hold the python operator instance in the operator, otherwise the handelers ne...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-29Fix #20327: uv smart project options can't be tweaked.Brecht Van Lommel
2010-01-28Keyconfig import and removeMartin Poirier
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-05Broke DNA yesterday (stupid sdna can't use macro for length).Martin Poirier
2010-01-05Macro used wrong length for idname (also use OP_MAX_TYPENAME more often so it...Martin Poirier
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-19Bugfix: doubles are not supported correctly in SDNA, double clickBrecht Van Lommel