Blender Git Commits

Blender Git "master" branch commits.

Page: 2530 / 5574

August 10, 2015, 11:09 (GMT)
Install_deps: add basic listing of needed dependencies to error message for unsupported distro.
August 9, 2015, 17:17 (GMT)
BGE: Fix T44782 suspend/restore dynamics on inactive object.
August 9, 2015, 13:58 (GMT)
Install_deps: add (non-tested) OSD-building code.

Not tested for fedora-like and arch distro, would expect it to work though. Please report otherwise.

Also, always inatll git now (and a few other XOrg -dev packages).
August 9, 2015, 13:42 (GMT)
install_deps: Add libxcursor packages, seems to be needed now?
August 9, 2015, 13:31 (GMT)
Compile fix cycles network. This code is crusty and not super
functional. But is should compile.
August 9, 2015, 03:53 (GMT)
Fix for SeqCache hash ignoring multi-view

Thanks to @chadf for finding
August 9, 2015, 03:25 (GMT)
Cycles: Follow up on cc0bbc28 (Collapse multiview panel)
August 9, 2015, 03:12 (GMT)
Fix: opening missing file didnt remove in recent-files.txt

Refactor recent-file.txt handling, split into smaller functions.
It wasn't possible to write the current state to disk (depended on current context).
August 9, 2015, 01:05 (GMT)
Use polygon normals for baking
August 8, 2015, 22:29 (GMT)
Fix crash baking in cycles

Error in recent move to looptri
August 8, 2015, 20:17 (GMT)
Optimize reading of fcurves

Reading fcurves wasn't really optimal because restoring fcu->group pointer was
changing lasthit pointer, which required full lookup over the oldnewmap happened
at the next call to newdatadr().

This reduces loading franck_sheep.blend file from ~2.2sec to 1.5sec.
August 8, 2015, 18:55 (GMT)
Collapse multiview panel in render layers by default

This is not so much common panel to access to and having it fully
visible just adds clutterness in cases when one only need to work
with render passes.
August 8, 2015, 17:54 (GMT)
SPeedup for particle point cache reading

Order of saving and reading particle point cache was totally different which
made newdataadr() falling back to full data block list traversal for every
point cache entry.

This commit makes it so reading code uses the same order of reading structs
and lists ad the writing code. This required to add special version of list
linking which is capable of running a callback after linking a list element.
This seems to be more robust approach than splitting writing code into
several loops.
August 8, 2015, 17:40 (GMT)
Fix T45705: Selected to Active Cycles Baking no longer working
Revision dbdc55a by Thomas Beck
August 8, 2015, 12:12 (GMT)
Support building OpenSubdiv libraries under Debian (Ubuntu) with our build_deps.sh script.

Use --skip-osd to skip building opensubdiv libs,
use --force-osd to force a rebuild of the libs.

I added all needed user information (where to find the include dir, which -D options to set) to the print_info method that is called at the end too, so it should be pretty intuitive to use.

Reviewers: sergey, mont29

Reviewed By: mont29

Subscribers: mont29

Differential Revision: https://developer.blender.org/D1452
Revision fef31aa by Julian Eisel
August 8, 2015, 00:37 (GMT)
Remove leftover from sticky keys
August 7, 2015, 21:42 (GMT)
Fix T45726: Wrong handling of 'failed to generate' audio waveform data in VSE strip draw code.
August 7, 2015, 18:46 (GMT)
Fix T45715: Blender crashes when creating Environment Map textures in Multi-View mode
August 7, 2015, 18:04 (GMT)
Fix T45721: Panoramic render in Cycles camera : depth of field issue with bump maps - patch by Brecht Van Lommel
August 7, 2015, 14:35 (GMT)
Data Transfer operator: Add a 'freeze' setting to prevent operator from re-running when changing settings.

This is likely weak design, but allows people to change several settings without having to wait
several tenth of seconds each time, when e.g. transferring UVs between heavy geometries.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021