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
2011-12-04flush selected vertices when switching from vertex weight paint mode to editm...Campbell Barton
2011-11-06more macro --> bli math lib replacements.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19Merging radish branch into trunk.Jason Hays
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39800:39900 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-02Fix #28280: Insert Hook wrong indexSergey Sharybin
2011-08-19Merged 39338-39558Jason Hays
2011-08-14patch [#28247] Fix for: [#28236] Separate By Materials fails when some materi...Campbell Barton
2011-07-12Lots of incomplete changes:Jason Hays
2011-07-05Added Selection support to weight paint.Jason Hays
2011-04-23Fix #26959: change selection of shapekeys in edit mode causes mesh deformity ...Sergey Sharybin
2011-04-04fix [#26765] seperate selection removes all seams from the new /seperated obj...Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-11Fix #26039: Relative Shapkeys have wrong coordinates after inserting verticesSergey Sharybin
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-01-30Total displacement levels should be set in multires_topology_changedSergey Sharybin
2011-01-13Bugfix #25614Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05remove ED_retopo.hCampbell Barton
2011-01-02New customdata layer callback: validateSergey Sharybin
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-15creating the editmesh structure was running paint_facesel_test() for every ve...Campbell Barton
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-10-23fix for implicit declarationCampbell Barton
2010-10-23Fix #24363: trying to separate mesh with shape keys didn't display warningBrecht Van Lommel
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-17Fix #23869: outliner not updated correctly/instantlySergey Sharybin
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-06-14separate loose parts was hanging on hidden vertsCampbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-05active face was incorrectly set on entering editmode.Campbell Barton