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
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17Cleanup: comment length in interfaceCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Clenaup: odd use of ternary operatorsCampbell Barton
2019-04-01Remove evaluated RNA pointer lookup in interfaceSergey Sharybin
2019-03-26Fix T62515: crash when rendering finishes with mouse over progress bar.Brecht Van Lommel
2019-03-25RNA: add UILayout.prop_with_menu functionCampbell Barton
2019-03-25RNA: rename prop_popover_enum to prop_with_popoverCampbell Barton
2019-03-25UI: add UILayout.prop_popover_enum functionCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-20Fix T60815: drag & drop crash when search menu is opened immediately after.Brecht Van Lommel
2019-03-20UI: support for popups starting with buttons activatedCampbell Barton
2019-03-14Merge branch 'blender2.7'Brecht Van Lommel
2019-03-14Fix T62120: number button editing outside of soft max range jumps.Brecht Van Lommel
2019-03-13UI: New option to display factors as percentagesJacques Lucke
2019-03-13Cleanup: rename uiBlock.mx,my to bounds_offsetCampbell Barton
2019-03-12Fix use of uninitialized stack memoryCampbell Barton
2019-03-07Refactor building the draw string for floats and intsJacques Lucke
2019-03-05Fix T62216: order of items flipped in some menus like object mode.Brecht Van Lommel
2019-03-01Fix T62016: Outliner visibility icons drag behaviour brokenDalai Felinto
2019-02-19Fix T61696: Filepath buttons not accepting empty valuesDalai Felinto
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Preferences: remove tweak/drag threshold distinctionCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2019-01-04Cleanup: use typed unsigned intsCampbell Barton
2018-12-19Fix T59574: Prop_search fails to set objects from scene.Bastien Montagne
2018-12-19UI: show panel type in Python tooltipsCampbell Barton
2018-12-13Fix T58014, T58650: issues with hex color and Filmic view transform.Brecht Van Lommel
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-03Merge branch 'master' into blender2.8Campbell Barton
2018-12-03Fix T54580: Pointer buttons skip undo pushCampbell Barton
2018-12-02Keymap: fix error in recent enum-menu supportCampbell Barton
2018-11-30Fix crash creating enum tooltipsCampbell Barton
2018-11-29UI: update shortcut display to check space cyclingCampbell Barton
2018-11-29UI: support enum key shortcut detectionCampbell Barton
2018-11-22UI: activate tabs immediately on press, and drag to quickly cycle through.Brecht Van Lommel
2018-11-20Cleanup: unused args, indentationCampbell Barton
2018-10-31Fix Properties tabs all showing tooltip of active tabJulian Eisel
2018-10-29UI: Support Displaying Enums as TabsJulian Eisel
2018-10-29UI: allow off/on icons to be in reverse order.Brecht Van Lommel
2018-10-25Cleanup: comments and unused codeInes Almeida