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
2010-02-12correct fsf addressCampbell Barton
2010-02-07Depsgraph: fix for old problem where dependencies would not get executedBrecht Van Lommel
2010-01-27Fix part of #20090: boolean modifier would lose link to objectBrecht Van Lommel
2010-01-26weight panel editing now supports mirroringCampbell Barton
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26modifier.c has all its vergex group index lookups inline, use get_named_verte...Campbell Barton
2010-01-25Fix for recent commit, crash on entering edit mode.Brecht Van Lommel
2010-01-25Added simplification back for quicker preview renders with less subdivisionBrecht Van Lommel
2010-01-16fix for own un-initialized pointerCampbell Barton
2010-01-16mirror modifier vgroup option was doing string name conversion to find the fl...Campbell Barton
2010-01-15- particle drawing was using invalid memory with weights.Campbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-13check if the layer exists rather then getting the array.Campbell Barton
2010-01-11Fix #20619: subsurf + explode modifier crash.Brecht Van Lommel
2010-01-11change the defaults for solidify since users are getting unexpected spikes be...Campbell Barton
2010-01-08Fix #20613: crash with subsurf+shrinkwrap+smooth modifiers.Brecht Van Lommel
2010-01-06Fix #20519: shrinkwrap modifier doesnt work with subsurface modifier.Brecht Van Lommel
2010-01-03solidify supports original mapping, so enable in the modifier.Campbell Barton
2010-01-03freeing particle modifier would access freed memory (only to tak the psys to ...Campbell Barton
2009-12-21Solidify rim faces now get face data from the faces they extrude from, (UV an...Campbell Barton
2009-12-21solidify modifier - rim faces now copy values from the faces they extrude fro...Campbell Barton
2009-12-21Solidify modifier for Durian (allow cloth sim on single layer and make solid ...Campbell Barton
2009-12-14Fix #20380: Duplicating mesh with Particle Instance Mod, Pole Axis not copied.Brecht 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-12-07Sculpt Branch:Brecht Van Lommel
2009-11-28Mesh Deform ModifierBrecht Van Lommel
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-11-18Durian request: ClothDaniel Genrich
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-052.5 Modifiers: mesh deform, boolean and decimation work again.Brecht Van Lommel
2009-11-05Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-04Sculpt: derivedmesh no longer created CD_ORIGINDEX layer when thereBrecht Van Lommel
2009-11-04Fix for [#19745] displacement modifier is messing up texture coordinates when...Matt Ebb
2009-10-22Shape KeysBrecht Van Lommel
2009-10-19Fix #19638: crash when assiging self in boolean modifier.Brecht Van Lommel
2009-10-09A few bugfixes:Joshua Leung
2009-10-07Check if the object is in editmode with (ob->mode==OB_MODE_EDIT) rather then ...Campbell Barton
2009-10-05General particle bug fixes + few small goodiesJanne Karhu
2009-10-01Unified effector functionality for particles, cloth and softbodyJanne Karhu
2009-09-18Particles cleanup, optimizations and some small new stuff.Janne Karhu
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-06easier to re-apply the replacement table then merge from 2.4x, same as 23023Campbell Barton
2009-09-05Some particles cleanup & fixes:Janne Karhu