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-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-10-06hide 3d view header `use_pivot_point_align` button in editmode since its not ...Campbell Barton
2011-10-06fix for weight paint with face mask enabled drawing with lights.Campbell Barton
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-10-01reverting part of rev40594.Sergey Sharybin
2011-09-30add bevel weight to editmode buttons, patch from Psy-Fi or IRC.Campbell Barton
2011-09-29make drawobject.c's code for getting the camera view frame into its own funct...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27Commented and tagged some unused vars (gcc warnings...)Bastien Montagne
2011-09-27navmesh: convert object_navmesh.cpp to plain c.Sergey Sharybin
2011-09-26workaround/fix for [#28379] Shift+F problem when using Ortho CameraCampbell Barton
2011-09-25added bone envelope to the editbone UI, also use more BLI_math functions for ...Campbell Barton
2011-09-25correction to armature drawing code, was implicitly casting the bone flag to ...Campbell Barton
2011-09-25fix [#28459] Fly mode problem: "Precision enable" not working in 2.59Campbell Barton
2011-09-24fix [#28736] FaceMask crash on Weight PaintCampbell Barton
2011-09-24svn merge ^/branches/bmesh/blender -r40512:40513Campbell Barton
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
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-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-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey 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-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-18rename EM_backbuf_checkAndSelectTVerts to EM_backbuf_checkAndSelectVerts_obmo...Campbell Barton
2011-09-18svn merge -r40197:40311 ^/trunk/blenderCampbell Barton
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
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-16replace macros with math lib functionsCampbell Barton
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15replace rna_update_active_object with NC_GEOM|ND_DATA notifier (as pointed ou...Campbell Barton
2011-09-14fix for a bug painting on selected verts, also fix an error in my own recent ...Campbell Barton
2011-09-14some picky rna/variable renaming:Campbell Barton