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-06-08Code refactor: nodify Cycles camera and fix some mistakes in XML node read.Brecht Van Lommel
2016-06-08Fix T48534: color picker hex #RRGGBB input allows typing one character too many.Brecht Van Lommel
2016-06-08Fix T48498: stereo camera interocular distance should not have a hard max limit.Brecht Van Lommel
2016-06-08Fix T48526: Cycles viewport render incorrectly influenced by pixel aspect ratio.Brecht Van Lommel
2016-06-08Fix T48533: camera node view vector wrong for Cycles GLSL.Ralf Hölzemer
2016-06-08Add missing includeCampbell Barton
2016-06-08Cleanup: Further tweaks for consistency and simplifications.Thomas Dinges
2016-06-08Cleanup: Simplify and de-duplicate assignements in the ImageManager constructor.Thomas Dinges
2016-06-08Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-06-08ndof: detect SpaceMouse EnterpriseMike Erwin
2016-06-08Depsgraph: Accidentally removed one line too muchSergey Sharybin
2016-06-08Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-06-08more correct Normal Map node behavior for tangent mapping in Cycles ViewportAlexander Romanov
2016-06-08Add upstream information to librariesCampbell Barton
2016-06-08Cycles: Simplify code around debug stats in BVH traversingSergey Sharybin
2016-06-08Add some more information about extern librariesSergey Sharybin
2016-06-08OpenGL: use EXT version of FBOsMike Erwin
2016-06-08fixed collada api call for blenderplayerGaia Clary
2016-06-08moved is_leaf_bone() to collada utils for reuse in exporter and importerGaia Clary
2016-06-08fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-06-08fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-06-08Image viewer scopes update: OMP->BLI_task.Bastien Montagne
2016-06-08Correct invalid pointer-pair compare checkCampbell Barton
2016-06-08Cleanup: glsl styleCampbell Barton
2016-06-08BMesh: don't alloc zero sized select elem arrayCampbell Barton
2016-06-08Fix T48514: Cycles toon glossy BSDF not respecting reflective caustics option.Brecht Van Lommel
2016-06-08Cycles CUDA: reduce branched path stack memory by sharing indirect ShaderData.Brecht Van Lommel
2016-06-08Fix T47257: bevel crash when there are internal faces.Howard Trickey
2016-06-08dd upstream information to librariesCampbell Barton
2016-06-08Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-06-08Add warning to Mesh.from_pydataCampbell Barton
2016-06-08Depsgraph: Solve wrong datamask calculated by depsgraphSergey Sharybin
2016-06-08Cycles: Yet another fix for textures limitSergey Sharybin
2016-06-08Move editmesh undo into its own fileCampbell Barton
2016-06-08Cycles: Fix wrong cuda textures limitsSergey Sharybin
2016-06-08Cycles: Fix wrong render results when using multiple OpenCL devicesSergey Sharybin
2016-06-08Fix own mistake in D1120: wrong indexing of UV maps during tangent calculationAlexander Romanov
2016-06-08Fix T48508: Cycles Regression / CrashSergey Sharybin
2016-06-08Fix T48496: Viewer function in NodeWrangler addon don't work in Material Shad...Sergey Sharybin
2016-06-08Cleanup: indentationCampbell Barton
2016-06-08Fix T48486: Not enough precision in Volume Sampling Step Size inputSergey Sharybin
2016-06-08GHOST cleanup (null check before delete, and 0 -> NULL for pointers).Bastien Montagne
2016-06-08Forgot this in previous commitSergey Sharybin
2016-06-08Add upstream information to librariesSergey Sharybin
2016-06-08Sequencer's histogram view: OMP -> BLI_task.Bastien Montagne
2016-06-08ndof: build system cleanupMike Erwin
2016-06-08ndof: enable Linux support by default, unless libs missingMike Erwin
2016-06-08Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-06-08Fix T48487: Physics cache names allow (back)slashes, which breaks its handling.Bastien Montagne
2016-06-08Enable correct GLSL output for cycles normalmap nodeRalf Hölzemer