June 11, 2018, 09:06 (GMT) |
Merge branch 'master' into blender2.8 |
June 11, 2018, 09:06 (GMT) |
Cleanup: Use BLI_strncpy It has behavior which we expect, and silences strict compiler warning. |
June 11, 2018, 09:02 (GMT) |
Fix T55278: Lightmap Pack > New Image broken when active object is None thanx bblanimation (Christopher Gearhart) for spotting the issue and providing the fix! Reviewed By: brecht Differential Revision: https://developer.blender.org/D3449 |
June 11, 2018, 08:46 (GMT) |
Merge branch 'master' into blender2.8 |
June 11, 2018, 08:46 (GMT) |
path_util: avoid overflow w/ strtoll use Also style cleanup. |
June 11, 2018, 08:37 (GMT) |
3D View: move screen overlays to the top - Frame & object name now top left. - Axis now top right (when view navigation disabled). This is needed so we can use the lower area for redo popup, see T55386. |
June 11, 2018, 08:28 (GMT) |
Merge branch 'master' into blender2.8 |
June 11, 2018, 08:18 (GMT) |
Fix PyConsole: Drag events finished early in modal text selection |
June 11, 2018, 08:03 (GMT) |
Merge branch 'master' into blender2.8 |
June 11, 2018, 07:57 (GMT) |
Fix T55140: opened image doesn't show up in movie clip editor atoi usage in BLI_stringdec could overflow, use strtoll instead and check valid range with INT_MIN and INT_MAX Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3452 |
June 11, 2018, 07:43 (GMT) |
WIP: Add driver eyedropper operator button beside the "add input" button This doesn't work currently. Needs more investigation why. |
June 11, 2018, 07:43 (GMT) |
Drivers UI: Introduce more whitespace, to make the sections clearer |
June 11, 2018, 07:40 (GMT) |
Support UDIMs in Image Space operators |
June 11, 2018, 07:34 (GMT) |
Merge branch 'master' into blender2.8 |
June 11, 2018, 07:27 (GMT) |
Cleanup: Remove the "all" parameter from "ANIM_OT_driver_button_edit" This won't ever be used for this operator, as the "edit" operator should only ever be used for dealign with a single driver - the one under the cursor. |
June 11, 2018, 07:15 (GMT) |
Overlays: Reserve space for a "Onion Skins" overlay While we probably won't be getting a general purpose "Onion Skinning" overlay anytime soon for meshes, etc. (at least not before the depsgraph stabilises, and we also get geometry caching working), for the Grease Pencil integration at least, it makes sense to move GP objects to using a more general/future-proof solution, instead of continuing to use a special/dedicated button in the header. Currently the UI part of this is commented out. Also, the GP branch doesn't need to move to this pre-merge. But, since 2.8 changes move fast, it's better to reserve the space now to have it next to motionpaths, than introduce it later. |
June 11, 2018, 07:15 (GMT) |
Drivers UI: Don't show the Copy/Paste driver dvars buttons in the popovers The copy/paste driver variables buttons currently only work when used in the Graph Editor as they rely on being able to have the "active F-Curve" context info that's only present in the Graph Editor (in Drivers Editor mode). Instead of having them constantly greyed out in the popover, it's easier to just hide them for now. Besides, this is probably more of an "advanced" feature that we don't need to expose in the simple UI. |
June 11, 2018, 07:12 (GMT) |
Fix T55349: crash adding paint slot when object is on hidden layer use better poll and get ob with 'ED_object_active_context' (instead of 'CTX_data_active_object') Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3467 |
June 11, 2018, 07:03 (GMT) |
Cleanup: warnings |
Revision 4a63d0c by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) June 11, 2018, 07:02 (GMT) |
added depth-alpha line style control (pre multiply) |
|
|
|


Master Commits
MiikaHweb | 2003-2021