Blender Git Commits

Blender Git "master" branch commits.

Page: 2516 / 5574

September 3, 2015, 13:54 (GMT)
Fix T45937: Cycles hair not rendered if children count set to zero
September 3, 2015, 13:16 (GMT)
Cycles: Fix missing packed images with newer versions of OSL

This isn't really complete fix, complete fix would require calculating
derivatives via OIIO API, but supporting this will either end up with
some code duplication or will require some non really safe changes at
this release cycle.
September 3, 2015, 13:16 (GMT)
Fix T45946: Cycles texture interpolation bug

Coordinate clamping was done in the wrong order.
September 3, 2015, 13:05 (GMT)
BGE docs: resolution & fullscreen changes don't work in the embedded player

The documentation for bge.render.{setWindowSize,setFullScreen,getFullScreen}
did not mention that those functions are no-ops when using the Blender-
embedded player.
September 3, 2015, 11:58 (GMT)
PyAPI: tweak to ensure_ext don't lower entire path
September 3, 2015, 11:09 (GMT)
Fix: Made bpy.path.ensure_ext compatible with compound extensions.

Extensions such as ".tar.gz" are now also supported. Before this patch,
ensure_ext('demo.tar.gz', '.tar.gz') would return 'demo.tar.tar.gz'.

This results in issues with the `ExportHelper` mix-in class; clicking
an existing file in the file dialogue warns about overwriting it
(highlighting the input box in red), but then saves to a different
file.

Also added a unit test for the new behaviour.

Reviewers: mont29, campbellbarton

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D1498
September 3, 2015, 10:20 (GMT)
Fix T45984: Setting custom normals properly requires multiple calls to normals_split_custom_set()

The detection of needed sharp edges (based on given loop normals) would not fully work
on first run in case we started with a complete smooth cyclic loop fan (edge between
first and last loop of the fan would not get checked).
September 3, 2015, 08:52 (GMT)
Cycles: Fix nondeterministic pass ordering when using baker
September 3, 2015, 08:48 (GMT)
Cycles: Fix for uninitialized closure data

This might confuse closure merger.

Spotted by Campbell Barton, thanks!
September 3, 2015, 07:49 (GMT)
ImBuf: Fix crash generating preview for really huge image

In fact, any user of IMB_scalefastImBuf() is now robust against working
with really hires images.
September 3, 2015, 07:19 (GMT)
Compositor: Support changing distortion models in movie distortion node

Previously only polynomial model worked correct. now changing it to divisions
will work nicely as well.
September 3, 2015, 02:28 (GMT)
Fix T45959: DistanceKey preview used wrong colors

Same issue as recent fix in ChannelMatte
September 2, 2015, 18:27 (GMT)
Animplayer passed -a, then warned its unknown

Also modify a copy of argv
September 2, 2015, 18:15 (GMT)
Fix T45979: animplayer crashes w/ DND and audio

Issues re-initializing audaspace
September 2, 2015, 17:46 (GMT)
Fix second part of T45987: Node preview was still using wrong color space
September 2, 2015, 15:50 (GMT)
Fix T45995: Auto-set preview range sets superfluous end key.

get_keyframe_extents() would add an extra frame in case of mono-key fcurves in selected set...

Now do the 'not same start/end frames' check later, and also use floor/ceil instead of round
(we want to start at frame 3 if first key is at frame 3.8, reversed-same goes for end frame).
September 2, 2015, 15:26 (GMT)
CMake: use generator expressions
September 2, 2015, 15:24 (GMT)
CMake: Fix building w/o FindGit
September 2, 2015, 13:23 (GMT)
Add missing spin-lock to IMB_makeSingleUser
September 2, 2015, 11:10 (GMT)
Fix T45991: Transfer Weight tool UI is inconsistent and crashes blender.

Since data transfer when called from this tool has reversed behavior (it transfers **towards**
active object, as previous tool), we have to also reverse source/destination layers selection options.

Also fix 'reverse' option being saved, otherwise calling regular operator after 'transfer weights'
would stay in reverse mode, ugly!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021