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-03-21Cycles: Fix wrong vector allocation in the mesh sync codeLukas Stockner
2017-03-10Cycles: Cleanup, extra semicolon and spaceSergey Sharybin
2017-02-22Cycles: Fix shading with autosmooth and custom normalsSergey Sharybin
2017-02-15Cycles: Cleanup, styleSergey Sharybin
2017-02-15Cycles: Fix wrong pointiness caused by precision issuesSergey Sharybin
2017-02-13Fix T50655: Pointiness is too slow to calculateSergey Sharybin
2017-02-13Cycles: Use Cycles-side mesh instead of C++ RNASergey Sharybin
2017-02-10Cycles: Cleanup, move EdgeMap to blender_utilSergey Sharybin
2017-02-10Cycles: Make an utility class for edge mapSergey Sharybin
2017-02-10Cycles: Fix pointiness attribute giving wrong results with autosplitSergey Sharybin
2017-02-10Cycles: Cleanup: Use less indentation by inverting conditionSergey Sharybin
2017-02-10Cycles: Calculate all vertex attribute after faces generationSergey Sharybin
2017-02-10Cycles: Cleanup: use vector instead of bare mallocSergey Sharybin
2017-01-25Fix T49405: Crash when baking with adaptive subdivisionMai Lavelle
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-11Cycles: Cleanup, whitespace around operatorSergey Sharybin
2017-01-11Cycles: Improve logging of cases when motion blur is disabledSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-09-18Fix T49245: Adaptive Subdivision with Auto Smooth causes weird mesh appearanceMai Lavelle
2016-09-18Cycles: Fix update of subdivision meshes when global dice rates changeMai Lavelle
2016-08-14Cycles microdisplacement: Move call to tessellate() from addon to CyclesMai Lavelle
2016-08-09Cycles: Use proper property getterSergey Sharybin
2016-08-08Cycles: Remove set but unused variableSergey Sharybin
2016-08-07Cycles microdisplacement: Move displacement options from mesh to material set...Mai Lavelle
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-07-29Cycles: Fix strict compilation warningSergey Sharybin
2016-07-29Cycles microdisplacement: move subdivision options to subsurf modifierMai Lavelle
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-07-18Cycles: add support for motion blurring of fluid meshes.Kévin Dietrich
2016-06-25Cleanup/refactor RNA IDs' `remove` functions.Bastien Montagne
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-17Code refactor: use shader pointers rather than shader indexes.Brecht Van Lommel
2016-04-26Cycles: Improve logging about motion blur a bitSergey Sharybin
2016-04-25Cycles: Don't pass RNA pointers by vlaueSergey Sharybin
2016-04-20Fix T47812: GPU renders have warmer colors than CPU rendersSergey Sharybin
2016-04-18Cycles microdisplacement: add max subdivision settingMai Lavelle
2016-04-17Cycles microdisplacement: scene level render and preview dicing ratesMai Lavelle
2016-04-12Cycles microdisplacement: UI tweak to use split columnMai Lavelle
2016-04-12Cycles microdisplacement: refactor to move some tesselation code from SubdMes...Mai Lavelle
2016-04-12Cycles microdisplacement: change use subdivision bool to subdivision type enumMai Lavelle
2016-04-12Cycles microdisplacement: perform subdivision dicing in raster spaceMai Lavelle
2016-02-12Cycles: Make Blender importer more forward compatibleSergey Sharybin
2016-02-10Cycles: Cleanp, avoid direct calls of RNA_enum_get, we've got utility for thatSergey Sharybin
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2016-01-20Fix error in rBa6eae7339190.Bastien Montagne
2016-01-20Fix (partial) T47198: Cycles have broken UVs in some degenerated quads casesSergey Sharybin
2015-10-08Cycles: Cleanup, whitespace around keywordsSergey Sharybin
2015-09-04Fix T45019: Cycles wrong render of motion blur meshSergey Sharybin
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin