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
2018-04-05Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-05IMB_metadata improvementsSybren A. Stüvel
2018-04-05Merge branch 'master' into blender2.8Campbell Barton
2018-04-05UI: Node Editor: Make nodelink arrow size and link width dpi dependant.Clément Foucault
2018-04-05UI: Node Editor: Batch nodelinks together.Clément Foucault
2018-04-05UI: Node Editor: Port nodelink drawing to shader based drawing.Clément Foucault
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-04-05ED_undo: use loggingCampbell Barton
2018-04-05Fix crash w/ empty text undo operationsCampbell Barton
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-04-03Missed in last mergeCampbell Barton
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-04-03Undo: use with_prev verisons of id-map lookupsCampbell Barton
2018-04-03Undo: use general id-map for image undo lookups.Campbell Barton
2018-04-03Cleanup: remove unused mtexpoly arrayCampbell Barton
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Undo: remove particle undo pushCampbell Barton
2018-04-03Cleanup: editor BKE_main includesCampbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-04-03Fix mode switching error on undoCampbell Barton
2018-04-03Correct own error in string lookupCampbell Barton
2018-04-03Move to Collection: Reduce memory leakageDalai Felinto
2018-04-02Move to Collection: Use automatic fallback name for new collections popupDalai Felinto
2018-04-02Move to Collection: Popup for naming new collectionDalai Felinto
2018-04-02UI: Fix: Center vertical scrollbar circles.Clément Foucault
2018-04-02UI: Perf: Batch Trias with widgets.Clément Foucault
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: remove unused view_layer argumentCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-02Undo: store active curve shape key in edit-modeCampbell Barton
2018-04-01Workaround for undo steps not storing object modesCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-31Cleanup: BLF batch drawing namingCampbell Barton
2018-03-30UI: Perf: Do not use implicit Attrib fill.Clément Foucault
2018-03-30UI: Perf: Add BLF batching for File browser and UI blocks.Clément Foucault
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-30Select Grouped: Collection Part IIDalai Felinto
2018-03-30Select Grouped: Collection Part IDalai Felinto
2018-03-30Fix typo in outliner Select Objects tooltipDalai Felinto
2018-03-30Collections: API to get collection from indexDalai Felinto
2018-03-29Cleanup: Use uppercase UI_ prefix for external functionsJulian Eisel
2018-03-29UI: Fix out of bound read catched by asan.Clément Foucault