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-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20committed change to transforms THRESHOLD by accident, also update convenience...Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20i18n: replace some bit checks from U.transopts with utility functions UI_tran...Sergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20fix from Juha Mäki-Kanto (kanttori), was calculating connectivity data when ...Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20fix possible crasg in recent texface commit - material pointer could be used ...Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19style changes & use faster looping on vertex weights, also loop on face verts...Campbell Barton
2011-09-19SVN maintenance.Guillermo S. Romero
2011-09-19remove unused arg & some style edits on radish merge, also reverted odd chang...Campbell Barton
2011-09-19Merging radish branch into trunk.Jason Hays
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19vgroup_validmap needed to be assigned when locks were active.Jason Hays
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19Sequencer: switching to preview mode works fine againSergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-19i18n: do not translate obect mode enum and transform orientation enum if UI t...Sergey Sharybin
2011-09-19Fix for add hook/vertex parent for meshesSergey Sharybin
2011-09-19svn merge ^/trunk/blender -r40311:40338Campbell Barton
2011-09-19remove duplicate variable - wpaint_make_validmap(ob) was being called twice ...Campbell Barton
2011-09-19refactor wpaint_stroke_update_step not to call expensive functions per-vertex...Campbell Barton
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-18allow multiple bones to be selected in weight paint mode in a less complicate...Campbell Barton
2011-09-18style changes onlyCampbell Barton
2011-09-18replace malloc of a single DeformVertex with stack variable.Campbell Barton
2011-09-18add back GPL2+ header to paint_utils.c, copied from editface.c since some of ...Campbell Barton
2011-09-18Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18rename EM_backbuf_checkAndSelectTVerts to EM_backbuf_checkAndSelectVerts_obmo...Campbell Barton
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-18Console Scrolling - reset while typing.Campbell Barton
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-09-17image button was hard coded to draw the splash screen which it loaded from PN...Campbell Barton
2011-09-17Minor: fixing other UI typos.Bastien Montagne
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17Minor: fixing an UI typo.Bastien Montagne
2011-09-17more mini optimizations - don't call UI_ThemeColor 4 times per curve handle, ...Campbell Barton
2011-09-17micro optimization for circle drawing.Campbell Barton
2011-09-17use less confusing array syntax for circle drawing, no functional changes.Campbell Barton
2011-09-16WeightVG: added WeightVG icon for outliner (don’t know when that where lost...Bastien Montagne
2011-09-16- fix for memory leak in findFreeNavPolyIndex()Campbell Barton