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
2018-06-15Hair editing: Use original object's particles for drawingSergey Sharybin
2018-06-07Remove printfsClément Foucault
2018-06-07Fix memleak with GPUhairs.Clément Foucault
2018-06-07Draw: Fix crash when tryign to get procedural textures with modifier disabledSergey Sharybin
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30Cleanup: whitespaceCampbell Barton
2018-05-30DRW: Add new GPU hair system.Clément Foucault
2018-05-26Cleanup: whitespace, long lines, duplicate includeCampbell Barton
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-05-16Particle System: Pass correct particle index when drawingSybren A. Stüvel
2018-05-15Particle edit: Support children particles display with copy on writeSergey Sharybin
2018-05-15Particle edit: Move cache update to particle batch cache implementationSergey Sharybin
2018-05-15Draw manager: Pass object to hair batch cacheSergey Sharybin
2018-05-15Particle edit: Decouple caches for regular and edit strandsSergey Sharybin
2018-05-11Particle mode: Fix memory leak with simple interpolated childrenSergey Sharybin
2018-05-11Fix crash going to edit mode of particles with copy on writeSergey Sharybin
2018-05-11Particle edit: Initial support of edit with copy-on-writeSergey Sharybin
2018-05-11Draw manager: Use explicit edit structure passed inSergey Sharybin
2018-05-11Draw manager: Get number of cached segments from editSergey Sharybin
2018-05-11Cleanup: use 'uint' in draw managerCampbell Barton
2018-05-11Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-09Draw manager: Implement point selection modes for particle edit modeSergey Sharybin
2018-05-09Draw manager: Initial implementation of key points visualizationSergey Sharybin
2018-05-09Draw manager: Start using more explicit API for particle edit modeSergey Sharybin
2018-05-09Draw manager: Use utility function to get particle edit modeSergey Sharybin
2018-05-09Draw manager: Add support for cached particle edit pathsSergey Sharybin
2018-05-09Draw manager: Correct edit mode check for particlesSergey Sharybin
2018-05-09Draw manager: allow creation of hair batch cache from edit modeSergey Sharybin
2018-05-09Draw manager: De-duplicate segment countingSergey Sharybin
2018-05-09Draw manager: Completely de-duplicate strands caching for parent and particlesSergey Sharybin
2018-05-09Draw manager: Move parent particle cache fill into an own functionSergey Sharybin
2018-05-09Draw manager: Use single function to calculate particles UVsSergey Sharybin
2018-05-09Draw manager: Move emit_from checks to interpolation functionsSergey Sharybin
2018-05-09Draw manager: Move UVs interpolation of child particles to a functionSergey Sharybin
2018-05-09Draw manager: De-duplicate calculation of parent UVsSergey Sharybin
2018-05-09Draw manager: Make parent and child particles code to be more equalSergey Sharybin
2018-05-09Draw manager: More meaningful variable nameSergey Sharybin
2018-05-09Draw manager: Reduce indentation level in particle batch populateSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-10DRW: Hair: Use GWN_PRIM_LINE_STRIPS instead of LINESClément Foucault
2018-03-29Draw manager: Make particle code drawing closer to old viewportSergey Sharybin
2018-03-29Draw manager: Cleanup, early outputSergey Sharybin
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-06-29Fix warnings in draw_cache_impl filesLuca Rood
2017-06-27Fix typo in Eevee hair UV handlingLuca Rood
2017-06-26Hair UV implementation for EeveeLuca Rood
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-14Implement hair in eeveeLuca Rood
2017-05-23Implement particle velocity and acceleration visualizationLuca Rood
2017-05-19Implement particle drawing with draw managerLuca Rood