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-07-25Merge branch 'asset-engine' into asset-experimentsasset-experimentsBastien Montagne
2016-07-25Changed most of ID_IS_LINKED_foo checks as needed.Bastien Montagne
2016-07-25Merge branch 'master' into asset-engineBastien Montagne
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-25Cycles: Fix rays parallel to the surface in the triangle refine and MultiGGX ...Lukas Stockner
2016-07-25Cycles: Calculate differentials in the Multiscattering GGX closuresLukas Stockner
2016-07-25OpenSubdiv: Support shadeless shadingSergey Sharybin
2016-07-25OpenSubdiv: Fix missing support of flat shading in textured viewportSergey Sharybin
2016-07-25OpenSubdiv: Use proper material indexSergey Sharybin
2016-07-25Merge branch 'master' into asset-engineBastien Montagne
2016-07-25Cycles: Fix SSS with spatial splits and motion blurSergey Sharybin
2016-07-25Resolve build error on OSXCampbell Barton
2016-07-25Cleanup: debug-only variable.Bastien Montagne
2016-07-25Error in curve update, uninitialized var useCampbell Barton
2016-07-25Curve Drawing: Use cyclic for stroke with near start/end pointsCampbell Barton
2016-07-25Curve Drawing: Add option to use new refit methodCampbell Barton
2016-07-25Curve Fitting: Add alternate 'refit' methodCampbell Barton
2016-07-24Merge branch 'master' into asset-engineBastien Montagne
2016-07-24Fix use of uninitialized variable in recent SSS fix.Brecht Van Lommel
2016-07-24Some more small fixes regarding ID/library asset handling.Bastien Montagne
2016-07-24Fix T48397: Can not bake tweaked NLAKévin Dietrich
2016-07-24Fix T48663: The Soft Light blend type layer make the color darker in theKévin Dietrich
2016-07-23Audaspace: fix incorrect parameter check in python API.Jörg Müller
2016-07-23Cleanup: styleCampbell Barton
2016-07-23Cleanup: warningCampbell Barton
2016-07-23fix atan2f input conditionalMike Erwin
2016-07-22OpenSubdiv: Properly respect Subdivide UVs optionSergey Sharybin
2016-07-22Fix crash using ID remapping on invalid ID pairsJulian Eisel
2016-07-22OpenSubdiv: Initial support of UV maps in material shading modeSergey Sharybin
2016-07-22OpenSubdiv: Use BLI module math functionsSergey Sharybin
2016-07-22OpenSubdiv: Make drawing code a bit more flexible for FVar widthSergey Sharybin
2016-07-22OpenSubdiv: Properly support active UV layer in textured viewSergey Sharybin
2016-07-22OpenSubdiv: Lay down fundamentals to support multiple UV mapsSergey Sharybin
2016-07-22OpenSubdiv: Get number of UVs from topology refinerSergey Sharybin
2016-07-22OpenSubdiv: Cleanup, please don't use insanely long linesSergey Sharybin
2016-07-22OpenSubdiv: Cleanup, don't use camel case for variable namesSergey Sharybin
2016-07-22Correct mistake comparing verticesCampbell Barton
2016-07-22use bool consistently, fix redundant conditionalMike Erwin
2016-07-22remove double-checked conditionsMike Erwin
2016-07-22Add Subdivide Edge-Ring to menuCampbell Barton
2016-07-22Fix T48926: Subdivide edge-ring crashCampbell Barton
2016-07-22fix confusing operator precedenceMike Erwin
2016-07-22fix enum type / values mismatchMike Erwin
2016-07-22fix null pointer dereferencesMike Erwin
2016-07-22fix comparison of identicalsMike Erwin
2016-07-22Cleanup: pass pointer to texture draw stateCampbell Barton
2016-07-22BMesh: compare face angles as angles cosineCampbell Barton
2016-07-22Fix broken proxy object deletion.Bastien Montagne
2016-07-21fix typo in conditionMike Erwin
2016-07-21Fix T48915: Wrong threshold on scaled objects and ortho view.Germano Cavalcante