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-26Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-26Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-26Cycles: Add utility function to calculate curve boundbox from given 4 keysSergey Sharybin
2017-01-26Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-01-26Cycles: Split motion triangle file once again, avoids annoying forward declar...Sergey Sharybin
2017-01-26Cycles: Move motion triangle intersection functions to own fileSergey Sharybin
2017-01-26Cycles: Cleanup, better variable nameSergey Sharybin
2017-01-26Cycles: Add utility function to fetch motion keys while on CPU sideSergey Sharybin
2017-01-26Cycles: Cleanup, commentsSergey Sharybin
2017-01-26Cycles: Add utility function to fetch motion triangle when on CPU sideSergey Sharybin
2017-01-26Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-01-26Fix T50460. Greying out issue with Cycles culling options.Thomas Dinges
2017-01-25Fix T50517: Rendering expecting time is negativeSergey Sharybin
2017-01-20Cycles: Fix compilation error on with older GCCSergey 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
2017-01-20Cycles: Fix wrong motion blur when combining deformation motion blur with aut...Sergey Sharybin
2017-01-20Cycles: Pass explicit subdivision type to object_to_meshSergey Sharybin
2017-01-20Cycles: Cleanup, whitespace around operatorSergey Sharybin
2017-01-20Cycles: Improve logging of cases when motion blur is disabledSergey Sharybin
2017-01-20Cycles: Fix uninitialized variable issue after recent changesSergey Sharybin
2017-01-20Cycles: Move object culling helper to own filesSergey Sharybin
2017-01-20Cycles: Fix indendationSergey Sharybin
2017-01-20Cycles: Consider GGX/Beckmann/Ashikhmin of 0 roughness a singular raySergey Sharybin
2017-01-20Cycles: Tweak curve segment (un)pack to handle more curve segmentsSergey Sharybin