March 20, 2015, 14:40 (GMT) |
Take cache library items into account when baking caches. This means we don't bluntly store all the data in a group, but use the selection from the cache library. It also helps to avoid issues with object visibility which is not yet stored in the cache. |
March 20, 2015, 14:15 (GMT) |
Some improvements/tweaks from review. |
March 20, 2015, 13:58 (GMT) |
Image node, small fix, though it doesn't fix the main issue I'm facing |
March 20, 2015, 13:48 (GMT) |
Working implementation of cache reading for dupli data during renders. |
March 20, 2015, 11:54 (GMT) |
Merge branch 'master' into temp-ghash-setops |
March 20, 2015, 11:19 (GMT) |
From review: UI re-arrangement for Camera Stereoscopy panel |
March 20, 2015, 11:04 (GMT) |
From review: redraw window when scene.use_multiview changes |
March 20, 2015, 11:04 (GMT) |
Remove public GHash API for union/inter/diff/symmdiff. This is dead easy to add back when we want (or use other naming if we really like them better), core code remains exactly the same anyway. Note we keep checks (isdisjoint, isequal, etc.) for ghashes though, those are pure-keys non-modifying operations anyway, so here set ops for ghash are definitively valid (equivalent of set ops on dict.keys() views in py). |
March 20, 2015, 11:04 (GMT) |
Fix for updates in master... |
March 20, 2015, 11:04 (GMT) |
March 20, 2015, 11:04 (GMT) |
Remove gtests. |
March 20, 2015, 11:04 (GMT) |
Squashed commit of temp-ghash-experiments, minus the 'hash storage' part. |
March 20, 2015, 10:33 (GMT) |
Merge remote-tracking branch 'origin/master' into multiview Conflicts: source/blender/makesrna/intern/rna_scene.c |
March 20, 2015, 09:39 (GMT) |
Use the temporary 'is_dupli' flag to prevent objects from freeing overriden data that is owned by the cache. This is not at all nice ... Hopefully it doesn't get too complicated to work around all these drawing code and depsgraph issues, so the code can be understood and replaced at some point in the future. |
March 20, 2015, 09:18 (GMT) |
Replacing boundbox temporarily during drawing is dangerous, since it can be freed at any point. Luckily we only need the boundbox locally for testing dupli visibility. |
March 20, 2015, 08:52 (GMT) |
Fully reset the OB_FROM_DUPLI flag for each dupli instance, in case later duplis can not be found in the cache. |
March 20, 2015, 08:40 (GMT) |
Distinguish realtime/render setting in the Object writer. Now the derived_render mesh version is created locally when writing render results. |
March 20, 2015, 00:47 (GMT) |
From review: fix Cycles tiles udpate not working * * note: I tried passing b_combined_pass to the do_write_update_render_result() function but b_rlay is created in do_write_update_render_tile, thus it's not the same that we have on run(). |
Revision 9fa84d0 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2015, 23:32 (GMT) |
fix: another possible fix for loading correct vertexbased constraints |
Revision b3bc216 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 19, 2015, 22:54 (GMT) |
fix: vertexbased constraints should be rebuilt correctly now after loading |
|
|
|


Master Commits
MiikaHweb | 2003-2021