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 (Collapse)Author
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
2017-05-23Implement particle velocity and acceleration visualizationLuca Rood
2017-05-23Use pointers to actual data for particle uniformsLuca Rood
This makes particle color uniforms point directly to material color, and particle size uniforms point directly to ParticleSettings size.
2017-05-23Use custom shader for dot particlesLuca Rood