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-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
2009-12-17keymap editorMartin Poirier
2009-12-17Added search filtering to key map editor - searches in UI names of operatorsMatt Ebb
2009-12-16First version of updated key map editor UI (in User Preferences)Matt Ebb
2009-12-10Double Click event value.Martin Poirier
2009-12-10operator report function so python operators can report errorsCampbell Barton
2009-12-09grabcursor attribute stores full grab mode so we can better differentiate whe...Martin Poirier
2009-12-07Flag down a window when cursor is grabbed.Martin Poirier
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-23New CLICK event value. If RELEASE is not handled and last event was PRESS of ...Martin Poirier
2009-10-20Auto SaveBrecht Van Lommel
2009-10-12macro's can set options for the operators they executeCampbell Barton
2009-10-10Add operator and operator type flag for GRAB_POINTER, don't coopt the OPTYPE_...Martin Poirier
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-22SVN maintenance.Guillermo S. Romero
2009-09-18Handlers/keymaps, some tweaks for previous commits:Brecht Van Lommel
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-15Completely move freeing flag to report, operator flag is uneeded.Martin Poirier
2009-09-14Bugfix with py operator api and modal operators. Modal operators would keep a...Martin Poirier
2009-09-04allow execution mode to be given as an argument to operators from python (req...Campbell Barton
2009-08-172.5: Added operator ui() callback for defining own ui layoutBrecht Van Lommel