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
2017-01-20Despgraph: Optimize cycles detection algorithmSergey Sharybin
2017-01-20Depsgraph: Speedup initial rig build timeSergey Sharybin
2017-01-20Depsgraph: Move key implementation from header to dedicated fileSergey Sharybin
2017-01-20Depsgraph: Move class implementation from header to implementation filesSergey Sharybin
2017-01-20Depsgraph: Fully switch from string to const char*Sergey Sharybin
2017-01-20Depsgraph: Add extra name tag for operation nodesSergey Sharybin
2017-01-20Depsgraph: Cleanup, operation has name, not descriptionSergey Sharybin
2017-01-20Depsgraph: Remove unused functionSergey Sharybin
2017-01-20Depsgraph: Use const char for component APISergey Sharybin
2017-01-20Depsgraph: Remove some includes which seems unusedSergey Sharybin
2017-01-20Depsgraph: Use const char instead of string in part of drivers constructionSergey Sharybin
2017-01-20Depsgraph: Switch away form string to const char* for node namesSergey Sharybin
2017-01-20Depsgraph: Remove prototype of unused and non-implemented methodSergey Sharybin
2017-01-20Depsgraph: Add code for timing despgraph builderSergey Sharybin
2017-01-20Fix T49826: NEW-DEPSGRAPH - Texture is not updated after changing its space c...Sergey Sharybin
2017-01-20Depsgraph: Fix wrong comparison of ID type vs. node typeSergey Sharybin
2017-01-20Depsgraph: Fix race condition writing drivers to array propertySergey Sharybin
2017-01-20Depsgraph: Fix some errors printed to the consoleSergey Sharybin
2017-01-20Partial fix for T49836: Camera DOF properties not updating via graph editorSergey Sharybin
2017-01-20Depsgraph: Report proper error when modifier fails to create relation linkSergey Sharybin
2017-01-20Depsgraph: Avoid some false-positive time dependencies of scripted driversSergey Sharybin
2017-01-20Solve threading conflict when calculating smooth normalsSergey Sharybin
2017-01-20RNA: Expose autosmooth face splittingSergey Sharybin
2017-01-20Fix compile error (-Werror=float-conversion).Thomas Dinges
2017-01-20Cycles: Expose diffuse and glossy depth to Light Path nodeSergey Sharybin
2017-01-20Cycles: Don't use fast math for the host codeSergey Sharybin
2017-01-20Cycles: Add fast-math safe isnan and isfiniteSergey Sharybin
2017-01-20Cycles: Remove using namespace hellSergey Sharybin
2017-01-20Cycles: Fix amount of rendered samples not being shown while rendering the la...Lukas Stockner
2017-01-20Cycles: Cleanup, spellingSergey Sharybin
2017-01-20Cycles: Cleanup, avoid shadowingSergey Sharybin
2017-01-20Cycles: Fix wrong transparent shadows for motion blur hairSergey Sharybin
2017-01-20Cycles: Cleanup, styleSergey Sharybin
2017-01-20Cycles: Simplify some code in Curve BVH reference fillSergey Sharybin
2017-01-20Cycles: Avoid shadowing in BVH codeSergey Sharybin
2017-01-20Cycles: Allow up to 4 motion curve primitives per BVH nodeSergey Sharybin
2017-01-20Cycles: Prepare BVH traversal code to work with multiple curve primitives per...Sergey Sharybin
2017-01-20Cycles: Correct assert() for cases when there are multiple curves per BVH nodeSergey Sharybin
2017-01-20Cycles: Use separate limit for motion primitives for BVH node limitsSergey Sharybin
2017-01-20Cycles: Change confusing logic of max leaf size checkSergey Sharybin
2017-01-20Cycles: Cleanup, space prior to semicolonSergey Sharybin
2017-01-20Cycles: Cleanup, make curve functions privateSergey Sharybin
2017-01-20Cycles: Make it more clear message why curve motion attribute was removedSergey Sharybin
2017-01-20Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-20Cycles: Remove more duplicated code in debug passes logicSergey Sharybin
2017-01-20Cycles: Fix wrong scaling of traversed instances debug passSergey Sharybin
2017-01-20Cycles: Cleanup, remove duplicated codeSergey Sharybin
2017-01-20Cycles: Cleanup, indentation within preprocessorSergey Sharybin
2017-01-20Cycles: Cleanup, use switch() instead of if-else chainSergey Sharybin
2017-01-20Cycles: move hair particle settings to scene contextSergey Sharybin