Blender Git Commits

Blender Git "master" branch commits.

Page: 2514 / 5574

September 8, 2015, 09:42 (GMT)
Fix for building with C++ guarded alloc

KX_WorldInfo is already inherits the overrides
September 8, 2015, 09:42 (GMT)
Cleanup: API docs
September 8, 2015, 08:10 (GMT)
Cycles: Support building with latest upstream OSL

Only affects standalone part.
September 8, 2015, 08:07 (GMT)
Fix T46006: Issue with Equirectangular image rendering in Standalone Cycles

Issue was caused by wrong viewplane used for standalone camera.
September 8, 2015, 08:06 (GMT)
Cycles: Add missing initialization of fov for prev/next frames
September 8, 2015, 06:47 (GMT)
Cycles: Correction to integrator's transparent shadows

It was possible that deleting transparent BSDF from shader wouldn't
disable transparent shadows in integrator when doing viewport render.
September 8, 2015, 06:29 (GMT)
Cycles: Update TODO, camera in volume is supported already
September 8, 2015, 06:28 (GMT)
Fix T46045: Missing viewport update when adding transparent shader to material
September 7, 2015, 18:01 (GMT)
Fix T46040: Bake action cleans existing keyframes
September 7, 2015, 17:23 (GMT)
Fix beautiful textbook case of string overflow in `BLI_testextensie_glob`...
September 7, 2015, 12:33 (GMT)
Fix T46029. Center ngon in bevel got no attributes or interpolation data.
September 7, 2015, 10:02 (GMT)
Fix T46034: OpenCL kernel compilation error in latest buildbot

Simply expanded expression, so no float4->float3 conversion happens.
September 7, 2015, 08:23 (GMT)
Doc: PyAPI docs, quiet warnings, fix URL's
September 7, 2015, 07:20 (GMT)
Fix T46032: Crash w/ file-browser preview
September 7, 2015, 06:11 (GMT)
Doc: update Python 'gpu' module reference

- add missing uniforms.
- add uniform types.
- link to RNA equivalent.
- remove 'value' from uniforms (they were wrong, better use module members anyway).
- various corrections & edits.

Fixes T45505
September 7, 2015, 06:11 (GMT)
Cleanup: gpu constants weren't so clearly arranged

Also reminder to update docs w/ the API.
September 6, 2015, 16:32 (GMT)
Fix viewport camera dof object distance

Also use simpler method to calculate the depth.
Revision 14dd88e by Julian Eisel
September 5, 2015, 21:36 (GMT)
Add icon for incremental grid snapping

As decided in D910, we use a new icon for incremental grid snapping and use its old one for absolute grid snapping.

This also touches the library_data_broken icon .dat files, seems some changes on its .svg entry landed in upstream without updating the other icon files (already noticed this when committing icon for auto-offset, but removed it from commit - leaving it in now to avoid further confusion)

Icon by @plyczkowski (made a tiny edit as it looked a bit blurry in 16x16). Thx!
Revision b529b82 by Julian Eisel
September 5, 2015, 17:42 (GMT)
Fix T45944: Ctrl+Wheel to cycle values failes in toolshelf

Now, ctrl+wheel for cycling tabs is passed to hovered button if it supports cycling values (RNA menus, color/row/number/slider buttons, list boxes)

This might feel a bit glitchy if ctrl+wheel is used to cycle tabs and in newly opened tab, a button with cycling support is under the mouse, which will get mouse input from this point on instead of region. Think this is still better than old behavior.
September 5, 2015, 12:52 (GMT)
Depsgraph: Don't use legacy function when building without legacy depsgraph
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021