Revision 1a827e0 by Campbell Barton October 25, 2018, 06:20 (GMT) |
Cleanup: move params into their own struct |
Revision ce08b07 by Campbell Barton October 25, 2018, 05:27 (GMT) |
PyAPI: take paint-cursor space/region type args |
Revision 6d49b62 by Campbell Barton October 25, 2018, 05:06 (GMT) |
WM: space, region type filtering for paint cursor Avoids calling poll on mouse-move for unrelated space/region types. |
Revision 46587b3 by Campbell Barton October 25, 2018, 04:31 (GMT) |
PyAPI: support for Python paint cursors |
Revision f2c7755 by Campbell Barton October 25, 2018, 04:19 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 2046817 by Campbell Barton October 25, 2018, 04:18 (GMT) |
WM: minor changes to cursor API |
Revision 05f2caa by Campbell Barton October 25, 2018, 01:26 (GMT) |
Merge branch 'master' into blender2.8 |
Revision c9e36e5 by Campbell Barton October 25, 2018, 01:24 (GMT) |
Cleanup: unused vars, correct bad (unused) logic |
Revision 23fdac8 by Campbell Barton October 25, 2018, 01:03 (GMT) |
Cleanup: unused variables |
Revision bf34f95 by Campbell Barton October 25, 2018, 00:15 (GMT) |
UI: move 2d paint panels to topbar & toolsettings Removed 'Tool' and 'Options' panels, both these settings are quite obscure and already available in the 'Brush' menu. |
Revision 03e0fd2 by Campbell Barton October 24, 2018, 22:54 (GMT) |
Fix top bar unified color & image paint brush |
Revision 4082502 by Antonio Vazquez October 24, 2018, 20:53 (GMT) |
GP: Fix compiler warnings |
Revision 97ec802 by Alexander Gavrilov October 24, 2018, 19:14 (GMT) |
Depsgraph: fixes for the eval_flags API behavior. - Use the original ID pointer for lookup in DEG_get_eval_flags_for_id. - When the flags change after a DEG rebuild, tag the object for update. - Instead of mixing int and short in different places, use uint32_t. This fixes text not updating when a Follow Curve reference is set. |
Revision e660842 by Bastien Montagne October 24, 2018, 15:21 (GMT) |
Fix T56172 Accessing COW data from RNA - Dimension Also fixes T55769 Dimension Not properly work and T56064 Blender crashes on selecting text-object We decided to go to the easy way in the end, simply enforcing computing BBox of all objects when using 'active' depsgraph, and copying back to orig object (same as transform matrix, etc.). |
Revision 0ce8ee5 by Antonio Vazquez October 24, 2018, 15:10 (GMT) |
GP: Add missing title for Armature modifier |
Revision 9691c32 by Antonio Vazquez October 24, 2018, 14:59 (GMT) |
GP: Rename Fixed type in Time modifier |
Revision 735d6cb by Antonio Vazquez October 24, 2018, 14:46 (GMT) |
GP: Add new Layer Pass Index filter to modifiers Now the modifier can be filtered using the new layer index. Also changed panels to put layers and passes filter always at the end of the panel. |
Revision a211937 by Bastien Montagne October 24, 2018, 12:48 (GMT) |
Fix T57361: Creating a new scene with a full copy doesn't work. BKE_scene_copy() & co. were pretty much doing nothing right... Was a tough fight, but at least now they should behave a tad better (and reported issue is fixed). Proper fix is to fully rewrite that PoS, it was already a mess without collections, now it's even hairier to handle properly, we need to use modern new ID handling API for that (and maybe extend it a bit as needed). But way too late to do that in 2.80. |
Revision 91c6beb by Sergey Sharybin October 24, 2018, 12:04 (GMT) |
Cleanup: Remove unused modifiers callback Was only used by subsurf in the past years, it is unlikely other modifiers will every need this any time soon. |
Revision 547d31c by Alexander Gavrilov October 24, 2018, 10:45 (GMT) |
Depsgraph: minor renaming and refactor of API for adding evaluation flags. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021