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-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 for using uninitialized stack memory in mesh_foreachScreenFace__mapFunc()...Campbell Barton
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...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-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
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-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-14fix for a bug painting on selected verts, also fix an error in my own recent ...Campbell Barton
2011-09-14another cleanup pass, quiet all warnings for GCCCampbell Barton
2011-09-14svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-12cleanup for object color theme (no functional changes), could set the opengl ...Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-25Committing patch #25675 "Make "Cast Buffer Shadows" option work in viewport a...Mitchell Stokes
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-19Merged 39338-39558Jason Hays
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-16minor fix, armature selection outline was not being drawn for non-active, sel...Campbell Barton
2011-08-11svn merge -r39257:HEAD https://svn.blender.org/svnroot/bf-blender/trunk/blender/Campbell Barton
2011-08-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-10fix [#28206] Motion Paths shown in 3DView even when Only Render option is ena...Campbell Barton
2011-08-10Added an error msg for Fix Deforms tool for active mirror modifiersJason Hays
2011-08-09Weight Paint's vertex selection tools use zbuf like face select.Jason Hays
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-21Merged from trunk 38474-38568Jason Hays
2011-07-21fix [#28037] Missing orange selection lines (trivial)Campbell Barton
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-07-18Fixed an indexing problem with the regular mouse vertex select in weight paint.Jason Hays
2011-07-18manually make small changes to sync with trunkCampbell Barton
2011-07-14Added Lasso select and Box select to weight paint.Jason Hays
2011-07-12Lots of incomplete changes:Jason Hays