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-08-29fix [#28401] OpenGL render option disables border clippingCampbell Barton
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-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-12Code cleanup: remove seam drawing in face select mode, was left over from whenBrecht Van Lommel
2011-07-30improved visual rotation guideMike Erwin
2011-07-26onscreen ndof rotation guide (center + axis)Mike Erwin
2011-07-26experimental onscreen rotation guideMike Erwin
2011-07-21fix [#28037] Missing orange selection lines (trivial)Campbell Barton
2011-06-18use ascii drawing function where utf8 isnt needed.Campbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-05-25fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint ...Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
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-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-20make api functions for converting rv3d->camzoom, so the odd logic for this is...Campbell Barton
2011-05-15camera composition guides:Campbell Barton
2011-05-15remove some unused view3d members & added RV3D_VIEW_USER define.Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-11recent camera border drawing glitch fix needs to be applied to the top right ...Campbell Barton
2011-05-11fix for glitch with drawing the 2d camera border over the 3d camera.Campbell Barton
2011-05-10camera composition guides: center, thirds, golden rule Campbell Barton
2011-05-09Bug fix own collection:Sergey Sharybin
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