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
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
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
2005-07-23 - added ModifierData flag, is modifier enabled in editmodeDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-07-20Wow! A new feature!Daniel Dunbar
2005-07-20 - for some reason mesh_create_derived_no_deform took the raw data (notDaniel Dunbar
2005-07-20 - added modifier_dependsOnTime to check if modifier needs updatingDaniel Dunbar
2005-07-20 - added ModifierTypeInfo.updateDepgraph function, responsible for buildingDaniel Dunbar
2005-07-20 - split {curve,lattice,armature}_deform_verts out of mesh_deformDaniel Dunbar