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
2014-02-04View3d: move lock check for orbit into a function and use for dolly tooCampbell Barton
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-12-09View3D API: rename view3d_camera_get to ED_view3d_camera_data_getCampbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-18Pampa Project request: FPS in sequencer editorSergey Sharybin
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-04code cleanup: view3d_clipping_test was making a vector copy for no reason.Campbell Barton
2013-02-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2012-12-26Todo item:Ton Roosendaal
2012-12-23add zbuf/depth option to weight paint lasso select.Campbell Barton
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-11change to r52888, since we dont always want ED_view3d_offset_distance() to gi...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton
2012-11-30add margin to view fitting view-all/local-view (wasn't obvious with the model...Campbell Barton
2012-11-30fix for r51636 - making the lens work in ortho mode made view-all and local-v...Campbell Barton
2012-11-30make previous commit work when the camera is locked to the view (in that case...Campbell Barton
2012-11-30fix for view-all operator not taking the view-angle into account.Campbell Barton
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-17code cleanup:Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10code cleanup: split `foreach` object data iterator functions out of drawobjec...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton