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
2021-08-17Fix T77307: Particle Info Node Does Not Consider Time RemappingKévin Dietrich
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-22Cycles: optimize device updatesKévin Dietrich
2020-11-04Cycles API: encapsulate Node socket membersKévin Dietrich
2020-10-29Fix T82129: Cycles "Persistent Images" incorrectly retains scene dataKévin Dietrich
2020-08-31Cycles: introduce an ownership system to protect nodes from unwanted deletions.Kévin Dietrich
2020-02-07Cleanup: split Cycles Hair and Mesh classes, with Geometry base classBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2018-07-06Merge branch 'master' into blender2.8Campbell Barton
2018-07-06Cleanup: strip trailing space for cyclesCampbell Barton
2018-05-30Depsgraph API: renaming, more granular update information.Brecht Van Lommel
2018-04-04Fix Cycles particle info node not working.Brecht Van Lommel
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2016-08-28Fix T49163: let Cycles only hide particles with missing motion data, not regu...Brecht Van Lommel
2016-05-28Code refactor: modify mesh storage to use arrays rather than vectors, separat...Brecht Van Lommel
2016-01-30Cycles: Pass Blender's C++ RNA structures by referenceSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-02-25Fix T38811: Cycles particle ids are inconsistent when using multiple particle...Lukas Tönne
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2012-11-08Fix #33113: cycles not rendering motion blur correct with dying particles.Brecht Van Lommel
2012-10-18Fix #32912: cycles crash with dead particles, actual crash was caused by anBrecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-31Cycles: Fix for particle info node crash: The particle 'alive' state can be s...Lukas Toenne
2012-08-31Cycles: Tag particle systems after syncing to make sure the particle system m...Lukas Toenne
2012-08-31Added a bunch of additional particle state attributes to the Cycles particle ...Lukas Toenne
2012-08-31Fix for #32184 and redesign of particle storage in Cycles.Lukas Toenne
2012-08-10Fix for particle object rendering in Cycles. On object sync the object first ...Lukas Toenne
2012-07-26Added a particle index output to the Particle Info Cycles node. This is requi...Lukas Toenne
2012-06-09style cleanup: assignment & indentation.Campbell Barton
2012-06-08Added a default case in switch to avoid paranoid compiler warnings.Lukas Toenne
2012-06-08Particle Info node for Cycles. This can be used to access particle informatio...Lukas Toenne