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
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
2012-08-25add conjugate_qt_qt(), also some code cleanup and use const for 'rotOrders' v...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19- fix for error in ndof patch.Campbell Barton
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-08-10fix [#32289] Border Zoom, Zoom Border or Zoom to Border?Campbell Barton
2012-08-10split off auto depth option to have cursor placement use depth too since you ...Campbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-08support for border zooming out by using the middle mouse button, works in 2D ...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-22code cleanup: replace cos(M_PI / 4) and sin(M_PI / 4) with M_SQRT1_2 defineCampbell Barton
2012-07-22code cleanup: simplify view orbit operatorCampbell Barton
2012-07-09style cleanupCampbell Barton
2012-07-05style cleanupCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-07Some misc fixes to UI messages...Bastien Montagne
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05feature request from VenomGfx- lock to active as an operator since its tediou...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton