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
2019-01-14Cleanup: add begin/end iterators to Cycles NodeEnum.Alex Fuller
2018-12-11Update code to be compatible with OIIO 2.0Sergey Sharybin
2018-11-09Cycles: Cleanup, split array from vectorSergey Sharybin
2018-08-24Cycles: Cleanup, styleSergey Sharybin
2018-07-27Cycles: Add utility function to query graph node size in bytesSergey Sharybin
2018-07-27Cycles: Cleanup, indentationSergey Sharybin
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-05-27Cycles: Add Support for IES files as textures for light strengthLukas Stockner
2018-03-10Code refactor: make Transform always affine, dropping last row.Brecht Van Lommel
2018-02-15Code cleanup: simplify switch statement, ensure we catch missing enums.Brecht Van Lommel
2018-02-15Fix T54073: crash and uninitialized memory in Cycles displacement hashing.Brecht Van Lommel
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-01-29Fix Cycles viewport render not updating when tweaking displacement shader.Brecht Van Lommel
2017-11-10Cycles: Fix compilation error with latest OIIOSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-10-24Cycles: Don't use guarded vector for statically initialized dataSergey Sharybin
2016-10-24Cycles: Remove explicit std:: from types where possibleSergey Sharybin
2016-06-23Cycles: Fix the Convert Node type registrationLukas Stockner
2016-06-12Fix build error with GCC 6.1.Brecht Van Lommel
2016-06-12Fix Cycles debug build assert on some platforms, tighten checks to avoid this...Brecht Van Lommel
2016-05-29Code refactor: minor node and node type utility functions and changes.Brecht Van Lommel
2016-05-28Code refactor: nodify Cycles camera and fix some mistakes in XML node read.Brecht Van Lommel
2016-05-22Fix Cycles warning in release builds.Brecht Van Lommel
2016-05-22Fix Cycles compile errors with GCC due to double promotion as errors.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles XML node read and write functions.Brecht Van Lommel
2016-05-22Code refactor: add generic Cycles node infrastructure.Brecht Van Lommel