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-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Code refactoring: split main 3d view drawing function into object drawing andBrecht Van Lommel
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-19fix for armatures in wire draw mode not displaying in solid mode.Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-15spelling corrections in comments and quiet warningCampbell Barton
2011-10-15fix for weight paint vertex select, it broke vertex paint when left on.Campbell Barton
2011-10-10fix [#28850] With "Auto-keyframe" on, the "Selection to Cursor" option doesn'...Campbell Barton
2011-10-10fix for using uninitialized stack memory in mesh_foreachScreenFace__mapFunc()...Campbell Barton
2011-10-10mesh VBO drawing code was swapping red/blue vertex colors - this is confusing...Campbell Barton
2011-10-09increase the hit radius for vertex selection in weight paint mode - increased...Campbell Barton
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