Vector property subtype DIRECTION error - driver add, zero value #47826
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#47826
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 and graphics card
Blender Version
Broken: (All)
Worked: (None)
Short description of error
Exact steps for others to reproduce the error
Normal.blend
open this file, run script "normal" - we will have proper panel with custom property
run "fade to zero" - we will set (0,0,0) and can not change it by interface
run "set any other" - we will set not equal(0,0,0), and then can change this property by interface
repeat it with driver add/remove/set any other
Changed status to: 'Open'
Added subscriber: @Inwader77
Added subscriber: @Sergey
Changed status from 'Open' to: 'Archived'
If i understood you correct then it's not really a bug. Thing here is that in interface you're operating with direction and in order to change it you need to know the direction. However, value of
(0, 0, 0)
is a zero-vector which is a malformed direction. Changing any of the components to a non-zero solves the ambiguity and allows to properly operate with that direction.Thanks for the report, but i don't really see a bug here so far.