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-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20tidy upCampbell Barton
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-18rename EM_backbuf_checkAndSelectTVerts to EM_backbuf_checkAndSelectVerts_obmo...Campbell Barton
2011-09-15replace rna_update_active_object with NC_GEOM|ND_DATA notifier (as pointed ou...Campbell Barton
2011-09-14another cleanup pass, quiet all warnings for GCCCampbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-26Fix #28370: border select for curve and metaball did not update number ofBrecht Van Lommel
2011-08-23Make Ctrl+RMB in editmode behave like 2.4x, was re-using center option which ...Campbell Barton
2011-08-19Merged 39338-39558Jason Hays
2011-08-17fix [#28274] Cant select aditional object in edit mode.Campbell Barton
2011-08-09Weight Paint's vertex selection tools use zbuf like face select.Jason Hays
2011-08-08Merged 38822-39182Jason Hays
2011-08-01replace dutch variable name 'aantal' with 'tot'Campbell Barton
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-15Removed a remnant to an unsuccessful attempt to get clipping functional so I ...Jason Hays
2011-07-14Added Lasso select and Box select to weight paint.Jason Hays
2011-07-14Made a vertex selection keymap for weight paint so that the Jason Hays
2011-07-12Lots of incomplete changes:Jason Hays
2011-07-05Added Selection support to weight paint.Jason Hays
2011-06-09[#27615] Box select of mesh object disabled or translated due to curve objectCampbell Barton
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-21bugfix [#27091] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-27view3d / object drawing: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-07From the OFTL:Ton Roosendaal
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22fix [#26172] Lattice vertice selection by border selection ( shortcut B ) doe...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-18Bugfix, irc report: general view3d operator poll() was reading NULLTon Roosendaal
2011-01-18fix [#25691] Lasso select on 3D Text editing segfaultsCampbell Barton
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
2010-12-31Bugfix [#25415] Circle Selection does not work on bones in Pose modeJoshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton