FBX: Use layout panels instead of PanelTypes #105238
No reviewers
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105238
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "deadpin/blender-addons:panels-fbx"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Convert FBX to use layout panels instead of PanelTypes for import and
export property drawing. This should match the existing layout used by
the file browser.
This allows viewport/outliner drag-n-drop support to work fully [1] and
it enables the soon to be committed use of Collection exporters [2].
[1] After a drag-n-drop, this Import dialog will be presented (note that the
background color of panel headers will be fixed shortly: blender/blender!119803)
[2] For Collection Exporters, this UI will be used (will require a small followup PR to fully enable once Collection Exporters are committed):
Reference: blender/blender#119488
601857ba82
tof7c61b936a
WIP: FBX: Use layout panels instead of PanelTypesto FBX: Use layout panels instead of PanelTypes@ -194,3 +195,3 @@
def draw(self, context):
pass
operator = self
Now that
self
is anOperator
rather than aPanel
, theoperator
variable can be replaced with usingself
.Same case in
ExportFBX.draw()
Oops, didn't realise the review was still pending and not actually sent.
Thanks for the review. I also bumped the addon/blender version now as well.