February 4, 2015, 10:44 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
February 4, 2015, 10:43 (GMT) |
tmp |
February 3, 2015, 11:22 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
February 3, 2015, 11:21 (GMT) |
Split add/clear clnors data operator (vcol does that too, so...). |
February 3, 2015, 11:08 (GMT) |
Get rid of 'custom lnors' modifier option, do not use at all target geometry. |
February 3, 2015, 08:36 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
February 3, 2015, 08:35 (GMT) |
Minor cleanup. |
February 2, 2015, 21:31 (GMT) |
Merge branch 'master' into temp_custom_loop_normals |
February 2, 2015, 21:30 (GMT) |
Rework threaded code... Now small meshes do not use threading at all (allows to be 6 times quicker on a 200 verts cube e.g.), and threading code use ThreadQueue as it should have been doing since the beginning. We do not gain much here, though, two or three percents at most on a 1M verts monkey (using a mempool might help here, though, have to check this yet). |
February 2, 2015, 19:21 (GMT) |
Bump OpenEXR to 2.2 for windows MSVC 2013 |
February 2, 2015, 19:21 (GMT) |
Review updates: Replace 'bbox center' option by an offset one. |
February 2, 2015, 19:21 (GMT) |
Review update: some small performance enhancements, and cleanup. |
February 2, 2015, 19:19 (GMT) |
Cycles: Further tweaks to T43511 to solve compilation error on 32bit platforms |
February 2, 2015, 19:19 (GMT) |
Cycles: Solve dependency between camera and object synchronization IN theory object might depend on camera location (spatial adaptive subdivisions for example) which became not possible to achieve after camera in volume support. Should be no functional changes for artists. |
February 2, 2015, 19:19 (GMT) |
Warp modifier: avoid sqrt checking radius |
February 2, 2015, 19:19 (GMT) |
First round of changes from campbell's review. Mostly renaming, not everything addressed yet. |
February 2, 2015, 19:19 (GMT) |
Fix T43524: Warp modifier curve clamped to 0-1 |
February 2, 2015, 19:19 (GMT) |
Cycles: Ignore -Wmaybe-uninitialized from the kernel in release builds This warning provided too much false-positive issues in release version of the kernel, making it really easy to miss actual warnings. |
February 2, 2015, 19:19 (GMT) |
Warp modifier: remove redundant NULL check |
February 2, 2015, 19:19 (GMT) |
Cycles: OSL kernel now also ignores maybe-uninitialized This is a bit of a mess because of the header dependency hell, but since the tweak is small enough it's gonna be fine. |
|