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-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-07-14Made a vertex selection keymap for weight paint so that the Jason Hays
2011-06-09[#27615] Box select of mesh object disabled or translated due to curve objectCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-04-28fix [#27193] view/camera/set active object as camera sometimes "disabled" in ...Campbell Barton
2011-04-07Bugfix #26812Ton Roosendaal
2011-03-28Maintenance:Ton Roosendaal
2011-03-25Bugfix #26195Ton Roosendaal
2011-03-08needed removing here tooCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-28Bugfix: creating new 3d views in Blender now uses same defaultsTon Roosendaal
2010-12-12Fix #25177: Skeleton Sketching - deleted sketches don't disappear immediatelySergey Sharybin
2010-12-08pedantic word ordering change.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-11-30bugfix [#24974] "select all" in weight paint -> face selection mode selects a...Campbell Barton
2010-11-25Redraw 3d view when new object was added (NC_OBJECT|NA_ADDED notifier)Sergey Sharybin
2010-11-15bugfix [#24708] World Notifier ProblemsCampbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-11-01bugfix [#24449] User Preferences - Interface - ManipulatorCampbell Barton
2010-10-20bugfix [#24333] Horizon Color Picker Crashes Blender if Two 3D View Windows a...Campbell Barton
2010-10-19use unsigned int for all layers.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-13bugfix [#24231] outliner not refreshed correctlyCampbell Barton
2010-10-02set the view3d used layer to be an unsigned int, mask out localview layers to...Campbell Barton
2010-10-02for view layer calculation, only break early if all layers are set, was break...Campbell Barton
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-09-28Fix [#23977] toggle back to object mode not working (outliner issue)Nathan Letwory
2010-09-22After discussion with Campbell (ideasman) on IRC I reorganized notifiers and ...Nathan Letwory
2010-09-06revert keymap name commit, matt says everything should be '2D View', '3D View...Campbell Barton
2010-09-06rename '3D View' keymap, since its know as 'View 3D' for other areas of the k...Campbell Barton
2010-09-01Quicky - allow dragging an image on a 3d view background Matt Ebb
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin
2010-08-25simplify pass drawing, give each pass its own list, avoids some context switc...Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-27Fix #23014: 3d view pivot point default was bounding box instead ofBrecht Van Lommel
2010-07-122.5: disable toolshelf, it doesn't save its state when closing Blender andBrecht Van Lommel
2010-06-30Finish fixing [#22653] Dimensions not update on curveMatt Ebb
2010-06-23Fix #21470: changing brush settings redraws the 3d view unecessarily,Brecht Van Lommel
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-14naming changesCampbell Barton
2010-05-24Fix [#21521] Displacement modifier does not update when modifing textureMatt Ebb
2010-05-12Another one for drag and drop:Matt Ebb
2010-05-11Dropbox refinement in 3d window: the "drop image" dropbox checks forTon Roosendaal
2010-05-09***Drag and drop fun!***William Reynish