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-01-17minor changes to view3dCampbell Barton
2013-01-17fix [#33894] Viewport heavily distortedCampbell Barton
2013-01-06Solving nasty annoyance:Ton Roosendaal
2012-12-30More trackpad woes:Ton Roosendaal
2012-12-29And another NDOF fix:Ton Roosendaal
2012-12-29Fixes for NDOF device:Ton Roosendaal
2012-12-29Bug fix #32806Ton Roosendaal
2012-12-26Todo item:Ton Roosendaal
2012-12-23code cleanupCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-20Bug fix:Ton Roosendaal
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-14Fix #33522: Crash when "rotate arond selection" is on, and when no object in ...Sergey Sharybin
2012-12-13Fix #33510: Rotate around selection doesn't work when .blend saved in sculpt ...Sergey Sharybin
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-11change to r52888, since we dont always want ED_view3d_offset_distance() to gi...Campbell Barton
2012-12-11fix for warnings/errors in recent commitsCampbell Barton
2012-12-11Bug fix, irc report:Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell 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 setting local view take the view lens int account.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-11-25continuous zoom was inverted from other zoom modes.Campbell Barton
2012-11-07Bugfix #32806Ton Roosendaal
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-13Make zoom direction consistent all over the editorsSergey Sharybin
2012-10-10workaround for feedback loop when viewing-selected/all with a locked camera.Campbell Barton
2012-10-10add `All Regions` option to view_all (homekey), de-duplicate functions with v...Campbell Barton
2012-10-10option for view3d-selected to use all regions (nice for viewing selected in q...Campbell Barton
2012-10-10minor refactor, move view selected rv3d specific logic into its own static fu...Campbell Barton
2012-10-08Bugfix: No enum tooltips displayed for many 3D view navigation tools (+ CodeJoshua Leung
2012-10-07style cleanup: line length,Campbell 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-04style cleanup: comment blocksCampbell Barton
2012-09-22Fix [#32629] Checking "Invert Zoom Direction" doesn't change zoom in camera v...Bastien Montagne
2012-09-20code cleanup:Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-07code cleanupCampbell Barton
2012-08-26code cleanup: quiet warning for dead assignment.Campbell Barton