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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-08Cleanup: Nuke empty dummy wrappers around modifier_copyData_generic().Bastien Montagne
2018-05-04BKE: Smoke: Fix error with implicit declaration of function due recent changes.Germano
2018-04-16Cleanup: indentationCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-02-24Smoke: expose empty space clipping property to the UI.Kévin Dietrich
2018-02-23Smoke: change default flame temperatures to match OpenGL preview.Brecht Van Lommel
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-10-04Fix error copying smoke modifier uv layerCampbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2016-10-30Viewport smoke: add support to render the volume using a color ramp.Kévin Dietrich
2016-09-24Viewport smoke: add options to draw velocity vectors.Kévin Dietrich
2016-09-24Viewport smoke: add support for axis aligned slicing.Kévin Dietrich
2016-08-16More fixes from coverity report.Bastien Montagne
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
2016-08-02Fix T43782: smoke simulation problems with multiple touching colliders.Alexander Gavrilov
2016-07-27Fix T48061: Crash with adaptive domain and cases when there's no smokeAlexander Gavrilov
2016-01-27Fix T47250: OpenVDB crashKévin Dietrich
2016-01-23Implementation of OpenVDB as a possible cache format for smokeKévin Dietrich
2016-01-17Fix T47189: Large smoke simulation sometimes make Blender crash.Bastien Montagne
2016-01-16Fix smoke BLI_task'ed code after recent refactor.Bastien Montagne
2016-01-10Smoke: fix for missing viewport color update.Kévin Dietrich
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-09Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI)Kévin Dietrich
2016-01-09Smoke, Dynamic Paint: de-duplicate object subframe update function.Kévin Dietrich
2016-01-09Cleanup: make use of PIL time instead of redefining own timers.Kévin Dietrich
2015-12-30Grr, forgot those ones in previous commit...Bastien Montagne
2015-12-28Switch BKE_smoke from OMP to BLI_task.Bastien Montagne
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-08-26Fix T44945: Blender crashes when using multiple domains and multiple flow obj...Sergey Sharybin
2015-07-30Use looptri for smoke bvhtreeCampbell Barton
2015-07-23Use looptri for sampling UV's in smoke.cCampbell Barton
2015-07-23Use looptri for smoke collisions & particle editCampbell Barton
2015-06-06CleanupCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-25Fix for crash when using particle emission with clump/roughness curvesLukas Tönne
2015-03-09Fix T43674: Smoke collision does not detect obstacles reliably.Lukas Tönne
2015-02-06Fix T42950: Smoke particle flow doesn't work with high res and subframes unle...Miika Hamalainen
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton