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
2022-02-15License headers: use SPDX for remaining files in CyclesCampbell Barton
2022-02-11Cycles: use SPDX license headersBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-26Cycles: remove prefix from source code file namesBrecht Van Lommel
2021-10-26Cycles: changes to source code folders structureBrecht Van Lommel
2021-02-17Cycles: add utility functions for zero float2/float3/float4/transformBrecht Van Lommel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-27Revert "Cycles API: encapsulate Node socket members"Brecht Van Lommel
2020-10-27Cycles API: encapsulate Node socket membersKévin Dietrich
2020-09-04CMake: refresh building and external library handling of Cycles standaloneBrecht Van Lommel
2019-09-13Cleanup: compiler warningsBrecht Van Lommel
2019-08-30Cleanup: clang-format, spellingCampbell Barton
2019-08-27Cycles: Stitching of subdivided and displaced meshesMai Lavelle
2019-08-21Shading: Add more operators to Vector Math node.OmarSquircleArt
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-01Cleanup: comments (long lines) in cyclesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: cleanup, arg rename, add definitions lastCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-09Cycles: Cleanup, space after (void)Sergey Sharybin
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-11-09Cycles: Cleanup, spacing after preprocessorSergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-08-24Cycles Standalone: Fix support for subdivision meshesMai Lavelle
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-14Cycles microdisplacement: Move call to tessellate() from addon to CyclesMai Lavelle
2016-08-08Cycles: Quiet warning with WITH_OPENSUBDIV disabledJulian Eisel
2016-08-07Cycles microdisplacement: Support for Catmull-Clark subdivision via OpenSubdivMai Lavelle
2016-07-29Cycles microdisplacement: ngons and attributes for subdivision meshesMai Lavelle
2016-06-07Cycles: Fix regression introduced in c96a4c8Mai Lavelle
2016-05-31Fix broken Cycles curve motion radius after recent refactor, and fix warnings.Brecht Van Lommel
2016-05-29Fix debug mode assert in subd code after recent refactoring.Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel
2016-05-11Cycles: Use explicit qualifier for single-argument constructorsSergey Sharybin
2016-04-18Cycles microdisplacement: add max subdivision settingMai Lavelle
2016-04-18Cycles microdisplacement: fix handling of triangles in DiagSplitMai Lavelle
2016-04-13Cycles: Minor cleanup, whitespace around keyword and preprocessor indentSergey Sharybin
2016-04-13Cycles microdisplacement: preserve smooth normals for linear subdivisonMai Lavelle
2016-04-12Cycles microdisplacement: perform subdivision dicing in raster spaceMai Lavelle
2016-02-03Cycles: Correction to asserts, they will never trigger beforeSergey Sharybin
2016-02-03Cycles: Cleanup, indentation and bracesSergey Sharybin
2016-01-14Cycles: Reduce scope of some defines set in CMakeListsSergey Sharybin