Blender Git Commits

Blender Git "master" branch commits.

Page: 2685 / 5574

February 5, 2015, 06:01 (GMT)
Fix T43531: Wrong object center-dot color

Write objects center point to the nearest depth.
February 4, 2015, 20:43 (GMT)
Fix T43560: crash when loading old (2.45 here) file whith multires.

Was trying to free a NULL pointer...
February 4, 2015, 20:21 (GMT)
Fix T43567: Freestyle On/Off keyframe is being ignored.

That kind of stuff shall not be animated! :)
February 4, 2015, 20:20 (GMT)
Fix T43450: Texture node tree failed to clamp

Clamping routine was not implemented. This fixes T43450.

Reviewers: #nodes, #rendering, sergey

Reviewed By: sergey

Maniphest Tasks: T43450

Differential Revision: https://developer.blender.org/D1038
February 4, 2015, 19:38 (GMT)
Sequencer, scaling and audio synch

Don't scale proxies, same as we do in gooseberry, also for sound synch
give a small window around sound where frame is just pushed forward.
Avoids video jumping in the cases when video renders faster than sound
(yes, weirdly enough it happens sometimes). There might be a few jumps
but results looks smoother here.
February 4, 2015, 19:19 (GMT)
small typo in a code comment, fixing this before someone does it to prevent uneeded merge conflicts in branches
Revision a78a17b by Gaia Clary
February 4, 2015, 18:07 (GMT)
Fix T43366 export/import materials inconsistent
February 4, 2015, 17:48 (GMT)
Port fix from gooseberry that doesn't load the full res file if a proxy
is requested.
February 4, 2015, 16:56 (GMT)
Cleanup: name flip x/y
February 4, 2015, 14:40 (GMT)
RNA image.pack(): fix possible memleak, add possibility to pass raw bytes data.

Note passing data assumes user knows what he is doing, else segfault is guaranted
(there is no good ways to pass raw bytes data to RNA func currently, and using
int array is way too heavy in this case).

And image->packedfile was never freed...
February 4, 2015, 14:05 (GMT)
Support rotation and flipping for background images, patch by Andre D.
(T34583) with minor changes. Thanks for the patch!
February 4, 2015, 13:16 (GMT)
BGE physics: allow higher values for maxlogicstep and maxphystep

Increasing those values beyond 5 is important for exact physics
simulation. Soft limit is increased to 50, hard limit to 10000.

To be able to set different values for hardlimit and softlimit,
RNA_def_property_range needs to precede RNA_def_property_range, hence
the swapped order.
Revision 31425f9 by Joshua Leung
February 4, 2015, 11:50 (GMT)
Compiler warnings tweak for scons + mingw64

The warning flags in C_WARN were not actually getting included
(most notably, the one disabling the pointless + braindead one
about using chars to index into arrays - given that we only use
unsigned chars everywhere). Maybe this should get done for the
other scons platforms too?
Revision 810c7ee by Joshua Leung
February 4, 2015, 11:04 (GMT)
Fix T43552: Cannot jump between GP keyframes in dopesheet
February 4, 2015, 11:02 (GMT)
Fix for recent LANG locale workaround

Need to get a copy of the string since stored pointer is affected
by subsequent calls of setlocale().
February 4, 2015, 10:54 (GMT)
GLSL: On some cards '>' can't operate on 'float' and 'int'

So make it so comparison doesn't imply type-cast.
February 4, 2015, 09:49 (GMT)
Cycles: Use pre-aligned triangle vertex coordinates for subsurface intersection

This gives small speedup (around 2% in quick tests) for ray scattering.
February 4, 2015, 08:04 (GMT)
Compositor: Code cleanup, trailing whitespace and wrapping
February 3, 2015, 20:17 (GMT)
Compositor: Implement sampled motion blur for plane track deform node

Quite striaghtforward change, and in theory we can even try supporting motion
blur for the corner pin node (which is tricky because coordinates actually
coming from sockets, but with some black magic should be doable).
February 3, 2015, 20:16 (GMT)
Hook Modifier: add falloff & radius options

- Add falloff types & curves (matching warp-modifier)
- Add uniform scale option,
important when adding hooks to non-uniform scaled objects,
especially for use with lattice objects which can't avoid uneven scaling.

This uses relative transformation set when the hook is assigned,
when measuring the distances.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021