Revision dc97e07 by Campbell Barton February 4, 2012, 00:36 (GMT) |
fix [#30060] self.report printed twice |
Revision 1a3da56 by Sergey Sharybin February 3, 2012, 20:12 (GMT) |
Fix #30064: Image editor: paint on image, rename image, undo -> crash |
Revision c8f5dac by Sergey Sharybin February 3, 2012, 19:13 (GMT) |
Movie Clip Editor: implemented option to display frame using OpenGL textures Initial idea was to perform bilinear filtering for displaying proxied frame to make it looking a bit smoother. It was done but it was also discovered that using such kind of texture buffers helps on some crappy videocards when playing $k footage. Currently check for NPOT support is disabled, so use this option with care. |
Revision c354a6a by Sergey Sharybin February 3, 2012, 19:13 (GMT) |
Movie Clip Editor: cleanup of display panels - Split display options into two panels: * Display, which contains all general display options related on editor itself * Marker Display, which contains options which makes sense for markers themselves and not used so often. - Remove Show GPencil option which doesn't actually make sense because strokes might be disabled from GPencil panel - Removed Show Pyramid option and show pyramid for KLT tracker as default. - Added hotkey to toggle Show Disabled (Alt-D) - Added hotkey to toggle Show Pattern (Alt-S) Changes in interface and hotkeys are done by Sebastian Koenig. Thanks for the patch! Own changes in interface were related on Aspect Ratio. It doesn't make much sense for tracking (camera pixel aspect is what you'll want to use, but for masking it would make much more sense because when you just want to create a mask for footage you don't actually have camera). Just removing from interface seems not so nice for now. |
Revision d273420 by Sergey Sharybin February 3, 2012, 18:47 (GMT) |
Revision aeea1d3 by Sergey Sharybin February 3, 2012, 13:08 (GMT) |
Fix #30028: VSE Paste Strip Crash Crash was caused by invalidation of ID pointers stored in sequencer clipboard when using undo (undo leads to changes in IDs addresses in memory). Restore pointers stored in clipboard in the same way as IDs are restoring for user interface. |
Revision db785d1 by Campbell Barton February 3, 2012, 04:58 (GMT) |
fix for crash converting a curve into a mesh (Alt+C conversion), this would crash on entering editmode. now curves convert to polygons directly, rather then faces, and polygons after. |
Revision 995f1e5 by Campbell Barton February 3, 2012, 02:36 (GMT) |
fix [#30057] Bezier Curve bad centering |
Revision 26fd713 by Campbell Barton February 3, 2012, 01:59 (GMT) |
fix for curves drawing as wire once modifiers were applied. tesselate final curve derived mesh for drawing |
Revision 075fee4 by Campbell Barton February 3, 2012, 01:30 (GMT) |
svn merge ^/trunk/blender -r43830:43864 |
Revision 050963b by Campbell Barton February 3, 2012, 01:06 (GMT) |
fix [#27953] VSE: weird drawing and placement issues strips during 'E' was calculating meta / effect in wrong order causing delay, now calculate selected meta's, then all effects after tramsforming. |
Revision 0791993 by Campbell Barton February 2, 2012, 23:58 (GMT) |
Minor Speedup: avoid for() loop over all faces in fluidsim by passing an example face to the mesh read function (also avoid a lot of int -> short/char conversions). |
Revision 4e44b14 by Brecht Van Lommel February 2, 2012, 21:46 (GMT) |
Fix #30043: typing ctrl+Z in text field adds a square. For ascii these control characters were already filtered out, do the same now for utf-8. |
Revision 5c9ad86 by Brecht Van Lommel February 2, 2012, 21:46 (GMT) |
Fix #29921: render rasterization error in a corner case, only happened on 32bit builds because of extended float precision, slightly tweaked code to avoid that, so that it works the same as on 64bit. |
Revision e395801 by Campbell Barton February 2, 2012, 21:07 (GMT) |
Code Cleanup: check is / is not when comparing singletons. |
Revision 68cc7e1 by Campbell Barton February 2, 2012, 20:58 (GMT) |
fix [#29980] Fluid only displays wireframe fluid sim was creating tessfaces only - when the modifier stack expects MPoly's |
Revision 54b00c3 by Campbell Barton February 2, 2012, 20:36 (GMT) |
fix [#30007] Mesh Edit: hidden geometry causes crash when... transform was not skipping hidden vertices. |
Revision 40f2cee by Campbell Barton February 2, 2012, 19:51 (GMT) |
fix [#30054] Bridge edge loops crashes attached .blend |
Revision a6de85a by Campbell Barton February 2, 2012, 19:38 (GMT) |
Code Cleanup: change CLAMP_INDEX into a static function. |
Revision 60dc2f5 by Sergey Sharybin February 2, 2012, 19:37 (GMT) |
Camera tracking: fix for Clean Tracks operator which used to always use properties values from previous operator run instead of using values from tool settings. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021