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-11Merge branch 'master' into soc-2017-normal-toolsBastien Montagne
2018-04-11Changed assertion of '..' in file browser entriesSybren A. Stüvel
2018-04-11Pose Mode: pass object to mode enter/exitCampbell Barton
2018-04-11Cleanup: minor changes to pose-mode switching APICampbell Barton
2018-04-10Cleanup: remove unused flagCampbell Barton
2018-04-10Fix transform nearest axis checkCampbell Barton
2018-04-10Fix crash in graph editor id remappingMai Lavelle
2018-04-09Fix invalid context when refreshing popupsJulian Eisel
2018-04-09UI: Clamp scrollbar offset to lower view boundariesJulian Eisel
2018-04-09Cleanup: avoid recalculating global centerCampbell Barton
2018-04-06Cleanup: style, doxy headersCampbell Barton
2018-04-05IMB_metadata improvementsSybren A. Stüvel
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-05Changed rotation calculation in rotate_normalRohan Rathi
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
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-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-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-02Undo: store active curve shape key in edit-modeCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-31Merge branch 'master' into soc-2017-normal-toolsRohan Rathi
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-27Cleanup: move paint curve undo into own fileCampbell Barton
2018-03-25Text: line break always returned cancelledCampbell Barton
2018-03-23Theming: Use list-item colors for all un-embossed buttons in list-itemsJulian Eisel
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-23Cleanup: doxy header, line lengthCampbell Barton
2018-03-23Cleanup: move image undo into own fileCampbell Barton
2018-03-22Fix T54348: Bone dissolve gives invalid hierarchyCampbell Barton
2018-03-22Fix bone dissolve using wrong envelope radiusCampbell Barton
2018-03-19Cleanup: use utility header for particle loopingCampbell Barton
2018-03-19Cleanup: move particle undo into own fileCampbell Barton
2018-03-19Cleanup: move armature undo into own fileCampbell Barton
2018-03-19Cleanup: move metaball undo into own fileCampbell Barton
2018-03-19Cleanup: move curve undo into own fileCampbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-18Cleanup: use MEM_SAFE_FREECampbell Barton
2018-03-16Cleanup: move mesh mirror functions to own fileCampbell Barton
2018-03-16Cleanup: doxy sections for editmesh files.Campbell Barton
2018-03-16Fix T54326: Import Alembic stuck in edit modeKévin Dietrich
2018-03-16Fix T53971: single layer render showing the wrong render layer in image editor.Cheryl Chen