Revision 84c5ccc by Sergey Sharybin December 13, 2017, 15:14 (GMT) |
Masks: Remove unused function It was used by old dependency graph. New one does things differently. |
Revision 405bece by Sergey Sharybin December 13, 2017, 15:05 (GMT) |
Comment out and tag unused bit as unused |
Revision 92067f7 by Sergey Sharybin December 13, 2017, 14:56 (GMT) |
Depsgraph / Du[plication: Remove workaround flag from ID Animation does no longer tag IDs as updated, so flag is not needed anymore. |
Revision 118178d by Sergey Sharybin December 13, 2017, 14:53 (GMT) |
Depsgraph / Animation: Rmove direct ID tagging from animation code New dependency graph is supposed to have relation from animation node to the node which corresponds to a property which is modified by that curve. This means it is up to dependency graph to flush recalc flags, and no manual control is needed in the animation code. |
Revision ec3d258 by Sergey Sharybin December 13, 2017, 14:07 (GMT) |
Merge branch 'master' into blender2.8 |
Revision a621850 by Ray molenkamp December 13, 2017, 14:00 (GMT) |
Revision 81f1356 by Sergey Sharybin December 13, 2017, 13:43 (GMT) |
Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATA This is a part of ongoing work in Blender 2.8, where we need to replace `object->id.tag & LIB_TAG_ID_RECALC_DATA` with `object->data->id.tag & LIB_TAG_ID_RECALC` Should be no user measurable difference. |
Revision 3d6cc77 by Sergey Sharybin December 13, 2017, 13:24 (GMT) |
Merge branch 'master' into blender2.8 |
December 13, 2017, 12:01 (GMT) |
Fix T51461: Outliner: Problems removing multiple collections in sequence We now select the LayerCollection at index 0 for the active ViewLayer after a collection deletion operation. Added some functions to query outliner tree data & get LayerCollection by index using a similar approach as we do for SceneCollection indexing. With warning and style cleanups by Dalai Felinto. Reviewers: dfelinto Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2942 |
December 13, 2017, 11:56 (GMT) |
Fix T53404 - Python API documentation: UI Layout Emboss description wording Changed the suggested word Reviewers: #documentation, #python, sergey Reviewed By: #documentation, sergey Tags: #documentation, #python Differential Revision: https://developer.blender.org/D2952 |
Revision 1b371d1 by Sergey Sharybin December 13, 2017, 11:55 (GMT) |
Depsgraph: Ensure dependency graph is allocated for evaluation context This is something what we would need to ensure anyway, so doesn't seem to make sense to NOT allocate depsgraph and then worry about this externally. Steps to reproduce: add cube, change it's size in redo panel. Found by Campbell during code review session. |
Revision ae80835 by Bastien Montagne December 13, 2017, 11:46 (GMT) |
RNA override: Cleanup & small refactor. Remove unused func from public API. Make parameters & variables naming more consistent accross the code. Move RNAproperty validation/'conversion' (for IDProps case) to upper level in code, this will avoid some useless re-processing. |
Revision 2ac33b4 by Sergey Sharybin December 13, 2017, 09:50 (GMT) |
Fix T53547: Metaballs as dupli objects are not updated with the new Depsgraph Follow relations from old dependency graph. |
Revision 2c64615 by Sergey Sharybin December 13, 2017, 09:47 (GMT) |
Fix T53552: Unneeded particle cache reset on frame change There shouldn't be a time dependency to cache reset operation. |
December 13, 2017, 05:55 (GMT) |
T53471: Fix crash with blender_icons_update.py Default DPI of new inkscape caused incorrect image size. |
Revision be54868 by Campbell Barton December 13, 2017, 05:14 (GMT) |
Fix T53529: Rip crashes w/ wire edge |
Revision 611752c by Campbell Barton December 13, 2017, 04:38 (GMT) |
UI: color-band eyedropper now combines samples Resulting color-band was too noisy (especially with photos), use gauss filter to take surrounding samples into account. |
Revision 52d33d6 by Bastien Montagne December 12, 2017, 17:00 (GMT) |
Merge branch 'master' into blender2.8 |
Revision ef8bbc8 by Bastien Montagne December 12, 2017, 13:23 (GMT) |
Fix bplayer (c). |
Revision 56f00db by Campbell Barton December 12, 2017, 12:19 (GMT) |
Correct error in recent merge |
|