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
2015-01-20Basic solver result feedback from the mass-spring (cloth/hair) solver.Lukas Tönne
2015-01-20Added new data in the cloth modifier for hair root information.Lukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-13Cleanup: consistent arg order in bmeshCampbell Barton
2015-01-12Cleanup: rename BKE's 'object_data_transfer' to 'data_transfer' to avoid same...Bastien Montagne
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-10Transfer data: add modifier.Bastien Montagne
2015-01-07Fix for bool flag useCampbell Barton
2015-01-06Remove slurph shape-key featureCampbell Barton
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-02Fix T42767: Subsurfacing union boolean with same-named UVs crashes BlenderSergey Sharybin
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-29Cleanup: use const, avoid float -> double in matrix invertCampbell Barton
2014-11-29Compile Fix: BKE_mesh.h is needed for the BKE_MESH_OMP_LIMIT defineJoshua Leung
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-11-18Fix T42608: Mesh deform modifier for curve fails in renderSergey Sharybin
2014-11-16Cleanup: use SUBD_CORNER_* prefix for Subdiv flagsCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-10Fix T42486: Array modifier cap-end crashCampbell Barton
2014-11-03Optimization of parallel rangeSergey Sharybin
2014-11-01Cleanup/fix from latest coverity report.Bastien Montagne
2014-10-23Cleanup: spellingCampbell Barton
2014-10-22Meshdeform: Use SSE intrinsics in meshdeform_dynamic_bind()Sergey Sharybin
2014-10-22Meshdeform modifier: Use threaded evaluationSergey Sharybin
2014-10-15SCons: Fix compilation error with booleans disabledSergey Sharybin
2014-10-15Bevel modifier: Add weight support for vertices bevelling.Bastien Montagne
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-06Fix T41983: Array Modifier "Merge" bug?Bastien Montagne
2014-10-04Fix T42065: Shading issue using Array modifierBastien Montagne
2014-10-03Fix T41983: Array regression with center-vertsCampbell Barton
2014-10-03Better fix for T42054 - modifiers have a callback to say whether they need no...Bastien Montagne
2014-10-03Fix T42054: Problem when using Cast modifier with Wireframe modifier.Bastien Montagne
2014-09-26Cleanup: unusedCampbell Barton
2014-09-26Fix the skin modifier crashing when building without Bullet.Brecht Van Lommel
2014-09-21Fix T41890: Regression in new array modifier code, vnors were no more offset-...Bastien Montagne
2014-08-29Fix T41630: Edge Split Modifier don't work anymore when a Array Modifier is a...Bastien Montagne
2014-08-25Fix T41580: Cast modifier - Edit Cache problems.Bastien Montagne
2014-08-20Fix for recent solidify rim-only patchCampbell Barton
2014-08-18Cleanup: assert / warnCampbell Barton
2014-08-15Solidify Modifier "Rim Only" OptionCampbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-13SpellingCampbell Barton
2014-08-12Rewritten Array Modifier D443Campbell Barton
2014-08-01Cleanup: Move SpaceTransform helpers from `BKE_shrinkwrap` to `BLI_math_matrix`.Bastien Montagne
2014-07-26Correct includes on different endian systemsCampbell Barton
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton