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-09-27Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-09-25Fix T49310: incorrect Cycles standalone normals with negative scale.Brecht Van Lommel
2016-09-23Cycles: Fix overflow caused by wrong size calculation in Mesh::add_undisplacedMai Lavelle
2016-09-22Fix T49417: Cycles crash - can't use 5 Gigabyte Tile EXR texture fileSergey Sharybin
2016-09-18Cycles: Adaptive isolationMai Lavelle
2016-09-15Fix T49179: Parts of mesh disappear with adaptive subdivisionMai Lavelle
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-13Cycles: Implement threaded SVM nodes compilationSergey Sharybin
2016-09-11Cycles: Fix shading and crashes resulting from constant folding on displacementMai Lavelle
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-09Cycles: Add overall timing log to SVNShaderManagerSergey Sharybin
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-09-08Added selection field to the Disney BSDF node for switching betweenPascal Schoen
2016-09-08Cycles: Fix OpenCL speed regression introduced with the improved bump mappingLukas Stockner
2016-09-06Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-09-05Fix T49252: Crash when image textures used with true displacementMai Lavelle
2016-09-05Cycles: Fix unreported - Missing node group for the Camera NodeLukas Stockner
2016-09-02Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-09-02Fix T49180: Cycles MIS Map for Animated Environment Texture Movie Doesn't Upd...Sergey Sharybin
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-09-02Cycles: Store undisplaced coordinates for meshes when neededMai Lavelle
2016-09-02Cycles: remove duplicate shader storageMai Lavelle
2016-08-30Cycles: Fix calculation of normals for subdivision meshesMai Lavelle
2016-08-28Fix T49163: let Cycles only hide particles with missing motion data, not regu...Brecht Van Lommel
2016-08-28Fix T49167: Normals in wrong coordinate space when adaptive subdivision is usedMai Lavelle
2016-08-25Cycles: Remove some redundant checksMai Lavelle
2016-08-25Cycles: Fix crash after recent subd fixesSergey Sharybin
2016-08-24Cycles: Fix crash when empty mesh has subdivisionMai Lavelle
2016-08-24Cycles Standalone: Fix support for subdivision meshesMai Lavelle
2016-08-22Fix T49136: full constant Curves with zero Fac input crashes in assert.Alexander Gavrilov
2016-08-18Code cleanup to use array.data() rather than &array[0]Brecht Van Lommel
2016-08-18Revert "Code cleanup to use array.data() rather than &array[0]."Mai Lavelle
2016-08-18Code cleanup to use array.data() rather than &array[0].Brecht Van Lommel
2016-08-16Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-08-15Revert "Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well."Thomas Dinges
2016-08-14Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well.Thomas Dinges
2016-08-14Cycles microdisplacement: Move call to tessellate() from addon to CyclesMai Lavelle
2016-08-14Cycles: Add single channel texture support for OpenCL.Thomas Dinges
2016-08-11Cycles: Change code order for Image Data Types.Thomas Dinges
2016-08-09Cycles: Fix crash in empty scenesJulian Eisel
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-08-06Cycles: Add AttributeDescriptorMai Lavelle
2016-08-06Fix for Cycles particle motion blur hiding fix.Brecht Van Lommel
2016-08-05Cycles: hide particles with broken motion blur traces.Alexander Gavrilov
2016-08-04Cycles: copy shader node names over in the blender sync code.Alexander Gavrilov
2016-08-03Merge branch 'master' into cycles_disney_brdfPascal Schoen
2016-08-03Implemented the Disney clearcoat as a variation of the microfacet bsdf,Pascal Schoen