Blender Git Commits

Blender Git "master" branch commits.

Page: 3626 / 5574

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.
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.
May 10, 2012, 17:09 (GMT)
Fix #31379: cycles not recognizing 16 bit tiff as float image.
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.
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.
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
May 10, 2012, 15:22 (GMT)
style cleanup: sequencer and scene rna
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.

May 10, 2012, 11:39 (GMT)
Tomato: ceres bundling script now works on svn checkout

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
May 10, 2012, 11:20 (GMT)
Merging r46469 through r46494 from trunk into soc-2011-tomato

May 10, 2012, 11:17 (GMT)
Style cleanup: use 2 spaces for indentation in bundle scripts
May 10, 2012, 11:08 (GMT)
Carve and libmv bundling scripts: should work with svn checkout now
May 10, 2012, 11:00 (GMT)
Bundle updated version of carve. Should be no functional changes, small code cleanup
May 10, 2012, 10:39 (GMT)
Synchronize libmv with changes in git branch
May 10, 2012, 10:17 (GMT)
Tomato: re-integrate ceres library with updates needed for tracking improvement
Also commit missed patch.
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.
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().
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021