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 (Collapse)Author
2014-04-10Backport revisions for the 2.70a releasev2.70aSergey Sharybin
d2660a0, 6e99fb0, 58c22d8, 83f2012 + ff21f6a, a7ed1db. cc6b106 7997e38, 9d4b54b, efb48fc, 3fc293c, 29f359c, 77c1d17, 92a539e, c626462, f48828b, 6452d9f, 765d077, 74518b2, af16d46, 8da4936, 6babbf5, f0106d2, f88776b, ee72cba, 467596d, e21a7b3, eed3974, 71a2ff1, ccf9afd, 44d6c68, 30fdfc3, b69809c, b0a8e4c, bd57ec6, 3b0832d, 2a25676, 3977b76, fb25a86, 9bbb30b, 51abc2b, 0ebade5, 2c0e32f, 3deaf7d, ea01b24, c61eb64, f3db038, a6fb670, eedde31, b66a954, 7ff123c, f5b79df, 7148c97, 54a8753, fcaa018, 4c73001, 7a21330, 07578be, e9a64e2, fd3de8b, ae792e9, b7712a7 + 3600622, d9557d0, 6d973b8, 688257d, 4acb57a, 95ac6bc, Also backported openmp changes to sculpt making it so number of real CPU cores is used as a number of threads here.
2014-03-19Backport revisions for the final 2.70 releasev2.70Sergey Sharybin
e6a359a, 9437927, a205700, d908c90, a6e3471, deef641, 4080673, 0141265, 0c6e744, f959e3d, ade6646, caf5d90, 5febb09, d08e6ab, 22873ea, 3d031d1, c450ea2, 60cab47, ed26edb, df25dbf, f127f49.
2014-03-12backport revisions from master for 2.70-rc2 tagv2.70-rc2Sergey Sharybin
This includes: 68ef679, d0ad48f, e913eab + 8d09ec6, 9630fa7, 4ce7d5c, b839fb9, 43b5f0a, 4d47e75, 89c793f, b23a439, 0a3850f de86b70, cfefc5d, 997b49a, 6919ffb, c1be7e1, 6ddd54f 7a9838b + 98abc80, 23fbc9f, 41dde55, 500088d, c2045ef c31c8fa, 7461fea, d219312, 0844451 + c05896e, ef51b69 19935f0, b977cfd, 3c3c2cd, 9ecf73f, 20f7a34, f03df4f 2de9da6, ba81fb7, a7ab389, d7cff8f7
2014-03-05Fix T38969: RenderResult in RenderPart can be NULL if multithreadedLukas Tönne
renders are cancelled early.
2014-03-05Fix T38970: Invert weights remove weights option not workingCampbell Barton
Patch D382 from Henrik Aarnio
2014-03-04Fix simplify brush not supporting autosmooth. There is no reason whyAntony Riakiotakis
this should be so and it's useful to quickly decimate and smooth at the same time.
2014-03-04Fix T38945, empty "System Bookmarks" and "Recent" panel were drawn in the ↵Thomas Dinges
File Browser, although these were disabled in User Preferences.
2014-03-04Fix T38944, Fonts too small in Movie Clip Editor on Retina display.Thomas Dinges
Thanks to Sergey for suggesting this fix.
2014-03-04Fix F62828. UV stitch code did not handle non manifold edges very well.Antony Riakiotakis
This made loops in linked lists of uvedges from duplicate members causing a hang. Now check all previous links before adding a new one. It is not much slower in practice because non-manifolds are not that frequent.
2014-03-03Icon for LineStyleCampbell Barton
patch T37008 from Michael P.
2014-03-03Fixes for view3d rotate axis snappingCampbell Barton
- turntable would lockup when snapping, not allowing further rotation. - userpref rotate-about-selection was ignored (causing strange panning)
2014-03-02Fix issue with texture painting: Tex slot scale was being applied twice.Antony Riakiotakis
2014-03-02Switch Dyntopo enable back to Ctrl-D.Antony Riakiotakis
Grease pencil straight line can still be enabled by first pressing D then Ctrl and looks like there is no final consensus on key shortcut. Better leave this as before and solve after release.
2014-03-02Fix for problem with fly speed, caused by other speed tweaks.Campbell Barton
2014-03-02Fix for collapse ignoring pinned panelsCampbell Barton
2014-03-01NDOF: add navigation modes to user preferencesCampbell Barton
also comment debug prints for raytracing
2014-03-01Fix for using non camera objects as a camera having zero area view-frameCampbell Barton
2014-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-03-01Resolve T38899: changes to Ctrl+Selectmouse conflict with LMB selectCampbell Barton
2014-03-01Fix for memory leak in particle brushCampbell Barton
2014-03-01Fix Snap to Symmetry failing to select the vertex from the right sideCampbell Barton
2014-03-01Fix for own error with updating view2d for NDOFCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-03-01FCurve Transform: scaling no longer changes hansle typesCampbell Barton
This matches 3d view and means you can change the amplitude of a curve while keeping auto-clamped handles.
2014-02-28Fix T38885: missing image editor paint brush updates after recent UI changes.Brecht Van Lommel
2014-02-28Fix for transform setting T_CAMERACampbell Barton
This was only set when the camera was active, however non active cameras can be transformed too.
2014-02-28Proper solution for crash of GP when marker is not exist on current frameSergey Sharybin
2014-02-28Fix for crash copying from non RNA color buttonsCampbell Barton
2014-02-28NDOF: minor tweaks based on feedback.Campbell Barton
- invert Y axis when swap YZ is enabled. - allow rotating when not in ortho mode.
2014-02-28Crazyspace: calculate normal around a (0,0,0)Campbell Barton
instead of creating a new triangle in the models space and using that.
2014-02-28Fix Crazyspace with proportional editingCampbell Barton
2014-02-28Fix T38407: Bone roll calculation flips local axes at wrong rotation angleBastien Montagne
Just remove that rotation special case for now, at least fixes the glitch along Z axis when rotating around Y axis in report. Anyway, there is no reason for such special handling, we do not have real rotation in editbone...
2014-02-28Revert editbone roll correction changes.Bastien Montagne
This reverts commit f72acc38d 65c5be967 eff6b385e 3fe487217
2014-02-28Fix T38872: Crazyspace could use stale derivedMesh data.Campbell Barton
2014-02-28Code cleanup: move edit-derivedmesh free to BKE_editmesh_free_derivedmeshCampbell Barton
2014-02-28Fix T38467: Animation playback is not synchronized when Screen Layout changesBastien Montagne
When both old and new screens share the same scene, "transfer" playback to new screen, else stop playback.
2014-02-28Fix T38877: F-Curve modal input is incorrect when set to Imperial units.Bastien Montagne
Using length units outside of 3dview does not make sense...
2014-02-28Correction to previous commit: it was unable to change format for some ↵Sergey Sharybin
containers
2014-02-28Fix T38768: New "audio" button in 2.70 release does not 'mixdown' audioSergey Sharybin
Issue was caused by the way how audio output works from audaspace. Now made it much closer to what's happening in ffmpeg.c and writeffmpeg.c. Also fixed issues with incompatible combinations of codecs and formats in mixdown settings.
2014-02-28Code cleanup: style/warningsCampbell Barton
2014-02-28Fix T38876: hide area split widget in lower left of widget on OS X.Brecht Van Lommel
This is already used by the operating system for window resizing, you must use the widget in the top right of the area to split.
2014-02-27Hopefully definitively fix the "enter the advanced numinput mode" issue.Bastien Montagne
Hack around event code and check against ascii code, this way keyboards with "complex" access to '=' and '*' are still able to toggle numinput modes.
2014-02-27Fix T38602: Aligned layout breaks if panel too wideCampbell Barton
2014-02-27Fix T36654.Antony Riakiotakis
There is a key conflict between grease pencil shortcuts and sculpt shortcuts (D and ctrl D were taken by draw brush and dyntopo toggle, respectively). Based on feedback, change dyntopo toggle to ctrl-T and draw brush to X. Also add missing property update for dyntopo detail size.
2014-02-27UI: avoid for divide by zero for icon buttons (no need to clip text)Campbell Barton
2014-02-27Fix: 'F-Curve Editor' popup text was truncated.Campbell Barton
2014-02-27Fix T38851: Apply Transform doesn't work when called from search popupCampbell Barton
2014-02-27Fix T38834: Knife constraint is offset after moving the viewCampbell Barton
2014-02-27Fix T38858: Crazy spaces was unpredictable with co-linear edgesCampbell Barton
2014-02-27Fix for VIEW3D_OT_camera_to_view with quadview, disable in camera viewCampbell Barton