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-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-30Bugfix #25407Ton Roosendaal
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-23Fix for multiple modifier stack calculations per frame.Campbell Barton
2010-12-203D ortho view: the axes lines of grid had wrong color for X.Ton Roosendaal
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17no functional changes: SETLOOPER macro assumed a scene was defined called 'sc...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-26remove calls to update the depth buffer while in particle editmode, this call...Campbell Barton
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-23use unit system for the grid floor (was only ortho before).Campbell Barton
2010-11-23Changes to the ortho grid drawing based on discussion with Ton.Campbell Barton
2010-11-23transform snapping to a unit scaled grid was broken.Campbell Barton
2010-11-20Bugfix #24792Ton Roosendaal
2010-11-18Bugfix #22052Ton Roosendaal
2010-11-15bugfix [#24708] World Notifier ProblemsCampbell Barton
2010-11-11use BLI_snprintf, fixed building on msvc.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-30Fix for [#24448] User Preferences - Interface - Mini Axis - Brightness, none ...Janne Karhu
2010-10-27recent fix r32626 for [#24339] wasnt correctly clamping the depth rectangle, ...Campbell Barton
2010-10-27keep the view centered with camera shift, camera view grease pencil intention...Campbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-21fix [#24339] Auto Depth, makes viewport lag.Campbell Barton
2010-10-19[#24307] 3d Viewport Mini 3D Axis changes color when alter 3d grid theme colorCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-02set the view3d used layer to be an unsigned int, mask out localview layers to...Campbell Barton
2010-10-02make fly mode border draw into a area drawing callback rather then using a fl...Campbell Barton
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-09-28bugfix [#23908] Irratic manipulator scale at far out distancesCampbell Barton
2010-09-20fix for own recent commit, pixel size for lamp/object center needs to use the...Campbell Barton
2010-09-19fix for object centers size flickering when the view is far from the center (...Campbell Barton
2010-09-15Apply patch [#23779] Small cleanup with gl_roundbox*Nathan Letwory
2010-09-11- camera max zoom limit was inconsistentCampbell Barton
2010-08-28Fix #23363: Layer buttons do not update when last object deletedSergey Sharybin
2010-08-27ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now ...Campbell Barton
2010-08-25simplify pass drawing, give each pass its own list, avoids some context switc...Campbell Barton
2010-08-25patch [#23376] Fix for Bug[[#23351] X-Ray + Transparency removes X-Ray effectCampbell Barton
2010-08-25bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with ...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-06Fix #23208: REGION_DRAW_POST_PIXEL callbacks only work in 3d view andBrecht Van Lommel
2010-08-04include cleanup, no functional changesCampbell Barton