Revision 3794ad5 by Nicholas Bishop May 10, 2012, 20:32 (GMT) |
Code cleanup for multires_dm_create_from_derived(). Changed name to multires_make_derived_from_derived() and parameter order to be more similar to subsurf_make_derived_from_derived(). Added MultiresFlags enum with flag values to replace the local_mmd and useRenderParams parameters. |
Revision 6dbfbab by Nicholas Bishop May 10, 2012, 20:31 (GMT) |
Code cleanup for parameters of subsurf_make_derived_from_derived. This is the first commit of the sculpt masking merge. Documentation: http://wiki.blender.org/index.php/User:Nicholasbishop/PaintMasks Thanks to Brecht for reviewing! Replaced four boolean parameters with a single flag and a new enum, SubsurfFlags. |
Revision 072a882 by Brecht Van Lommel May 10, 2012, 17:09 (GMT) |
Fix #31379: cycles not recognizing 16 bit tiff as float image. |
Revision 591a091 by Sergey Sharybin May 10, 2012, 15:34 (GMT) |
Fix #31221: Multiple Monitors/Windows Double Click For Focus Window might be focused by mouse click in configuration of window manager when focus is not following mouse. Click could have been done on a button and depending on window manager settings click would be passed to blender or not, but in any case button under cursor should be activated. Currently the easiest way to activate button is to generate mouse move event. Not sure about OSX, but on windows it worked fine because OS is generating WM_MOUSEMOVE event "automatically" so nothing special from blender side was needed. |
Revision f3d721a by Campbell Barton May 10, 2012, 15:32 (GMT) |
minor changes to sequencer api - rename seqelements.push(file) --> filename - rename SoundSequence.waveform --> show_waveform - dont pass context to sequencer functions. editing any scenes sequence can be done, irrespective of context. |
Revision 582aef8 by Sergey Sharybin May 10, 2012, 15:28 (GMT) |
Fix #31393: Shape Keys on curves with hooks Own mistake when was fixing #30561 - handles ARE included in shape keys |
Revision ffe7d66 by Campbell Barton May 10, 2012, 15:22 (GMT) |
style cleanup: sequencer and scene rna |
Revision efde4db by Campbell Barton May 10, 2012, 15:10 (GMT) |
patch [#30871] VSE py-api from Dan Eicher (dna) --- message from the tracker Classes for all effect types with proper input attributes Added new/delete functions for SequenceEditor.sequences. push/pop functions for ImageSequence.elements to add/remove images Moved waveform from the base class to SoundSequence (probably should be renamed use_waveform or show_waveform) Fixed user count for scene and movie clip types --- my own comments - dont have blending mode argument from sequencer.new_*() functions. Better edit this after. - dont change waveform attribute, seems unrelated change and should be kept for sound afaik. - dont apply scene, clip usercount changes - Sergey dealt with these separately. |
Revision 39e81b4 by Sergey Sharybin May 10, 2012, 11:39 (GMT) |
Tomato: ceres bundling script now works on svn checkout |
Revision f91fa9d by Antonis Ryakiotakis May 10, 2012, 11:37 (GMT) |
Enable ffmpeg building with MinGW-w64. The libraries were compiled with gcc 4.7, however is has been claimed there are issues with gcc > 4.4 so this is for testing purposes. Still it doesn't crash on startup anymore. Forgot to mention on ffmpeg lib commit that committed ffmpeg version is 0.10.2 |
Revision 5c705a3 by Sergey Sharybin May 10, 2012, 11:20 (GMT) |
Revision 4bf0e61 by Sergey Sharybin May 10, 2012, 11:17 (GMT) |
Style cleanup: use 2 spaces for indentation in bundle scripts |
Revision cc5f186 by Sergey Sharybin May 10, 2012, 11:08 (GMT) |
Carve and libmv bundling scripts: should work with svn checkout now |
Revision 89b61e5 by Sergey Sharybin May 10, 2012, 11:00 (GMT) |
Bundle updated version of carve. Should be no functional changes, small code cleanup |
Revision b733074 by Sergey Sharybin May 10, 2012, 10:39 (GMT) |
Synchronize libmv with changes in git branch |
Revision 7ca990f by Sergey Sharybin May 10, 2012, 10:17 (GMT) |
Tomato: re-integrate ceres library with updates needed for tracking improvement Also commit missed patch. |
Revision 4effdf4 by Campbell Barton May 10, 2012, 07:10 (GMT) |
fix [#31382] Loop Cut and Slide numpad (-) investigation lead to finding 3 bugs here... - transform key input handling didnt ignore minus key on an unsigned value as it should. - not being able to set numcuts to 0 made typing in numbers not very useful. - backspace would set the cuts to an unsigned value. |
Revision caba260 by Campbell Barton May 10, 2012, 06:32 (GMT) |
fix for fix, own fix for [#31368] didnt work right, now move shadeless & wire paint drawing into draw_mesh_paint(). |
Revision 10d1cde by Nicholas Bishop May 10, 2012, 05:13 (GMT) |
Potential fix for bug #31111, Remesh modifier generates artifacts on simple surfaces Changed one of the intersection tests to use < rather than <= The sharp and smooth modes look fine now for the special case that was reported broken; blocks mode looks correct but "jumps" slightly from one octree resolution to another, so may need additional corrections. |
Revision 3d65c50 by Nicholas Bishop May 10, 2012, 05:12 (GMT) |
More code cleanup in intern/dualcon. Removed a lot of unused code, added comments and some clearer naming. Minor code shuffles and style cleanup too. |
|