Blender Git Commits

Blender Git "master" branch commits.

Page: 3497 / 5574

August 19, 2012, 15:56 (GMT)
- fix for error in ndof patch.
- ColorBalanceModifierData wasn't aligned on 32bit systems.
- BM_vert_find_first_loop() was missing NULL check.
August 19, 2012, 15:44 (GMT)
Merging r50016 through r50021 from trunk into soc-2011-tomato

August 19, 2012, 15:41 (GMT)
Sequencer: per-sequence modifier stack for color grading

This implements basic color grading modifiers in sequencer, supporting
color balance, RGB curves and HUE corrections.

Implementation is close to object modifiers, some details are there:

http://wiki.blender.org/index.php/User:Nazg-gul/SequencerModifiers

Modifiers supports multi-threaded calculation, masks and instant
parameter changes.

Also added cache for pre-processed image buffers for current frame,
so changing sequence properties does not require rendering of original
sequence (like rendering scene, loading file from disk and so)
August 19, 2012, 15:28 (GMT)
spelling cleanup: spelling corrections from user zeffii on IRC.
August 19, 2012, 13:57 (GMT)
Merging r49953 through r50015 into from trunk into soc-2011-tomato

August 19, 2012, 13:52 (GMT)
Patch #32326: NDOF support of rotation and panning the view at the same time

Additional changes:
- Option to the ndof menu letting you pick turntable/trackball independently
of the mouse viewport navigation style
- Option to change the rotation sensitivity separate from the panning

Holding shift + moving the ndof does just as before locking it to panning
Holding ctrl + moving will lock it to only rotation

Patch by Fredrik Hansson, thanks!

Reviewed by self and Mike Erwin.
August 19, 2012, 12:07 (GMT)
Tomato Cycles: fix for reading freed memory

Incorrect read was happening after nodes which are not affect on output
were removed from the graph. Other nodes could have been connected to
this nodes which lead to accessing freed memory in some other places.

Solved by removing links from unused nodes before removing them from
the graph.
August 19, 2012, 10:41 (GMT)
style cleanup
August 19, 2012, 10:41 (GMT)
use BLI math length functions for distance compositor operations.
August 19, 2012, 03:05 (GMT)
The Distance Node in 2.49/2.5/2.6 pre-tiles has a different calculation for RGB and YCC. While RGB
calculate the distance in 3d between R,G and B, the YCC only takes Cb and Cr
into consideration.

This commit makes COM_DistanceMatteOperation inheritable and expose the calculate distance function
to be re-implemented for the YCC node operation.

Thanks Troy Sobotka for the report over email.
Patch incorporates review suggestions by Jeroen Bakker.
August 18, 2012, 23:46 (GMT)
Fix for [#32361] "Blenderplayer quad-buffer maximum 100Hz Fps" reported by HG1.

Allowing the Blenderplayer to break 100fps by making it less dependent on Ghost's messages.
August 18, 2012, 21:12 (GMT)
re-enable metaball orientation for manipulator and view axis setting (was disabled since 2.4x)
August 18, 2012, 20:54 (GMT)
fix for own commit r49991, this exposed bad logic in rect copy function.
August 18, 2012, 19:54 (GMT)
Fix simple subsurf on wire edges

Subsurf on wire edges gave smooth results even if set to simple
subdiv. Added a field to the CCG meshIFC to flag simple subdivision,
then when syncing vertices simply skip moving vertices if in
simple-subdiv mode.

This change affects two places, the level-1 build in sync and the
subdivision up to other levels.

Fixes bug [#32268] Simple Subsurf Modifier gives unexpected results on
edges without faces
projects.blender.org/tracker/index.php?func=detail&aid=32268&group_id=9&atid=498
August 18, 2012, 19:30 (GMT)
code cleanup: use BLI math funcs for metaballs, also remove MB_POINT struct and just use float[3] instead.
August 18, 2012, 19:01 (GMT)
Fix incorrect error test when removing a modifier

r49989 had the test reversed
August 18, 2012, 18:54 (GMT)
Fix reversed names in modifier-remove error report
August 18, 2012, 18:11 (GMT)
code cleanup: use BLI rect functions for interface button and block code.
August 18, 2012, 16:53 (GMT)
use rctf struct for UI buttons and blocks, easier to read and means we can use BLI_rctf functions.
August 18, 2012, 16:16 (GMT)
utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a linked list by a pointer.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021