October 25, 2018, 01:26 (GMT) |
Merge branch 'master' into blender2.8 |
October 25, 2018, 01:24 (GMT) |
Cleanup: unused vars, correct bad (unused) logic |
October 25, 2018, 01:03 (GMT) |
Cleanup: unused variables |
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. |
October 24, 2018, 22:54 (GMT) |
Fix top bar unified color & image paint brush |
October 24, 2018, 20:53 (GMT) |
GP: Fix compiler warnings |
October 24, 2018, 20:06 (GMT) |
fix: Collada: Error handler does not report Parsing errors and continues processing instead of stopping the import/export |
October 24, 2018, 19:37 (GMT) |
Merge branch 'master' into collada |
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. |
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.). |
October 24, 2018, 15:10 (GMT) |
GP: Add missing title for Armature modifier |
October 24, 2018, 14:59 (GMT) |
GP: Rename Fixed type in Time modifier |
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. |
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. |
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. |
October 24, 2018, 10:45 (GMT) |
Depsgraph: minor renaming and refactor of API for adding evaluation flags. |
October 24, 2018, 10:40 (GMT) |
Subsurf: Remove edit mesh modifier callbacks Those were used for partial updates during edit mode, which will not be possible anymore with OpenSubdiv. Optimization for OpenSubdiv would be to re-use topology refiner if topology does not change. But this is something to be done for both edit and object modes, no need to have separate code paths for those. This commit makes OpenSubdiv to properly work in edit mode. |
October 24, 2018, 09:14 (GMT) |
Fix Python warnings when running in background. |
October 24, 2018, 09:14 (GMT) |
Cleanup: fix compiler warnings. |
October 24, 2018, 09:03 (GMT) |
GP: Add layer pass index to time modifier |
|
|
|


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