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-08-12Merge branch 'blender2.8' into hair_guideshair_guidesLukas Tönne
2018-08-12Separate buffer texture for hair index for each vertex.Lukas Tönne
2018-07-22Correct point and element counts for particle hair.Lukas Tönne
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15Change the uniform strand_res value to strands_len, point_len and elem_len co...Lukas Toenne
2018-07-15Rename proc_buf to proc_point_buf to make it consistent with the main control...Lukas Toenne
2018-07-10Merge branch 'hair_guides' into tmp_hair_curvesLukas Toenne
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for size varsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (draw manager)Campbell Barton
2018-07-02Remove the parent interpolation hair shader and use the transform-feedback sh...Lukas Tönne
2018-06-25Draw: Use more proper particles index lookupSergey Sharybin
2018-06-19Particles: Support changing modifiers during particle edit modeSergey Sharybin
2018-06-15Cleanup: code styleCampbell Barton
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