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-06-11Fix merge error in 908b696, removed files were accidentally added back.Brecht Van Lommel
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2017-11-05Cleanup: spellingCampbell Barton
2017-07-19Fix T52116: Blender internal BVH build crash in degenerate cases.Brecht Van Lommel
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-08-23Cleanup: Output argument name and const qualifierSergey Sharybin
2016-08-23Fix T49140: Noise and jitter present at some areas when using ambient oclusio...Sergey Sharybin
2016-08-09Attempt to fix previous commit for non-c++11 buildsSergey Sharybin
2016-08-09Fix for isfinite breaking builds when WITH_CXX11 is enabled.Lukas Tönne
2016-07-12Fix T48818: Objects with alpha maps cast wrong ray shadows in BISergey Sharybin
2016-07-08Fix T48799: Particles set as objects cast wrong ray shadows in BISergey Sharybin
2016-06-06Fix T48550: Imperfections when Bake displacement map to plane if camera is no...Sergey Sharybin
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-04-04Move some debug print under G.debugSergey Sharybin
2016-03-05Cleanup: unnecessary comma useCampbell Barton
2015-08-02parenthisize macro args to avoid errorsCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-04-23Fix T39852: Crash (Blender internal) large objectsCampbell Barton
2014-04-23Add asserts to raytrace get/set_cut functionsCampbell Barton
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-04-21Fix T39735: New auto smooth creates artifacts with flat shaded faces(BI)Bastien Montagne
2014-04-11Blender Internal: remove BLI BVH for raytracing.Brecht Van Lommel
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-01NDOF: add navigation modes to user preferencesCampbell Barton
2014-02-14Blender Internal: Fix regression that sometimes shadows are not rendered, cau...IRIE Shinsuke
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2013-12-12Code Cleanup: replace global debug checks in raycast with DEBUG ifdefCampbell Barton
2013-08-02code cleanup:Campbell Barton
2013-05-08use static functions for raycast functions.Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-08code cleanup: 0 --> NULLCampbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-23fix for glitch with vertex bake:Campbell Barton
2013-01-07style cleanupCampbell Barton
2012-12-28style cleanupCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-04code cleanup: double promotionsCampbell Barton
2012-10-28style cleanupCampbell Barton