FBX IO: Add file handler #105212

Open
Guillermo Venegas wants to merge 1 commits from guishe/blender-addons:fbx-dnd into blender-v4.1-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

Adds file handler to FBX in order to be able to handle drag and drop.

Since panels are unsupported in popups, when the operator is not running
in the space file the import settings are drawing in boxes instead

image

Adds file handler to FBX in order to be able to handle drag and drop. Since panels are unsupported in popups, when the operator is not running in the space file the import settings are drawing in boxes instead ![image](/attachments/69fa053a-3e1b-45ae-9736-ee236a5eeee4)
244 KiB
Guillermo Venegas added 1 commit 2024-03-03 21:43:25 +01:00
Guillermo Venegas requested review from Campbell Barton 2024-03-03 21:45:23 +01:00
Guillermo Venegas requested review from Bastien Montagne 2024-03-03 21:45:24 +01:00
Author
First-time contributor

I know it's maybe a little too late for 4.1, should I change it for main instead?

I know it's maybe a little too late for 4.1, should I change it for main instead?

This will conflict a bit with my plans to expose FBX as a Collection Exporter - I plan on using layout panels there for instance.

I think we need to fix the popup to support layout panels instead.

This will conflict a bit with my plans to expose FBX as a Collection Exporter - I plan on using layout panels there for instance. I think we need to fix the popup to support layout panels instead.

Indeed, would rather make support for panels in popups, than move back to using blocks in UI instead of panels (or even worse - using two different systems depending on the current 'drawing context').

Indeed, would rather make support for panels in popups, than move back to using blocks in UI instead of panels (or even worse - using two different systems depending on the current 'drawing context').
Author
First-time contributor

It's trade-off until support for panels in popups is added.
Maybe just for 4.1 or just as reference if someone wants to
manually apply the patch

It's trade-off until support for panels in popups is added. Maybe just for 4.1 or just as reference if someone wants to manually apply the patch
First-time contributor

Would be great if this landed in 4.1 for now, and then later in 4.2, fix it for real. It would be a bit weird if all other formats supports drag and drop, but not fbx, especially since fbx is the most popular and common format.

Many people would not even consider that drag and drop has been added to Blender if not even the most popular and widely used format is not working. Feels like it would be good to idea to add it in 4.1 for now, to avoid some unnecessary drama, I can already see insane Twitter dram that is gonna unfold from this haha😅

Would be great if this landed in 4.1 for now, and then later in 4.2, fix it for real. It would be a bit weird if all other formats supports drag and drop, but not fbx, especially since fbx is the most popular and common format. Many people would not even consider that drag and drop has been added to Blender if not even the most popular and widely used format is not working. Feels like it would be good to idea to add it in 4.1 for now, to avoid some unnecessary drama, I can already see insane Twitter dram that is gonna unfold from this haha😅
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u fbx-dnd:guishe-fbx-dnd
git checkout guishe-fbx-dnd
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#105212
No description provided.