Revision cf3d585 by Campbell Barton 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. |
Revision fb5c39f by Sergey Sharybin August 19, 2012, 15:44 (GMT) |
Revision 995a19a by Sergey Sharybin 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) |
Revision 994d75b by Campbell Barton August 19, 2012, 15:28 (GMT) |
spelling cleanup: spelling corrections from user zeffii on IRC. |
Revision 21e403e by Sergey Sharybin August 19, 2012, 13:57 (GMT) |
Revision adec7cd by Sergey Sharybin 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. |
Revision c37a863 by Sergey Sharybin 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. |
Revision d36da8a by Campbell Barton August 19, 2012, 10:41 (GMT) |
style cleanup |
Revision 58ab8d5 by Campbell Barton August 19, 2012, 10:41 (GMT) |
use BLI math length functions for distance compositor operations. |
Revision 48eb277 by Dalai Felinto 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. |
Revision e4a6602 by Mitchell Stokes 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. |
Revision 4120c18 by Campbell Barton August 18, 2012, 21:12 (GMT) |
re-enable metaball orientation for manipulator and view axis setting (was disabled since 2.4x) |
Revision ab662a1 by Campbell Barton August 18, 2012, 20:54 (GMT) |
fix for own commit r49991, this exposed bad logic in rect copy function. |
Revision 1242558 by Nicholas Bishop 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 |
Revision e30ed91 by Campbell Barton 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. |
Revision 33fa436 by Nicholas Bishop August 18, 2012, 19:01 (GMT) |
Revision 4301df9 by Nicholas Bishop August 18, 2012, 18:54 (GMT) |
Fix reversed names in modifier-remove error report |
Revision a5b5f5d by Campbell Barton August 18, 2012, 18:11 (GMT) |
code cleanup: use BLI rect functions for interface button and block code. |
Revision 63f143a by Campbell Barton 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. |
Revision 27b4b45 by Campbell Barton August 18, 2012, 16:16 (GMT) |
utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a linked list by a pointer. |
|
|
|


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