Preference Defaults "Relative Paths" tooltip could be improved #86209
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information 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
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#86209
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89
Blender Version
Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-02-25 05:34, hash:
blender/blender@0e1c6a29cb
Worked: (newest version of Blender that worked as expected)
Short description of error
The "Relative Paths" setting in the preferences is ignored by the File Output having to manually click it every time.
Exact steps for others to reproduce the error
Open a new scene
In preferences check "relative paths"
go to output
you'll see relative paths option is still disabled
Added subscriber: @LucianoMunoz
Added subscriber: @lichtwerk
Will check
Well, this seems to be expected behavior actually.
This is how it goes:
Relative Path
setting OFF no matter what the User Preference wasRelative Path
setting ON no matter what the User Preference wasSo basically it will detect absolute/relative state and keep it.
related: blender/blender@adab35ba02
Thinking about it, this makes sense to me.
Maybe we can tweak the tooltip though to make this a bit more obvious
"Relative Paths" in setting ignored by Output of files tab.to Preference Defaults "Relative Paths" tooltip could be improvedChanged status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @mont29
This is not core at all, more like UI... Anyway, will update the tooltip to
"Default relative path option for the file selector, when no path is defined yet"
, and tweak the manual.This issue was referenced by blender/blender@bda95ac0f9
Changed status from 'Confirmed' to: 'Resolved'
thx @mont29 !