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-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
2009-07-302.5 / Drag & DropElia Sarti
2009-07-292.5Ton Roosendaal
2009-07-262.5Ton Roosendaal
2009-07-252.5 / Drag & DropElia Sarti
2009-07-212.5Ton Roosendaal
2009-07-19operator macro playback (run operator reports in the console)Campbell Barton
2009-07-18initialize keymaps after python so python keymaps, solves the problem of keym...Campbell Barton
2009-07-17- Scrollbars for the console (use View2D functions)Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-07-092.5Ton Roosendaal
2009-06-30RNABrecht Van Lommel
2009-06-21RNA read-only wrapped wmEvent so python operators invoke functionsCampbell Barton
2009-06-062.5Ton Roosendaal
2009-02-182.5Ton Roosendaal
2009-02-15thought the hashes were my own mistake from typing python in the wrong window...Campbell Barton