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
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
2012-10-06add mball_foreachScreenElem() and use for lasso & circle selection, also util...Campbell Barton
2012-10-05use pose_foreachScreenBone for pose lasso and circle selectCampbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05fix for bug in loop select, picking the active vert/edge/face was using globa...Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-10-05add ED_view3d_project_float_global, ED_view3d_project_float_object, ED_view3d...Campbell Barton
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-10-04refactor ED_view3d_project_short & ED_view3d_project_short_noclip,Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-14fix [#32315] Circle select unreliable when in vertex+edge select modeCampbell Barton
2012-06-06- background images now draw in opengl renderCampbell Barton
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05feature request from VenomGfx- lock to active as an operator since its tediou...Campbell Barton
2012-04-27code cleanup:Campbell Barton