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-08-08Cleanup: use conforming header guardCampbell Barton
2018-08-08Cleanup: indentationCampbell Barton
2018-08-08Cleanup: use static variablesCampbell Barton
2018-08-06PyAPI: Make skin modifier roots settableAndrew Hale
2018-08-06Fix T55012: Corruption editing screen keymapCampbell Barton
2018-08-05Fix Cycles crash rendering mix of instanced and non-instanced volumes.Brecht Van Lommel
2018-08-04Fix T56222: Bevel Modifier bug (uninitialized value).Bastien Montagne
2018-08-02RNA: make particle enum publicCampbell Barton
2018-08-01Fix T56197: Cycles OpenCL build error after recent changes.Brecht Van Lommel
2018-08-01Fix T56195: Typo in BLI_array_utils.h.Bastien Montagne
2018-08-01Cleanup: remove unused array memberCampbell Barton
2018-08-01Cleanup: declare vars or make staticCampbell Barton
2018-08-01DNA: remove View3D.flag3Campbell Barton
2018-07-31Revert "Gitignore: Ignore diffs in all subdirs"Aaron Carlisle
2018-07-31Gitignore: Ignore diffs in all subdirsAaron Carlisle
2018-07-31Fix cmake external library build for blosc/freetype on some systems.Brecht Van Lommel
2018-07-31Fix building w/ FreeBSDCampbell Barton
2018-07-31Fix Shape Key retime starting at frame 10Campbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-31UI: use text hinting (now user preference)Campbell Barton
2018-07-31UI: add check for any kind of popupCampbell Barton
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-07-30Cycles: Fixed OpenCL build. sqr(float4) is available on CUDA and CPU, but not...Stefan Werner
2018-07-30Sequencer: move text & color into own categoryCampbell Barton
2018-07-30Cleanup: id-property creationCampbell Barton
2018-07-30Use Ctrl Snap to seconds w/ play-head dragCampbell Barton
2018-07-30Cleanup: trailing spaceCampbell Barton
2018-07-30CMake: omit superfluous Up-to-date messagesCampbell Barton
2018-07-29make.bat : fix msvc 2017 detection.Ray Molenkamp
2018-07-29Fix T56120: bad property access (from 2.8)Campbell Barton
2018-07-28Cycles: speed up mesh volume bounds construction.Stefan Werner
2018-07-28Cycles: Save a few instructions in area light samplingLukas Stockner
2018-07-27Cycles: Initial implementation of detailed statisticsSergey Sharybin
2018-07-27Cycles: Add utility function to query graph node size in bytesSergey Sharybin
2018-07-27Fix T56092: command line arguments after -- beginning with -h don't work.Brecht Van Lommel
2018-07-27Cycles: Cleanup, indentationSergey Sharybin
2018-07-27Cycles: Cleanup, indentationSergey Sharybin
2018-07-27Cycles: Cleanup, spellingSergey Sharybin
2018-07-27Cycles: Cleanup, indentationSergey Sharybin
2018-07-27Cycles: Cleanup, line lengthSergey Sharybin
2018-07-27Cycles: Cleanup, move functions outside of class methodsSergey Sharybin
2018-07-27Cycles: Cleanup, remove unused functionSergey Sharybin
2018-07-27Cycles: Cleanup in image manager, switch statement instead of if-elseSergey Sharybin
2018-07-27Fix Vector.project crash w/ >4 length vectorsCampbell Barton
2018-07-27Fix T55991: Python ignores scene switch argumentCampbell Barton
2018-07-27Correct arguments for callbackCampbell Barton
2018-07-27Fix T56074: Remove doubles creates holesCampbell Barton
2018-07-26Cycles: Add reflection fix to Bump and Normal Map nodesLukas Stockner
2018-07-26Fix compiling after ui cleanupsJens Verwiebe
2018-07-26WM: replace UI draw callbacks w/ property pollCampbell Barton