Revision 57e1a53 by Campbell Barton February 5, 2015, 06:01 (GMT) |
Revision 4e27f63 by Bastien Montagne 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... |
Revision 37ae328 by Bastien Montagne February 4, 2015, 20:21 (GMT) |
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 |
Revision 363a044 by Antonis Ryakiotakis 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. |
Revision 035d14c by Dalai Felinto 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 |
Revision f75d2fd by Antonis Ryakiotakis February 4, 2015, 17:48 (GMT) |
Port fix from gooseberry that doesn't load the full res file if a proxy is requested. |
Revision 4339caf by Campbell Barton February 4, 2015, 16:56 (GMT) |
Cleanup: name flip x/y |
Revision 292444e by Bastien Montagne 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... |
Revision fe03bc2 by Antonis Ryakiotakis 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! |
Revision 32482aa by Sybren A. Stüvel 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 |
Revision 66eacc2 by Sergey Sharybin 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(). |
Revision 3b0c4d8 by Sergey Sharybin 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. |
Revision da06dab by Sergey Sharybin 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. |
Revision d16ac1e by Sergey Sharybin February 4, 2015, 08:04 (GMT) |
Compositor: Code cleanup, trailing whitespace and wrapping |
Revision 1dddcfb by Sergey Sharybin 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). |
Revision c694589 by Campbell Barton 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. |
|
|
|


Master Commits
MiikaHweb | 2003-2021