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-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-16Cleanup: remove unused & unimplemented `BLI_newname`.Bastien Montagne
2017-01-16Fix T50393: Flip names working just on one side when both are selected.Bastien Montagne
2017-01-16Cycles: Cleanup, spellingSergey Sharybin
2017-01-16Cycles: Cleanup, avoid shadowingSergey Sharybin
2017-01-14Add 3d to 2d plane mapping functions to math libLuca Rood
2017-01-13Fix missing user when opening text from ID UI widget.Bastien Montagne
2017-01-13Cycles: Fix wrong transparent shadows for motion blur hairSergey Sharybin
2017-01-13Cycles: Cleanup, styleSergey Sharybin
2017-01-13Cycles: Simplify some code in Curve BVH reference fillSergey Sharybin
2017-01-13Cycles: Avoid shadowing in BVH codeSergey Sharybin
2017-01-13Fix small spelling errorAaron Carlisle
2017-01-12Dynamic Paint: recursively search for island border edges.Alexander Gavrilov
2017-01-12Dynamic Paint: provide margin of error for linking neighbors across seams.Alexander Gavrilov
2017-01-12Dynamic Paint: improve UV island border handling in effects.Alexander Gavrilov
2017-01-12Cycles: Allow up to 4 motion curve primitives per BVH nodeSergey Sharybin
2017-01-12Cycles: Prepare BVH traversal code to work with multiple curve primitives per...Sergey Sharybin
2017-01-12Cycles: Correct assert() for cases when there are multiple curves per BVH nodeSergey Sharybin
2017-01-12Cycles: Use separate limit for motion primitives for BVH node limitsSergey Sharybin
2017-01-12Cycles: Change confusing logic of max leaf size checkSergey Sharybin
2017-01-12Cycles: Cleanup, space prior to semicolonSergey Sharybin
2017-01-12Cycles: Cleanup, make curve functions privateSergey Sharybin
2017-01-12Cycles: Make it more clear message why curve motion attribute was removedSergey Sharybin
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2017-01-12Cycles: Remove more duplicated code in debug passes logicSergey Sharybin
2017-01-12Cycles: Fix wrong scaling of traversed instances debug passSergey Sharybin
2017-01-12Cycles: Cleanup, remove duplicated codeSergey Sharybin
2017-01-12Cycles: Cleanup, indentation within preprocessorSergey Sharybin
2017-01-12Cycles: Cleanup, use switch() instead of if-else chainSergey Sharybin
2017-01-12Cycles: move hair particle settings to scene contextSergey Sharybin
2017-01-12Cycles tests: Rework output messagesSergey Sharybin
2017-01-12Add Add Modifiers tab to the NLA & VSE editorsAaron Carlisle
2017-01-12Fix T50056: Dyntopo brush size shortcut broken using constant detail setting.Julian Eisel
2017-01-12UI: Try limiting 'x' icon to search buttonsJulian Eisel
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-11Viewport SSAO: Fix normals not normalizedClément Foucault
2017-01-11Cycles: Fix wrong motion blur when combining deformation motion blur with aut...Sergey Sharybin
2017-01-11Cycles: Pass explicit subdivision type to object_to_meshSergey Sharybin
2017-01-11Copy autosmooth mesh settings BKE_mesh_new_from_objectSergey Sharybin
2017-01-11RNA: Expose autosmooth face splittingSergey Sharybin
2017-01-11Cycles: Cleanup, whitespace around operatorSergey Sharybin
2017-01-11Cycles: Improve logging of cases when motion blur is disabledSergey Sharybin
2017-01-11Cleanup: Use more meaningful constants other than 0Sergey Sharybin
2017-01-11Add mid_v3_v3_array function and remove redundant functionsLuca Rood
2017-01-10UI Layout: fix some cases mixing fixed and expandable sizesBastien Montagne
2017-01-09Cleanup: Strict CLang warning in Smoke moduleSergey Sharybin
2017-01-09Cleanup: IndentationSergey Sharybin
2017-01-09Cleanup: Don't use C++ comments style in C codeSergey Sharybin