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-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).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-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-05-03Dynamic Paint: Create and use bvhtree with AABB hull.Germano
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-01-16Cleanup: indentationCampbell Barton
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-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-05-29Fix T51520: Broken vertex weights after two mesh joining.Bastien Montagne
2017-03-11Cleanup: code style & cmakeCampbell Barton
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-12Dynamic Paint: recursively search for island border edges.Alexander Gavrilov
2017-01-12Dynamic Paint: provide margin of error for linking neighbors across seams.Alexander Gavrilov
2017-01-12Dynamic Paint: improve UV island border handling in effects.Alexander Gavrilov
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-04Dynamic Paint: Fix random pixel flooding by absolute brush with spread.Alexander Gavrilov
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-09-27Dynamic Paint: Don't store duplicate adjacency links.Alexander Gavrilov
2016-09-27Dynamic Paint: Fix adjacency computations at UV seams.Alexander Gavrilov
2016-09-27Fix T49461: Dynamic paint wetmap flickers.Bastien Montagne
2016-08-11Fix T49004 and motion blur of cloth, softbody, etc past the end frame.Alexander Gavrilov
2016-07-21Cleanup: warningsCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-04Fix a few compiler warnings on OS X / clang.Brecht Van Lommel
2016-06-23Fix T48658: Cycles render & render preview corrupts particlesCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
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