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-08-09Merge branch 'master' into strand_nodesLukas Tönne
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-08-09Fix T49027: Sequence uses too much memory when rendering scene with lots of m...Sergey Sharybin
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-07-25Merge branch 'master' into strand_nodesLukas Tönne
2016-07-23fix atan2f input conditionalMike Erwin
2016-07-22remove double-checked conditionsMike Erwin
2016-07-21First steps for the GLSL code generator and hair displacement nodes.Lukas Tönne
2016-07-19Merge branch 'master' into object_nodesLukas Tönne
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-15Bump maximum threads number to 1024Sergey Sharybin
2016-07-14Cleanup: comment blocksCampbell Barton
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-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-05Render border: skip unnecessary uncropping if the border covers the entire im...Brecht Van Lommel
2016-07-05Render border: make it work together with with cache result / save buffers / ...Brecht Van Lommel
2016-07-04Fix input for Texture node (envmap+world_space_shading)Alexander Romanov
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01"Fix" crash when deleting linked object which has indirect usages.Bastien Montagne
2016-06-30Fix T48757: Broken in D1120 normal bakingAlexander Romanov
2016-06-25Cleanup: use BLI_bitmap for bevel-splitCampbell Barton
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-08Merge branch 'master' into object_nodesLukas Tönne
2016-06-07World space switch for BI nodes.Alexander Romanov
2016-06-06Fix T48550: Imperfections when Bake displacement map to plane if camera is no...Sergey Sharybin
2016-06-02Support for image sampling in the LLVM backend.Lukas Tönne
2016-06-01Fix T48466: Multiple passes starting with 'Diffuse' in EXR file breaks its lo...Bastien Montagne
2016-05-27Merge branch 'master' into object_nodesLukas Tönne
2016-05-19Pass texture arguments and return values as dual values.Lukas Tönne
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-05-08Merge branch 'master' into object_nodesLukas Tönne
2016-05-06Fix T48262: Crash when trying to render a scene without camera.Bastien Montagne
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-04-12Cleanup: use boolCampbell Barton
2016-04-04Experimental (and very messy) code for JIT compiling and running a simple stu...Lukas Tönne
2016-04-04Fix T48002: Wrong behavior with "RGB to Intensity" in Image texturesSergey Sharybin
2016-04-04Move some debug print under G.debugSergey Sharybin
2016-04-02Fix T47971: rigid body baking crash due to thread race condition.Brecht Van Lommel
2016-04-01Use a _bvm postfix to distinguish the "gen_XXX_function" and "eval" API metho...Lukas Tönne
2016-03-31Partial revert: Use only BVMFunction stub type as a handle for all backends.Lukas Tönne
2016-03-31Use the BVM postfix to distinguish 'Function' in bvm backend from future LLVM...Lukas Tönne
2016-03-31Fix incorrect stub type name for texnodes.Lukas Tönne
2016-03-29Merge branch 'master' into object_nodesLukas Tönne
2016-03-24Color sources for point density textures based on mesh verticesLukas Tönne
2016-03-19BLI_kdopbvh: Pass center to to range callbackCampbell Barton
2016-03-14Cleanup: style/spellingCampbell Barton
2016-03-13Full Inverse-Quadratic-Equation Lamp FalloffJack Andersen