Maniphest T66207

Textbox size and offset is not updated, when controlled with drivers and hook
Closed, Resolved

Assigned To
Sergey Sharybin (sergey)
Authored By
Earnest Banbury (Banbury)
Jun 28 2019, 11:30 AM
Tags
  • BF Blender
Subscribers
Earnest Banbury (Banbury)

Description

System Information
Operating system: Windows 7
Graphics card: NVIDIA GeForce GTX 1050 Ti

Blender Version
Broken: blender-2.80-155c62b070a9-win64 27.6.19

Short description of error
This is a follow up of T66050. I'm still trying to center a textbox in a plane. The width and offset of the textbox are linked to the width of the plane with a scripted driver. The width of the plane is controlled with a hook. When the hook is moved along the x-axis the width of the plane changes, but the width of the textbox is not updated in the viewport.

Exact steps for others to reproduce the error

  • Open the attached blend-file
  • There is a plane and a text object and an empty called 'Hook'
  • Move the hook along the x-axis
  • The plane is resized, but the textbox is not.

Revisions and Commits

rB Blender

Event Timeline

Earnest Banbury (Banbury) created this task.Jun 28 2019, 11:30 AM
Sebastian Parborg (zeddb) assigned this task to Sergey Sharybin (sergey).Jul 1 2019, 2:22 PM
Sebastian Parborg (zeddb) lowered the priority of this task from 90 to 50.
Sergey Sharybin (sergey) changed the task status from Unknown Status to Resolved by committing rB809f81cc3a82: Fix T66207: Invalid depsgraph relation when driver uses object dimension.Jul 1 2019, 2:35 PM
Sergey Sharybin (sergey) added a commit: rB809f81cc3a82: Fix T66207: Invalid depsgraph relation when driver uses object dimension.