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-19UI: move top-bar into the spaces headerCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-18UI: option to toggle 'Adjust Last Operation'Campbell Barton
2019-04-18Cleanup: comments, wrappingCampbell Barton
2019-04-18UI: Expand Enum Items Over Multiple RowsJeroen Bakker
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17Cleanup: replace comments with meaningful variable namesCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell 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-16Cleanup: trailing commasCampbell Barton
2019-04-16UI: Refactor View2D number drawingJacques Lucke
2019-04-16Clenaup: odd use of ternary operatorsCampbell Barton
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14Render: new material previewWilliam Reynish
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-11Fix 'static override' message showing in ID template tooltip.Bastien Montagne
2019-04-09Cleanup: spellingCampbell Barton
2019-04-09Cleanup: styleCampbell Barton
2019-04-05Interface: New region type 'Footer', used by text editorGeorge Vogiatzis
2019-04-03Fix T62939: Incorrect cursor position when exiting UI sliderVictor Seiji Hariki
2019-04-02Merge branch 'blender2.7'Sergey Sharybin
2019-04-02Constraints: Use RNA update instead of block updateSergey Sharybin
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-04-01Remove evaluated RNA pointer lookup in interfaceSergey Sharybin
2019-03-30Fix T63137: crash pressing enter to confirm menu, after recent changes.Brecht Van Lommel
2019-03-28UI: tweak display of report messages in the status bar.Nathan Craddock
2019-03-28Fix T63037: Accelerator keys fail when another key is highlightedCampbell Barton
2019-03-27UI: minor change to active-default logicCampbell Barton
2019-03-27UI: support an 'active default' button for pop-upsCampbell Barton
2019-03-27Fix popovers from enums failing on drag-releaseCampbell Barton
2019-03-26Fix T62929: Linked To Scene Object cannot be made single user.Bastien Montagne
2019-03-26Fix T62515: crash when rendering finishes with mouse over progress bar.Brecht Van Lommel
2019-03-26Cleanup: style, use braces for editor/interfaceCampbell Barton
2019-03-25GPU: State: Replace GL_BLEND by GPU_blendClément Foucault
2019-03-25RNA: add UILayout.prop_with_menu functionCampbell Barton
2019-03-25RNA: rename prop_popover_enum to prop_with_popoverCampbell Barton
2019-03-25Error in last commitCampbell Barton
2019-03-25UI: add UILayout.prop_popover_enum functionCampbell Barton
2019-03-25Cleanup: simplify toggle button logicCampbell Barton
2019-03-25Cleanup: return argument namingCampbell Barton
2019-03-25Cleanup: use braces for interface codeCampbell Barton
2019-03-25Cleanup: pass const image data to IMB_ibImageFromMemoryCampbell Barton
2019-03-25Cleanup: style, array wrappingCampbell Barton
2019-03-24Fix uninitialized variable use for right aligned checkboxCampbell Barton
2019-03-24UI: support Ctrl-C copy for popover buttonsCampbell Barton
2019-03-24GPU: State: Replace GL_LINE_SMOOTH by GPU_line_smoothClément Foucault
2019-03-24GPU: Replace glEnable/glDisable but GPU_state callsClément Foucault