Kroket Ltd.

Results 3 issues of Kroket Ltd.

When running Blender direct import, it executes some Python but does not check if it succeeded. https://github.com/godotengine/godot/blob/607b230ffe120b2757c56bd3d52a7a0d4e502cfe/modules/gltf/editor/editor_import_blend_runner.cpp#L84-L93 Which goes to `start_blender(...)` and exitcode is checked to determine failure. https://github.com/godotengine/godot/blob/607b230ffe120b2757c56bd3d52a7a0d4e502cfe/modules/gltf/editor/editor_import_blend_runner.cpp#L161-L175 However,...

bug
topic:import
topic:3d

This PR implements `texture_create_from_extension()` for Metal. The Vulkan device driver implements `texture_create_from_extension()` to handle externally backed textures (OpenXR module, or otherwise), which takes an incoming `VkImage`, creates a view, and...

enhancement
topic:rendering

expose [MTLDevice](https://developer.apple.com/documentation/metal/mtldevice) The equivalent over at Vulkan is https://github.com/godotengine/godot/blob/e4e024ab88efe74677769395886bc1b09eccbac7/drivers/vulkan/rendering_device_driver_vulkan.cpp#L5184-L5188 loosely related to #97304

enhancement
topic:rendering