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-05-21Forgot to remove omp header include...Bastien Montagne
2016-05-21Dynamicpaint: fix (unreported) missing progress bar in early baking stage.Bastien Montagne
2016-05-21DynamicPaint: massive refactor, replace all OpenMP usage by BLI_task and othe...Bastien Montagne
2016-05-21Hopefully fix OMP/MSVC crap...Bastien Montagne
2016-05-21Dynapaint: Serious cleanup and optimization of dynamicPaint_createUVSurface (...Bastien Montagne
2016-05-19Cleanup: misleading indentationCampbell Barton
2016-05-19Dynapaint: parallelize drip effect.Bastien Montagne
2016-05-19Dynapaint: fix use of normal normalization in dynamicPaint_generateBakeData().Bastien Montagne
2016-05-13Cleanup: rna naming, indentationCampbell Barton
2016-05-13Cleanup: fix inconsitency in dynamicPaint_outputLayerExists()Bastien Montagne
2016-05-13Dynapaint: cleanup of BKE code.Bastien Montagne
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-08Fix T48373: Crash when using dynamic paint with brush material.Bastien Montagne
2016-02-04Fix T47317: Dynamic paint crashes with no UV layerCampbell Barton
2016-01-26Cleanup: minmac -> minmax & RE_render_ext namingCampbell Barton
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-09Smoke, Dynamic Paint: de-duplicate object subframe update function.Kévin Dietrich
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-09-22Cleanup: indentationCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-27Use loop data instead of face dataCampbell Barton
2015-07-27Error in looptri update, was checking wrong layer-typeCampbell Barton
2015-07-27Missed last commitCampbell Barton
2015-07-27Replace MFace with looptri for dynamicpaintCampbell Barton
2015-07-22Use const for BVH mesh arraysCampbell Barton
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-21Cleanup: constify scene/modifiersCampbell Barton
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-08-19Fix T41479: BLI_bvhtree_find_nearest inaccurateCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-14Fix for crash caused by effectors doing precalculation //during// DAGLukas Tönne
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-20Fix T38267: dynamic paint Use Object Material not working correct in some cases.Brecht Van Lommel