March 16, 2021, 01:45 (GMT) |
LineArt: Fix pointer in struct LineartRenderLine **testing; |
March 15, 2021, 15:46 (GMT) |
LineArt: Continue comment cleanups. |
March 15, 2021, 15:03 (GMT) |
LineArt: MOD_lineart_get_bounding_area rename in header. |
March 15, 2021, 14:57 (GMT) |
LineArt: Comment cleanups in lineart_cpu.c and so on. |
March 15, 2021, 11:19 (GMT) |
Update collection tab with instancing and tweak LineArt name |
March 15, 2021, 11:12 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
March 15, 2021, 11:11 (GMT) |
LineArt: chain.c growing comment fixed. |
March 15, 2021, 03:28 (GMT) |
Line Art: Tweak collection tab properties - Use property split - Use the same oder as in the outliner |
March 15, 2021, 03:24 (GMT) |
Line Art: Use correct object source icon in modifier Also use consistent variable name for a column layout. |
March 15, 2021, 03:16 (GMT) |
Line Art: Remove period after UI description |
March 15, 2021, 03:15 (GMT) |
Line Art: Use consistent scene icon in add menu |
March 15, 2021, 03:12 (GMT) |
Line Art: Close panel in object tab by default |
March 14, 2021, 04:50 (GMT) |
LineArt: Added back bounding_area->linked_lines access to fix chaining problem. |
March 13, 2021, 13:27 (GMT) |
LineArt: Comment grammar and clarity fixes in lineart_chain.c |
March 13, 2021, 12:39 (GMT) |
LineArt: Add back fuzzy chaining option in the UI. |
March 13, 2021, 01:49 (GMT) |
LineArt: Comment ending style fix. |
March 13, 2021, 01:43 (GMT) |
LineArt: Clean up the comments. |
March 13, 2021, 01:00 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
Revision 04e451a by Bastien Montagne / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) March 13, 2021, 00:59 (GMT) |
LibOverride: Add a new operation to Outliner to enforce resync of hierarchies. This is basically done by ignoring override operations from old override affecting ID pointer properties, when the new (destination) one is not NULL. Fix T86501: New object added to overridden collection doesn't show up in linking file on Resync. This is more of a work-around actually, since there is no real way to fix the issue in a fully automated and consistent way, it is caused by older blender files being saved with 'broken' overrides. WARNING: This cannot ensure that some purposedly edited/overridden ID pointer properties won't be lost in the process. |
Revision 1333a3b by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) March 13, 2021, 00:59 (GMT) |
Cleanup: set the window manager to the updated context on load While this happened to be corrected by code that runs afterwards, leaving this in an invalid state could cause problems in the future. |
|