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-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-15Fix [#29891] Stupid select all behaviour.Bastien Montagne
2012-01-14fix [#29890] Extend selection doesn't clear (3D view edge loop select and nod...Campbell Barton
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2012-01-12remove commented editmesh code which is now moved to transform.cCampbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-02replace:Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-21topo mirror and sync with minor edits made to bmesh, no functional changesCampbell Barton
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell 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-16fix [#29620] Topology Mirror: not refreshing vertex UUIDsCampbell Barton
2011-12-13correction to report messageCampbell Barton
2011-12-12Fix #29599: Side of Active tool not working in Faces/EdgesSergey Sharybin
2011-12-09Fix #29558: Selecting similar edges doesn't workSergey Sharybin
2011-12-09Fix for select similar vertices operator: it's exec used to return selection ...Sergey Sharybin
2011-12-06Fix #29511: Separate tool duplicates objectsSergey Sharybin
2011-12-04A (hopefully last) bunch of fixes and tweaks to UI label and messages (found ...Bastien Montagne
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-12-04flush selected vertices when switching from vertex weight paint mode to editm...Campbell Barton
2011-11-28view3d - replace magic numbers with an enum to be used with mesh_foreachScree...Campbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-21Combined BlenderPro Brazil workshop fix + Patch 29302Ton Roosendaal
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07Fix #29174: Vertex normals temporarily incorrect after deleting a faceSergey Sharybin
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05Fix #29141: fill / beautify fill produced incorrect results in edge selection...Brecht Van Lommel
2011-11-01use math functions for mesh subdivide smooth (easier to follow for bmesh, no ...Campbell Barton
2011-10-31Merge with trunk r41411Miika Hamalainen
2011-10-31use_verify option to defvert_sync_mapped and defvert_sync was flipped, also m...Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-28prefix common internal operator function names so its possible to assign them...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton