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-05-24Cycles: Fix wrong cuda textures limitsSergey Sharybin
2016-05-24Cycles: Fix wrong render results when using multiple OpenCL devicesSergey Sharybin
2016-05-24Fix own mistake in D1120: wrong indexing of UV maps during tangent calculationAlexander Romanov
2016-05-24Fix T48508: Cycles Regression / CrashSergey Sharybin
2016-05-24Fix T48496: Viewer function in NodeWrangler addon don't work in Material Shad...Sergey Sharybin
2016-05-24Cleanup: indentationCampbell Barton
2016-05-24Fix T48486: Not enough precision in Volume Sampling Step Size inputSergey Sharybin
2016-05-24GHOST cleanup (null check before delete, and 0 -> NULL for pointers).Bastien Montagne
2016-05-24Forgot this in previous commitSergey Sharybin
2016-05-24Add upstream information to librariesSergey Sharybin
2016-05-24Sequencer's histogram view: OMP -> BLI_task.Bastien Montagne
2016-05-24ndof: build system cleanupMike Erwin
2016-05-24ndof: enable Linux support by default, unless libs missingMike Erwin
2016-05-23Cycles CUDA: reduce stack memory by reusing ShaderData.Brecht Van Lommel
2016-05-23Fix T48487: Physics cache names allow (back)slashes, which breaks its handling.Bastien Montagne
2016-05-23Enable correct GLSL output for cycles normalmap nodeRalf Hölzemer
2016-05-23Add TODO about vertex color linearization to GLSL codeSergey Sharybin
2016-05-23Fix wrong scale of vertex color values when doing border render of Cycles vie...Sergey Sharybin
2016-05-23Fix wrong vertex color in BI GLSL modeSergey Sharybin
2016-05-23Cycles: Fix wrong closure counter in feature adaptive kernelSergey Sharybin
2016-05-23Fix T48334: Cycles standalone xml import of uv coordinatesSergey Sharybin
2016-05-23Fixed a rare case of NaN in CyclesStefan Werner
2016-05-23B-Bones improve handle calculationCampbell Barton
2016-05-23BLI_math: Add function to calculate circular cubic curve tangentsCampbell Barton
2016-05-23Cycles: Fix missing feature reported by the Volume nodeSergey Sharybin
2016-05-23Cycles: Fix missing volumes support for feature-adaptive viewport renderSergey Sharybin
2016-05-23Fix for all OpenGL lights affecting Cycles viewport, regardless of their Enab...Sergey Sharybin
2016-05-23Cleanup: glsl indentation, line lengthCampbell Barton
2016-05-23Code cleanup, stick closer to a blender code style in GLSL shaderSergey Sharybin
2016-05-23Support Vertex Color in GLSL viewport for CyclesSergey Sharybin
2016-05-23Cleanup: Deduplicate image loading functions using templates.Thomas Dinges
2016-05-22Cleanup: Use short condition style.Thomas Dinges
2016-05-22Fix Cycles warning in release builds.Brecht Van Lommel
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Support Musgrave texture for Cycles GLSL viewportSergey Sharybin
2016-05-22Fix T48497: Stupid typo in recent own BLI_task forloop work that broke non-pa...Bastien Montagne
2016-05-22Cleanup: remove Cycles layer bits checking in the kernel.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles shader and lights.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles background and film.Brecht Van Lommel
2016-05-22Code refactor: nodify Cycles integrator.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles XML node read and write functions.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-22Fix missing Ignore option for GLSL bumpSergey Sharybin
2016-05-22Use previous shading mode for border render in viewportSergey Sharybin
2016-05-22Make Shift-Z in viewprot a toggle between current shading mode and rendered oneSergey Sharybin
2016-05-22Cycles: Support bump mapping in GLSL viewportSergey Sharybin
2016-05-22CMake: Solve compilation error with pre-compiled libraries and new GCC-6Sergey Sharybin
2016-05-22Fix T48476: 'Recalculate Bone to Cursor' failsCampbell Barton
2016-05-22Cleanup: remove unused doxy configCampbell Barton
2016-05-22ndof: simplify Mac buildMike Erwin