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-12-31Do not set scene's camera on camera solving and cursor snappingSergey Sharybin
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-30option to disable/enable individual background imagesDalai Felinto
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-19Camera Sensor:Brecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-14Cycles:Brecht Van Lommel
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-10-31Fix: selecting with z-buffer hiding did not work when graphics card settingsBrecht Van Lommel
2011-10-28Fix: OpenGL renders on graphics cards which do not support non-power-of-twoBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Code refactoring: split main 3d view drawing function into object drawing andBrecht Van Lommel
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-11use vertex arrays for 3d view grid floor, reduce calls to glColor3ubv. clanup...Campbell Barton
2011-09-11draw grid lines in 1 loop rather then 2.Campbell Barton
2011-09-11change grid floor loopCampbell Barton
2011-09-11simple changes to grid drawing logic.Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
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