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
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-09-30[#23673] Modifier construction gives correct result in viewport but incorrect...Campbell Barton
2010-09-09== Multires ==Nicholas Bishop
2010-04-23Mesh Deform Modifier: compress static binding weights better, thresholdBrecht Van Lommel
2010-04-22Fix [#22078] Cannot apply modifier in python (context error)Matt Ebb
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-25Added simplification back for quicker preview renders with less subdivisionBrecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-09Fix for [#20249] duplicating a mesh in edit mode with a lattice modifierMatt Ebb
2009-11-25Sculpt:Brecht Van Lommel
2009-11-25Sculpt: MultiresBrecht Van Lommel
2009-11-22* New option on modifiers that don't change topology: Apply as ShapeMatt Ebb
2009-10-22Shape KeysBrecht Van Lommel
2009-10-09A few bugfixes:Joshua Leung
2009-08-212.5: Modifiers & MenusBrecht Van Lommel
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-022.5: Physics ButtonsBrecht Van Lommel
2009-06-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
2009-06-15Fix for bug #18924: OpenGL performance issue with particle modifiers,Brecht Van Lommel
2009-05-31Deform modifiers can now use useRenderParams and isFinalCalc in modifier stac...Daniel Genrich
2009-01-072.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-30Initial commit of cloth modifier from branch rev 13453Daniel Genrich
2007-12-17Bugfix: memory leak with multi-modifier, if the modifierBrecht Van Lommel
2007-11-30anim.c, buttons_object.c, readfile.c, BKE_blender.h - dupliFace scale option,...Campbell Barton
2007-11-27ParticlesBrecht Van Lommel
2007-07-29Armature CrazySpace ImprovementBrecht Van Lommel
2006-12-23Bugfix #5476Ton Roosendaal
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2006-06-21Fix for bug #4393: initial vertex colors were not created from shadedBrecht Van Lommel
2006-05-04Multiple armatures<>mesh objects now work with name flipping.Campbell Barton
2005-10-26New: CrazySpace [tm] correctionTon Roosendaal
2005-09-18initial commit of the fluid simulator.Jean-Luc Peurière
2005-09-07Fix for weight painting errors, as reported by Bassam.Ton Roosendaal
2005-08-23 - added modifiers_isDeformedByArmature functionDaniel Dunbar
2005-08-11 - added modifiers_getVirtualModifierList, returns pointer to first modifierDaniel Dunbar
2005-08-11 - switch to using softbody modifier, controls enabling but does not haveDaniel Dunbar
2005-08-11 - added eModifierTypeFlag_RequiresOriginalData for modifiers thatDaniel Dunbar
2005-08-04 - modifier UI update (aka, find the modifier buttons!!)Daniel Dunbar
2005-08-03 - change modifier applyModifier[EM] function to not free derived argumentDaniel Dunbar
2005-07-28 - update storage.c to use standard time codes (should fix issueDaniel Dunbar