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
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
2013-05-02Fix #35157: export key configuration did not export text input events correctly.Brecht Van Lommel
2013-03-15Small fix to previous commit: temp buffer for translation context needs to be...Bastien Montagne
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-05Remove some uneeded/irrelevant "PROP_TRANSLATE".Bastien Montagne
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-12-11RNA: add Window x/y position and size access.Brecht Van Lommel
2012-11-12code cleanup: spelling,Campbell Barton
2012-10-31Fix for #29056: NDOF motion events not configurable in user preferences.Brecht Van Lommel
2012-10-26Fix for a nasty (and dangerous, buffer overflow) bug that quite oddly seems t...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-20add comment about misuse of enum set function.Campbell Barton
2012-10-20Bugfix #32641Ton Roosendaal
2012-10-13More UI messages fixes.Bastien Montagne
2012-09-23Make "name" member of RNA KeymapItem struct return the translated name of the...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-05-29Fix #31591: info header reports missing with custom key configuration due toBrecht Van Lommel
2012-05-21code cleanup: spellingCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-17Fix #30570: UI issue editing modal keymaps below operators using them.Brecht Van Lommel
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-04-09fix [#30865] Crash when browsing last operators in outliner (or by Python API)Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-29ndof button handling improvements: Spaceball5000's A,B,C buttons can now be k...Mike Erwin
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-16Typo in previous own commit.Sergey Sharybin
2012-02-16Clear PROP_TRANSLATE flag for Macro Operator's bl_label as well.Sergey Sharybin
2012-02-16Reverting changes in commit r43458.Sergey Sharybin
2012-02-11Fix [#30122] "Tweak" mouse event values were not loaded from keymap files.Bastien Montagne
2012-02-02Fix #29056: keymapping NDOF motion events not working correct. Motion even typeBrecht Van Lommel
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton