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
2012-02-22Fix freeing of NULL pointer in array modifier.Sergey Sharybin
2012-02-21Fix [#30281] Left/Right vertex weights flipped.Bastien Montagne
2012-01-24fix leak in mirror modifier.Campbell Barton
2012-01-20replace CDDM_calc_normals_mapping with CDDM_calc_normals when used within mod...Campbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2012-01-05remove re-tesselation after constrictive modifiers, this way we can avoid cal...Campbell Barton
2012-01-03only run remove doubles if a double is found.Campbell Barton
2012-01-03change to bmesh mirror modifier.Campbell Barton
2012-01-03minor changes for mirror modifier, bigger changes coming.Campbell Barton
2011-12-29bmesh mirror modifier cleanupCampbell Barton
2011-12-29bmesh mirror modifier wasn't doing UV mirror at all.Campbell Barton
2011-12-29svn merge ^/trunk/blender -r42957:42967Campbell Barton
2011-12-29remove unused initFlags option in mirror modifierCampbell Barton
2011-12-29minor edits to trunk mirror modifier, use unsigned ints since the vertex valu...Campbell Barton
2011-12-29array had its own unused vertgroup_flip_name function. removed.Campbell Barton
2011-12-29syncing modifiers with trunk - only small changesCampbell Barton
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-31Miscellaneous warning fixes (mostly unused local vars) and trivial cleanupsAndrew Wiggin
2011-10-27svn merge -r41287:41310 ^/trunk/blender note, mirror modifier had slow, per v...Campbell Barton
2011-10-27fix [#29044] applying mirror modifier causes crash; something with vertex gro...Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-16Fix mirror modifier for mirroring relative to another objectAndrew Wiggin
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-05-13remove unused varsCampbell Barton
2011-04-15=bmesh= modifiers can now be applied with shapekeysJoseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-31fixed indexing bug in mirror modifierJoseph Eagar
2011-03-25=bmesh=Joseph Eagar
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03=bmesh=Joseph Eagar
2011-02-27=bmesh=Joseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-25doxygendoxygen: blender/modifiers tagged.Nathan Letwory
2011-02-23=bmesh=Joseph Eagar
2011-02-15pre-merge commitJoseph Eagar
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-10small fix so older files are loaded with merge on in the mirror modifiersMichael Fox
2011-02-10Set default for merge mirror to ONDaniel Salazar
2011-02-10small feature request from zanqdo, merging in the mirror modifier is now opti...Michael Fox
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin