September 25, 2019, 01:45 (GMT) |
September 25, 2019, 01:45 (GMT) |
Cleanup: discarded-qualifier warning |
September 25, 2019, 01:45 (GMT) |
Fix T69355: Closing window stops video but not audio |
September 25, 2019, 01:45 (GMT) |
Rewrite file region handling for non-editor mode This makes it so that regions only needed when the file browser is invoked as an operation (e.g. Ctrl+O rather than a regular editor) are lazy created then, and removed if the file browser is changed into a regular editor then (e.g. Ctrl+O over regular file browser editor -> Cancel). That should remove some troublesome assumptions and makes versioning redundant. It also fixes the issue of an empty execute region at the bottom after cancelling a file operation invoked from a regular file browser editor. |
September 25, 2019, 01:45 (GMT) |
Fix T69600: Bridge edges creates UV's with wrong rotation |
September 25, 2019, 01:45 (GMT) |
Fix T69486: Reloading file in text editor marks file as modified Differential Revision: https://developer.blender.org/D5847 |
September 25, 2019, 01:45 (GMT) |
Refactor: Ensure there's always a valid file editor tool region So far the file browser code had some lazy creation for the tool region, even though it should always be there. The only reason I can see for this is compatiblity. So I simply added versioning code to add the region in case it's not there. Now we should be able to savely assume the tool region to be there, whithout any unusual lazy-creation. |
September 25, 2019, 01:45 (GMT) |
September 25, 2019, 01:45 (GMT) |
Fix T70112: Spot cone prevents selection |
September 25, 2019, 01:45 (GMT) |
Fix T70101: Displace modifier handles empty vertex group incorrectly |
September 25, 2019, 01:45 (GMT) |
Cleanup: Add/use utility to remove regions |
September 25, 2019, 01:45 (GMT) |
September 20, 2019, 05:27 (GMT) |
LANPR: Re-added free() function for scene_free_ex. |
September 20, 2019, 04:50 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-cleanup |
September 18, 2019, 06:44 (GMT) |
LANPR: engine added for other panels. |
September 18, 2019, 06:33 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-cleanup |
September 17, 2019, 00:27 (GMT) |
LANPR: Added 8k and 16k cache size options. |
September 17, 2019, 00:23 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-cleanup |
September 16, 2019, 12:55 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lanpr-cleanup |
September 16, 2019, 12:55 (GMT) |
UI: Add XYZ mirroring to the Tool Settings viewport header for Edit and Weight Paint modes Previously, only X mirror was available here, but since we can now mirror on Y and Z, these should also be added. |
|