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-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-28Fix T62944: Memory leak in animation playbackSergey Sharybin
2019-03-25Fix T62891: particle even distribution is not even.Brecht Van Lommel
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-17Fix T58652: Crash editing shape keys weirdness with instancesSergey Sharybin
2018-12-14Fix broken particle distribution after recent fixSergey Sharybin
2018-11-26Fix T58032: particle children 'Use Clump Curve' crashPhilipp Oeser
2018-10-23Cleanup: style, warningCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-12Particle: Remove global RNG usage from distributionSergey Sharybin
2018-06-12Particles: Use local RNGSergey Sharybin
2018-05-26Fix T55207, fix T55208: hair not positioned correctly after subsurf.Brecht Van Lommel
2018-05-16Particle System: ported most DerivedMesh → MeshSybren A. Stüvel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-27merge from masterGaia Clary
2018-02-26Cleanup: typosCampbell Barton
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-09-26BLI_rand : Make use of BLI_halton and BLI_hammersleyClément Foucault
2017-09-15Fix copy-paste error in recent particles fixSergey Sharybin
2017-09-14Fix T52732: Particle system volume grid particles out of volumeSergey Sharybin
2017-09-11Fix T52682: When hair number=faces number, particles/face = 1 , actually some...Bastien Montagne
2017-08-20Fix T52439: Crash after adjusting lenght of hair particles.Bastien Montagne
2017-07-05Code comments regarding last commit (forgotten to add before)Luca Rood
2017-07-05Fix T51296: UVs not working for hair emitted from verticesLuca Rood
2017-06-02Cleanup: styleCampbell Barton
2016-07-04And one more fix to particle distribution!Bastien Montagne
2016-06-20Fix once more time particle distribution.Bastien Montagne
2016-06-16Fix some rare asserts with new simple/random particle distribution code.Bastien Montagne
2016-06-11Fix T48634: Interpolation and distribution of Children Particles breaks.Bastien Montagne
2016-04-30Fix T48118: Vertex Groups not masking particle hair emission correctlyBastien Montagne
2016-04-22Cleanup: warnings (double promote, string format)Campbell Barton
2016-04-09Cleanup a bit particle distribution code.Bastien Montagne
2016-04-09Fix T47983, Take II: Particles - Emit from Verts emits double on one vert.Bastien Montagne
2016-03-30Fix T47983: Particles - Emit from Verts emits double on one vert.Bastien Montagne
2016-03-30Particles: Fix broken grid distribution in some case from own recent rB201d39...Bastien Montagne