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
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
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-20Fix for crash when using virtual parent hairs and clumping.Lukas Tönne
2015-01-20Use separate flags to enable/disable clump and roughness curves forLukas Tönne
2015-01-20Fix for particle system copy: This has to make sure the ORIGSPACE dataLukas Tönne
2015-01-20New operator for copying (hair) particle systems from one object toLukas Tönne
2015-01-20New texture influence option for particle kink amplitude (as opposed toLukas Tönne
2015-01-20Renaming "Kink" texture influence to "Kink Frequency" to be moreLukas Tönne
2015-01-20Allow clumping and roughness in Spiral kink mode as well.Lukas Tönne
2015-01-20Removed unused old code.Lukas Tönne
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-20Spiral kink mode for particles.Lukas Tönne
2015-01-20Optional clumping noise feature for simulating twisted hair strands.Lukas Tönne