Images as Planes: Improve option panels #104936
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
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104936
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "persun/blender-addons:iap_options_ui"
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?
Position
box toTransform
Plane dimentions
,Orientation
under Transform box'Opaque' does not support alpha
. It should be obvious from usual Blender usage, and doesn't need a special warning from the add-onThat’s very nice! I’ve got a few suggestions.
WIP: Images as Planes: Improve option panelsto Images as Planes: Improve option panels@pioverfour Thanks for review and the suggestions!
About this, do you think this patch still can land in 4.0? If this has to go 4.1 I think these settings (along with other bigger changes required) may have to change for EEVEE Next.
I still did the change per your suggestion, so you can just merge this in case it's acceptable for 4.0 and I'm not around the time closes.
I think they’re safe code-wise, but today is the last day before release candidate, and only bug fixes are supposed to go in. Also, merging now would mean that the new UI couldn’t be translated to other languages for 4.0.
It’s still an improvement over the current UI, and only the Material Settings section would change.
Hi, I still think this is important, and even more when drag-and-drop is supported.
I made further changes to make the UI slightly more compact by using columns everywhere:
It makes the options barely fit on my screen!
Here is a patch for this to apply on top of the PR, let me know what you think.
iap.diff
Indeed the drag-and-drop popup dialog is not well suited to a long layout. How about using Panels, now that those are supported, instead of "boxes"? We could then collapse a few of these sections by default and it would allow the user to collapse sections themselves as they open other ones in case things still don't fit on screen.
Right, I forgot about those but it makes a lot of sense!
How about this, inspired by the FBX importer:
Changes included:
Added to Blender core in blender/blender!122345.
Pull request closed