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-20- remove some unused editmesh functions.Campbell Barton
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-06Code Cleanup: comment, remove or use unused functions.Campbell Barton
2012-02-06Style Cleanup: bmesh code style was a bit mixed - follow http://wiki.blender....Campbell Barton
2011-12-27svn merge ^/trunk/blender -r42882:42886Campbell Barton
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-21topo mirror and sync with minor edits made to bmesh, no functional changesCampbell Barton
2011-12-21replace editmode topo mirror function from the one in trunk (ED_mesh_mirrtopo...Campbell Barton
2011-12-21svn merge ^/trunk/blender -r42759:42761Campbell Barton
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-16minor cleanup to mirror codeCampbell Barton
2011-12-16svn merge ^/trunk/blender -r42655:42660Campbell Barton
2011-12-16fix [#29620] Topology Mirror: not refreshing vertex UUIDsCampbell Barton
2011-12-06Quiet annoying warning:Campbell Barton
2011-12-04svn merge ^/trunk/blender -r42372:42416Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
2011-10-25Fix bugs to get X-Mirror editing functionality working againAndrew Wiggin
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-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-11a few trivial bug fixesAndrew Wiggin
2011-09-23svn merge ^/trunk/blender -r40381:40382Campbell Barton
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-05-13rename BMINDEX_GET/SET to BM_GetIndex/BM_SetIndexCampbell Barton
2011-05-11set many vars & functions as static,Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-31=bmesh= various bugfixesJoseph Eagar
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23=bmesh=Joseph Eagar
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-21Error/Warning report flipping.Ton Roosendaal
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-10partial fix for [#24634] Passing custom context to join operator doesn't workCampbell Barton
2010-10-25Fix #24255: Multires object gets modified when joining it to another multires...Sergey Sharybin