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-05-14Merge branch 'master' into gooseberrySergey Sharybin
2015-05-12Fix T40762: Python can't access macro valuesCampbell Barton
2015-04-28Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-27Fix T44011: Ruler/Knife/Loop-cut fail in quad-viewCampbell Barton
2015-04-27Py API: expose operator runtime flagsCampbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-10Merge branch 'cycles_memory_experiments' into gooseberrySergey Sharybin
2015-04-10Fix for debug-only crash when setting "Any" keymap input typeDalai Felinto
2015-04-07Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-07Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-06UI i18n cleanup...Bastien Montagne
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-03Sticky Keys backendJulian Eisel
2015-02-20Merge branch 'master' into gooseberryCampbell Barton
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-01-26Merge branch 'master' into gooseberryBastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-12Support for custom cursors for widgets.Antony Riakiotakis
2014-12-10Add back idnames to the widgetmaps, we could well need to define bothAntony Riakiotakis
2014-12-09Big refactor commit.Antony Riakiotakis
2014-12-08Code for runtime registration of widgets that should make it possible toAntony Riakiotakis
2014-12-06Initial Python API for WidgetsCampbell Barton
2014-12-05Hook up the new DNA data to the node edtior. Now the backdrop supportsAntony Riakiotakis
2014-12-05Rename Cage to RectTransform, add DNA for struct that will be used forAntony Riakiotakis
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-08-13RNA: use static declarationsCampbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-07-14Follow up to previous commit.Antony Riakiotakis
2014-07-14Feature request:Antony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-08RNA API: remove unused PROP_NEVER_CLAMP flagCampbell Barton
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton
2014-01-11Events: support for buttons 6 & 7 (some trackballs have these) X11 onlyCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-09Fix T37747: keymap import error with region timers.Brecht Van Lommel
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-15Fix [#37077] User prefs > Input and Outliner Keymaps mismatch in representation.Bastien Montagne
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-07wrap cursor setting so python can make use of it, eg:Campbell Barton
2013-07-19code cleanup: replace inline loop with BLI_findstringCampbell Barton
2013-06-29Fix more swapped descriptions for mouse X/Y position properties.Brecht Van Lommel
2013-06-29Fix swapped descriptions for window X/Y position properties.Brecht Van Lommel
2013-06-18use booleans for operator check functions.Campbell Barton
2013-06-03fix [#35468] screen list shows temp layoutCampbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-29Fix #35374: Region overlap + bugsSergey Sharybin