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-02Cleanup: move BKE_global include under ifdef'sCampbell Barton
2018-04-02Undo: store active curve shape key in edit-modeCampbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-04-02imbuf: revert some of the changes of rBb6ba3c682dd6615e760905572a5bcd69bb4637...Ray Molenkamp
2018-04-01Fix compiling with AlembicSergej Reich
2018-04-01Correct accidental changes by C Logging additionCampbell Barton
2018-04-01Resolve unsigned comparison error w/ MSVCCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-04-01Cleanup: warningCampbell Barton
2018-04-01Removed by accident in last commitCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-31BLI_sort_utils: add pointer sorting callbackCampbell Barton
2018-03-31Logging: fix own error with formattingCampbell Barton
2018-03-31Use int instead of boolCampbell Barton
2018-03-31Logging: add argument --log-show-basenameCampbell Barton
2018-03-31Cleanup: --help text outputCampbell Barton
2018-03-31Cleanup: blf internal struct namingCampbell Barton
2018-03-31Logging: add ability to exclude categories.Campbell Barton
2018-03-31Docs: doxygen docs for clogCampbell Barton
2018-03-31Fix clog: own error allocating from static bufferCampbell Barton
2018-03-31Fix logger build w/ MSVCCampbell Barton
2018-03-31Build deps: do sndfile patch also on linux platformArto Kitula
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-30build_deps: Disable building docs for OIIOThomas Beck
2018-03-30PyDoc: Merge manual docs for bge.textureAaron Carlisle
2018-03-29UI: Edit mode move edge data tool into a menuAaron Carlisle
2018-03-29PyDocs: Adde link to Wikipedia page for mathutils.Euler classAaron Carlisle
2018-03-29Depsgraph: initialize EvaluationContext even if nothing to updateDalai Felinto
2018-03-29Fix T54457: build error with OpenVDB versions newer than 3.Brecht Van Lommel
2018-03-29Fix T54455: OpenCL build error after recent changes.Brecht Van Lommel
2018-03-29Cycles: take into account diffuse roughness for roughness baking.Matt Heimlich
2018-03-28Cleanup: Tooltip spellingAaron Carlisle
2018-03-28build_deps: disable hdf5 lib supportRay Molenkamp
2018-03-28Fix Collada: broken tangents with Camera Animation import for xfovGaia Clary
2018-03-28Cycles: don't require pthreads as dependency on Windows.Jeff Witthuhn
2018-03-28Cleanup: typo in function nameCampbell Barton
2018-03-28BLI_array: utility to check memory is zerodCampbell Barton
2018-03-28Fix missing confirm quit dialog on macOS, after recent changes.Brecht Van Lommel
2018-03-28Cycles: Fix bad register cast in ssebSergey Sharybin
2018-03-27Fix T54435: Quit prompt fails w/ fractional scaleCampbell Barton
2018-03-27Cleanup: global undo (minor changes to internals)Campbell Barton
2018-03-27Cleanup: move paint curve undo into own fileCampbell Barton
2018-03-27Fix T54420: too much volume render noise with multiple volume objects.Brecht Van Lommel
2018-03-26GHOST: Solve compilation error of test programsSergey Sharybin
2018-03-26BLF: Don't use user preferencesSergey Sharybin
2018-03-26BLF: Cleanup, indentation inside of preprocessorSergey Sharybin
2018-03-25Text: line break always returned cancelledCampbell Barton
2018-03-24Text: re-allocate exact lengths for undoCampbell Barton
2018-03-24Fix text editor undo w/ 4+ byte utf8 charactersCampbell Barton
2018-03-24Cleanup: move undo opcodes out of public headerCampbell Barton