Blender Git Commits

Blender Git "master" branch commits.

Page: 3539 / 5574

July 12, 2012, 08:34 (GMT)
- add a temp var for edge scanfill (fits in 4 bytes alignment - won't increase mem usage)
- make keyindex an unsigned int, since its used to store vertex indices
- use BLI_in_rcti_v for IN_2D_VERT_SCROLL and IN_2D_HORIZ_SCROLL
July 12, 2012, 08:31 (GMT)
add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmax
July 12, 2012, 07:30 (GMT)
Fix #32082: face textures lost when linking scene from another file

Issue was caused by missing expand for MTexPoly-s tpages.
July 12, 2012, 07:15 (GMT)
Fix crash on creating tooltip for sequencer's gl preview mode

Issue was caused by missed value for this enum, fixed by adding check
in tooltip generation.

Default value for this enum should also be fixed, but that would be
in separated commit.
July 12, 2012, 05:55 (GMT)
Fix normals around root nodes of skin modifier output.

The direction for these are flipped from other end caps, so add a root
flag to indicate whether the cap polygon's vertex output order should be
reversed.

Fixes bug [#32079] Skin-modifier calculates root's normals wrong
projects.blender.org/tracker/index.php?func=detail&aid=32079&group_id=9&atid=498
July 11, 2012, 21:57 (GMT)
Readme and Release Log Links:
* Update to 2.64
July 11, 2012, 21:42 (GMT)
Fix for [#32078] Rendering output to Frame Server is broken.
* BKE_frameserver_append() always returned 0, which caused the frameserver to crash after the first frame was requested. Patch by "alas2718"
July 11, 2012, 21:39 (GMT)
Node Editor / Cycles:
* Typo fix for new Blend mode.
July 11, 2012, 20:51 (GMT)
Compositor:
re-optimized the Defocus node.
* localized MemoryBuffers
* removed read(x,y) calls
* shuffled some lines in the execute pixel
* added a readNoCheck function to the memorybuffer (only use this when
you are certain you are reading a pixel inside the memorybuffer.
July 11, 2012, 20:18 (GMT)
ability to calculate mask curve and feather with predefined resolution (*_ex functions)
July 11, 2012, 19:39 (GMT)
Color management support for sequencer

This adds color management controls to the sequencer space,
which are applying on the displaying image.

Currently used the same UI approach as was used for other
areas, but this would probably be cleaned up in the nearest
future.

This required a bit of hackish stuff to be done, Namely color
management for the sequencer requires one extra step in the
conversion chain to convert sRGB float buffer to linear space.
This was made by setting special flag in ImBuf. Later this
could be done using input color space for the ImBuf probably.
July 11, 2012, 19:32 (GMT)
Compositor:

Added OpenCL kernel for the directional blur.

This operation always uses the full input image. In the current
implementation this input image is not cached on the device.

Future enhancement could be to cache it on the available opencl devices
July 11, 2012, 18:46 (GMT)
Fix mistmatched new[] and dlete used in node highlightion
July 11, 2012, 18:17 (GMT)
vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)
use where possible.
Revision 2070cd5 by Lukas Toenne
July 11, 2012, 16:08 (GMT)
Fix #32058, Crash when using ParticleInstance with an hidden particle system.

The instance modifier needs to access the derived mesh data of the particle parent object to create stuff on the hairs, however the dm does not exist when the particle modifier is hidden. This is a general design problem: Objects accessing another object's derived mesh data is unsafe. For now it just checks valid dm pointer and uses identity transform if NULL.
July 11, 2012, 14:48 (GMT)
Patch #32074: Fix compilation with boost 1.50

This patch switches from boost's filesystem v2 to v3.

This should be completely smooth due to filesystem v3 is pretty
old already.

Patch by Sven-Hendrik Haase (aka svenstaro), thanks!
July 11, 2012, 12:51 (GMT)
Use color management settings form the current window when
duplicating area to new window.
July 11, 2012, 12:42 (GMT)
code cleanup: use const for passing vectors
July 11, 2012, 12:35 (GMT)
missed this change from patch [#30274]
July 11, 2012, 11:31 (GMT)
Style cleanup
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021