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
2016-01-01make.bat: only configure onceCampbell Barton
2016-01-01Fix OSL compilation, cannot assign vector to color.Thomas Dinges
2016-01-01make.bat: add 'clean' commandCampbell Barton
2016-01-01make.bat: detect MSVC locationCampbell Barton
2016-01-01make.bat: sanity checks w/ useful error messagesCampbell Barton
2016-01-01make.bat correct name for cycles targetCampbell Barton
2016-01-01Fix for make.batCampbell Barton
2015-12-31Add helper make.bat file for ms-windows buildersCampbell Barton
2015-12-31Cycles: Implement rolling shutter effectSergey Sharybin
2015-12-31Fix T46915: Non-intuitive behavior of Vector Curve Mapping nodeSergey Sharybin
2015-12-31Fix T47046: Exporting Max and Maya keymap throws RNA warnings in console.Bastien Montagne
2015-12-31Fix wrong format used in the recent python exit code commitSergey Sharybin
2015-12-31Libmv: Yet again update to the latest versionSergey Sharybin
2015-12-31Cycles: Fix viewport rendering with multiple GPU devicesSergey Sharybin
2015-12-31Command line argument to exit on Python errorsCampbell Barton
2015-12-31Add parse_int_strict_range utility for command line inputCampbell Barton
2015-12-31Libmv: Update to latest upstream versionSergey Sharybin
2015-12-31Update CUDA wrangler to latest upstreamSergey Sharybin
2015-12-31Cycles: Experiment with use of runtime tag instead of set for SVM generationSergey Sharybin
2015-12-31Cleanup: Py API namingCampbell Barton
2015-12-31Fix T47076: Memory issues when closing Blendera after Cycles bakingSergey Sharybin
2015-12-31Fix T47089: View rotate fails w/ auto depth+perspectiveCampbell Barton
2015-12-31MSVC 2015 fix: do not redefine snprintf, even MS is getting standards complientMartijn Berger
2015-12-31Fix T47094: Crash w/ sequencer white-balanceCampbell Barton
2015-12-31Cleanup: warningCampbell Barton
2015-12-30Usual i18n/UI messages fixes...Bastien Montagne
2015-12-30Fix (unreported) memleak in mesh remapping auto-transform code.Bastien Montagne
2015-12-30Grr, forgot those ones in previous commit...Bastien Montagne
2015-12-30BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to ...Bastien Montagne
2015-12-30Fix OS X (with 10.11 SDK) glog build errors due to using deprecated code.Brecht Van Lommel
2015-12-30Fix T47081: laplacian smooth edit mode tool crash.Brecht Van Lommel
2015-12-30Cycles: Code cleanup: use scoped timer to measure parts of SVM compilerSergey Sharybin
2015-12-30Cycles: Wrap SVM compiler state variables into a single structSergey Sharybin
2015-12-30Cycles: Optionally output luminance from the shader evaluation kernelSergey Sharybin
2015-12-30Cycles: Don't install CPU-related kernel filesSergey Sharybin
2015-12-30Cycles: Deduplicte CPU kernel declaration and definition codeSergey Sharybin
2015-12-30BGE: Fix invalid operator< for microsoft compiler.Porteries Tristan
2015-12-30GLog: Solve some compilation warningsSergey Sharybin
2015-12-30Libmv: Update to the latest upstream versionSergey Sharybin
2015-12-30Fix Moto overflow warningsThomas Szepe
2015-12-30Skip some more workarounds when using MSVC 2015Martijn Berger
2015-12-29Make cycles compile with MSVC 2015Martijn Berger
2015-12-29Cycles: Add timing information to the SVM compiler statsSergey Sharybin
2015-12-29Cycles: Optimize nodes deduplication routinesSergey Sharybin
2015-12-29Cycles: Remove assert which is no longer validSergey Sharybin
2015-12-29More from T47045: Add i18n translations to render status from compo.Bastien Montagne
2015-12-29Building w/o OpenMP now works againCampbell Barton
2015-12-29Fix invalid memory access in multiview code during render, reported on irc.Brecht Van Lommel
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ye...Brecht Van Lommel
2015-12-29Fix memleaks in our gtests.Bastien Montagne