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
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
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
2016-02-23Fix T47531: crash with particle roughness curve mapping, after fix for T46382.Brecht Van Lommel
2016-02-02Fix T46382: Crash sharing particle system with clump or rough curvesSergey Sharybin
2016-01-11Fix T47147: small particles incorrectly rendered as large particles (particle...Bastien Montagne
2016-01-09Fix T47060: Uv form dupli not working with Cycles when the hair/particles mes...Bastien Montagne
2016-01-07Cleanup: remove unused scene argCampbell Barton
2016-01-06Proper fix for memleaks when rendering partsys from edit mode...Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-07Cleanup: spelling, headersCampbell Barton
2015-11-02Fix/workaround T46622: crash w/ metas & particlesCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-13Revert "Fix hair random rotation limited to 180 degrees"Sergey Sharybin
2015-04-13Fix hair random rotation limited to 180 degreesMai Lavelle
2015-04-08Particles: Fix for missing particles in render if they're disabled for viewportSergey Sharybin
2015-04-07Fix T44268: Particles: too many virtual parents + non-100 display% = crashSergey Sharybin
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-25Fix T43694, by Krzysztof Rećko (chrisr), reviewed in D1177.Lukas Tönne
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-14Revert "Fix T43471, based on patch submitted by @sean_loh."Lukas Tönne
2015-02-12Fix T43471, based on patch submitted by @sean_loh.Lukas Tönne
2015-02-02Fix for unfreed memory of internal hair cloth modifier pointcache.Lukas Tönne
2015-01-31Compiler warning: double-promotionCampbell Barton