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-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-02Cleanup: BKE_effect.h namingCampbell Barton
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-04-18Particles: Interpolate size for interpolated childrenSergey Sharybin
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-02-15Simple hair children: Make twist affected by textureSergey Sharybin
2018-02-15Fix T54078: Adding subsurf prior to particle system breaks simple children vg...Sergey Sharybin
2018-02-15Simple hair children: Make twist affected by vertex groupSergey Sharybin
2018-02-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-02-15Particles: Wrap insane amount of arguments to child modifier evaluationSergey Sharybin
2018-02-14Particles: Avoid multiple function declarations in multiple placesSergey Sharybin
2018-01-19Fix T53823: Particle weight brush crashCampbell Barton
2018-01-19Fix T53832: Particle weight paint crashCampbell Barton
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-12-14Fix missing update for particles w/ fluidsCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).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-07-03Fix T51523: Lattice modifier affecting particles even when disabledLuca Rood
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-02-07Fix missing hair after rendering with different viewport/render settingsSergey Sharybin
2016-09-15Fix crash in some cases when deleting particle systems.Bastien Montagne
2016-09-08Fix T49283: Crash in BKE_ptcache_make_particle_key.Bastien Montagne
2016-09-08Fix compilation error: Shadowing of variableSergey Sharybin
2016-09-07Fix T49273: Crash during access to dupli weights at launch time.Bastien Montagne
2016-08-26Fix T49151: ParticleSettings' usercount not decremented when removing a psys ...Bastien Montagne
2016-08-07Particles: don't output nonsense UV data for Grid distribution particles.Alexander Gavrilov
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-10Refactor/enhance BKE_particlesettings_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-06-03Fix T48575: Particle crash using 'Parting' settingCampbell Barton
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2016-04-08Fix T48088: Reproducible crash: Edges + Array Mod + Hair Particles.Bastien Montagne
2016-03-28Fix T47972: Blender crash showing particle system.Bastien Montagne
2016-03-26Fix T47935: Hair particles; The display percentage parameter breaks after a r...Bastien Montagne
2016-03-02Fix T47610: Texture node in compositing nodes does not updateSergey Sharybin