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-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-01fix problem with recent commit [#26717] X-Ray conflict (X-Ray Grease Pencil a...Campbell Barton
2011-03-27view3d / object drawing: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-13[#26482] Solidify / Animation Opengl render. no texture.Campbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell 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-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