Blender Git Commits

Blender Git "master" branch commits.

Page: 2498 / 5574

October 8, 2015, 16:01 (GMT)
Fix compilation error with bullet disabled
October 8, 2015, 14:08 (GMT)
Cycles: Cleanup, whitespace around keywords
October 8, 2015, 14:04 (GMT)
Fix T46407: Enabling OSL breaks Vector Transform node
October 8, 2015, 13:45 (GMT)
Cycles: Add an interpolation option to environment textures

This commit exposes the interpolation parameter for environment textures (requested by DolpheenDream on IRC), just as it already is for image textures.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D1544
October 8, 2015, 13:05 (GMT)
Add logicbricks to ID looper.
October 8, 2015, 13:05 (GMT)
Add rigidbodyworld to id looper.
October 8, 2015, 13:05 (GMT)
Add id looper for particlesystem.
October 8, 2015, 13:05 (GMT)
Add a bunch of missing IDs in ID looper...
October 8, 2015, 13:05 (GMT)
Modifiers: add 'cd_flag' parameter to their ID looping callbacks, needed
since some IDs (objects) are not 'refcounted' while others (textures) are...

Partial merge from id-remap branch.
Revision fb5328d by Joshua Leung
October 8, 2015, 12:14 (GMT)
Fix: Do not show "Paste Flipped" in the Dope Sheet's Grease Pencil mode
Revision 0a7aaa9 by Joshua Leung
October 8, 2015, 12:10 (GMT)
Fix T46236: NLA transition strips do not get resized when neighbouring strips change

Transition strips in the NLA should always stick to whatever strips are beside it,
and are allowed to grow/shrink as needed to achieve this. Previously the code here
was only checking if the neighbouring strips started encroaching on the transition,
but not whether the transition needed to grow to fill a gap. It was also just
moving all strips when there was insufficient space, even though that would alter
timing down the track.

Now transition strip resizing works as follows:
* It will grow/shrink as necessary to absorb any changes in the length of its neighbours
instead of shunting everything around to maintain its length
* If the neighbour has been resized by an amount greater than the transition's length,
all the strips will need to be shunted away to make way for the neighbour. In this
case, the transition will shrink down to being 1 frame long to ensure that it is
still visible (so that it can be removed if necessary).
Revision bf969e9 by Joshua Leung
October 8, 2015, 11:08 (GMT)
Fix T46391: Sync Length in NLA is not working on all instances of clip
Revision afeca63 by Joshua Leung
October 8, 2015, 11:08 (GMT)
Fix: "Tweak user" red-alert flag was not getting set on strips on active track

The "tweak user" flag used to flag strips using the same action as the active strip
was not getting set on other strips that live on the same track as the active one.
Strips with this flag set are shown with a red colour to indicate that editing the
action may have the unintended consequence of modifying another strip.
October 8, 2015, 11:05 (GMT)
Fix T46406: Cycles ignores default socket value associated with group socket
October 8, 2015, 11:05 (GMT)
Cycles: Fix wrong float3->float3 conversion node
October 8, 2015, 09:29 (GMT)
Fix T46386: Duplicate fails updating driver links

Duplicate wasn't updating links,
so duplicatinvg a objects would still point to the originals for curve-taper, texmesh, drivers.

Use generic id-looper to handle replacing data.
October 8, 2015, 09:14 (GMT)
Add USER flags to BKE_library_foreach_ID_link

This way callbacks can know if adjusting user-count is needed.
October 8, 2015, 08:42 (GMT)
Cleanup: use newlibadr_us
October 8, 2015, 08:25 (GMT)
Add missing object-data ID loop pointer
October 8, 2015, 08:09 (GMT)
Fix bplayer (c)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021