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-07svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurstCampbell 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-26merge with trunk -r50910Antony Riakiotakis
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-09-01merge with trunk r50303Antony Riakiotakis
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-21svn merge ^/trunk/blender -r50010:50095Campbell 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-19code cleanupCampbell Barton
2012-08-19svn merge ^/trunk/blender -r49963:50010Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49800:49900Campbell Barton
2012-08-19svn merge ^/trunk/blender -r49750:49800Campbell Barton
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-10merge with trunk 49750Antony Riakiotakis
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-31merge with trunk 49411Antony Riakiotakis
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-11merge with trunk 48817Antony Riakiotakis
2012-07-09style cleanupCampbell Barton
2012-07-05merge with trunk 48648Antony Riakiotakis
2012-07-05style cleanupCampbell Barton
2012-06-29Added additional manipulators for scaling/translating in two dimensions at on...Jorge Rodriguez
2012-06-22Looks like there has already been a setting for preserving the brushAntony Riakiotakis
2012-06-22Rename 'Zoom Scale' to 'Radius Sync'Antony Riakiotakis
2012-06-19Brush zoom resizeAntony Riakiotakis
2012-06-19Brush Zoom ScaleAntony Riakiotakis
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