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
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
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-06-29Correction to last commitCampbell Barton
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-28BLI_stack: use strict flagsCampbell Barton
2014-06-25Use fill function for setting origindexCampbell Barton
2014-06-25Speedup for skin modifier, avoid calculating normals many timesCampbell Barton
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-18Code cleanup: use bool instead of intSergey Sharybin
2014-06-14Skin Modifier: use BLI_bitmap to tag edgesCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13Code cleanup: replace interp_v2_v2v2 with mid_v2_v2v2Campbell Barton
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-06-01Fix a typo in a comment.Tamito Kajiyama
2014-05-26Fix T40315: Boolean modifier with Freestyle edgesSergey Sharybin
2014-05-22Fix T40215: Boolean looses bevel widthCampbell Barton