Revision cc13cac by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Property Search: Set expansion properly for child panels Although I haven't seen this cause any visible errors, there is some incorrect handling for setting panel expansion during search: - Properly check if child panel is active first - Don't stop traversal at headerless panels that could theoretically have children |
Revision da87ee1 by Hans Goudey / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Cleanup: Make function private The "UI_panel_set_expand_from_list_data" doesn't need to be in the public API since it's just called every time an instanced panel is added. This commit just sets the expansion automatically and adjusts some naming to account for the moved function. |
Revision d704c29 by Bastien Montagne / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Fix (unrepported) utterly broken logic in readfile for Workspaces. Remove the attempt to update the active layout pointers of each window from whithin `direct_link_workspace`. This piece of code was a nonsense for at least to critical reasons: * Do not, never, ever, access data from another datablock within the direct_link_... functions. Just don't. Don't try to be smart. * Since it was trying (and failing) to update the active layout of every window for every workspace, it was effectively setting those `act_layout` pointers to NULL (remapping can only ever happen once, trying to remap and already remapped new pointer is bound to fail in any case). Luckily (and funnily), this piece of code was actually harmless, since setting the active layout would be overridden/redone later, in `lib_link_windowmanager`, when updating their `workspace_hook` in `lib_link_workspace_instance_hook`. Note that the similar horror with `WorkSpaceDataRelation->parent` (which points at a window) is kept for now, because that one is needed. Hope to refactor it soon though. |
Revision f0b5fce by Pablo Dobarro / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
Sculpt: Line Project Gesture tool This tool projects all vertices to the right of the plane defined by the line gesture towards the plane. By doing this, this tool can create cuts and plane surfaces in the mesh without modifying the geometry or using boolean operations, so it is much faster than bisecting the mesh for cases where the geometry was going to be remeshed afterwards. Added as experimental as it does not have icon. Reviewed By: sergey, Severin Differential Revision: https://developer.blender.org/D9021 |
Revision fe0b6b5 by Aaron Carlisle / YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (GMT) |
API Docs: Use raises field list syntax See https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#info-field-lists |
Revision 179d94e by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 29, 2020, 14:16 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 82422c8 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 11:15 (GMT) |
LineArt: 2d Intersection function ratio check improvements. |
Revision 6fb70a2 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 07:13 (GMT) |
LineArt: Deg representation of crease threashold. |
Revision b9d063a by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 04:58 (GMT) |
LineArt: Reliable line type determination. |
Revision 7cc23f3 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 03:38 (GMT) |
LineArt: Better logic for usage flags. |
Revision 2ed35a9 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 03:02 (GMT) |
LineArt: Collection "no intersection" flag |
Revision cb39e28 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 27, 2020, 02:45 (GMT) |
LineArt: Object "No Intersection" flag. |
Revision 94c0d3a by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 26, 2020, 23:56 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 33aef1b by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 25, 2020, 13:33 (GMT) |
LineArt: Fix rna_lineart_auto_update_set() error |
Revision 157f4f3 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 25, 2020, 12:38 (GMT) |
LineArt: Fixed viewport auto update. |
Revision 7b38f90 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 25, 2020, 12:08 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision f3fd29d by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 24, 2020, 00:31 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
Revision 03853fb by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 23, 2020, 10:40 (GMT) |
LineArt: Capability of rendering in "lock interface" mode. |
Revision bb936cf by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 23, 2020, 09:28 (GMT) |
LineArt: Clearing flag guard before framebuffer creation. |
Revision 0bcf788 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) September 23, 2020, 03:30 (GMT) |
LineArt: Baking keyframes only. |
|