Textbox size and offset is not updated, when controlled with drivers #66050

Closed
opened 2019-06-23 16:32:42 +02:00 by Earnest Banbury · 5 comments

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

Blender Version
Broken: blender-2.80-e7a0f0a9934e-win64 23.6.19

Short description of error
width and x of a textbox in a text object are wired to dimensions.x of a plane with drivers (scripted expressions). The idea is to center the textbox within the plane and make it the same width as the plane. When I scale the plane on the x-axis the values of the textbox change, but the textbox in the vieport doesn't update.

Exact steps for others to reproduce the error

  • Open the attached blend-file
  • There is a plane and a text object
  • Scale the plane along the x-axis
  • The textbox should scale to match the new width of the plane and recenter itself (see the drivers in Text)
  • Select the Text object
  • Click into the field Size X and the press enter
  • The textbox is now resized and centered

bug_textbox.blend

**System Information** Operating system: Windows 7 Graphics card: NVIDIA GeForce GTX 1050 Ti **Blender Version** Broken: blender-2.80-e7a0f0a9934e-win64 23.6.19 **Short description of error** width and x of a textbox in a text object are wired to dimensions.x of a plane with drivers (scripted expressions). The idea is to center the textbox within the plane and make it the same width as the plane. When I scale the plane on the x-axis the values of the textbox change, but the textbox in the vieport doesn't update. **Exact steps for others to reproduce the error** * Open the attached blend-file * There is a plane and a text object * Scale the plane along the x-axis * The textbox should scale to match the new width of the plane and recenter itself (see the drivers in Text) * Select the Text object * Click into the field Size X and the press enter * The textbox is now resized and centered [bug_textbox.blend](https://archive.blender.org/developer/F7541343/bug_textbox.blend)

Added subscriber: @Banbury

Added subscriber: @Banbury

Added subscriber: @ZedDB

Added subscriber: @ZedDB
Sergey Sharybin was assigned by Sebastian Parborg 2019-06-24 14:05:03 +02:00

Seems like a missing depsgraph update issue.

Seems like a missing depsgraph update issue.

This issue was referenced by b617a233aa

This issue was referenced by b617a233aa2c5389c53d1308ea019b4bdc9fb615

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Earnest Banbury changed title from Textbox size and offset is nozt updated, when controlled with drivers to Textbox size and offset is not updated, when controlled with drivers 2019-06-28 11:31:37 +02:00
Sign in to join this conversation.
4 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#66050
No description provided.