Rigid body "Animated" text cutoff. #76957

Closed
opened 2020-05-22 08:44:19 +02:00 by Alaska · 9 comments
Member

System Information:
Operating system: Linux-5.4.0-7629-generic-x86_64-with-debian-bullseye
Graphics card: GTX 1050 Ti 440.82

Blender Version:
Broken: 2.90 8f21f867e7 (2020-05-21 21:20)
Worked: 2.82a and 2.83. The bug seems to be caused by the new checkbox layout introduced in 2.90

Short description of error:
The text for the "animated" property in the rigid body section of Blender is cutoff while loads of space is still avaliable.
Screenshot from 2020-05-22 18-33-22.png

Exact steps for others to reproduce the error:

  1. Open a default scene.
  2. Select the cube and in the "Physics" of the properties editor give it a rigid body physics.
  3. Change the "simulation type" from "Active" to "Passive".
  4. Depending on the resolution of you screen and aspect ratio, you may need to resize the "Properties" editor panel to cause the issue shown in the screenshot above to occur.
**System Information:** Operating system: Linux-5.4.0-7629-generic-x86_64-with-debian-bullseye Graphics card: GTX 1050 Ti 440.82 **Blender Version:** Broken: 2.90 `8f21f867e7` (2020-05-21 21:20) Worked: 2.82a and 2.83. The bug seems to be caused by the new checkbox layout introduced in 2.90 **Short description of error:** The text for the "animated" property in the rigid body section of Blender is cutoff while loads of space is still avaliable. ![Screenshot from 2020-05-22 18-33-22.png](https://archive.blender.org/developer/F8547275/Screenshot_from_2020-05-22_18-33-22.png) **Exact steps for others to reproduce the error:** 1. Open a default scene. 2. Select the cube and in the "Physics" of the properties editor give it a rigid body physics. 3. Change the "simulation type" from "Active" to "Passive". 4. Depending on the resolution of you screen and aspect ratio, you may need to resize the "Properties" editor panel to cause the issue shown in the screenshot above to occur.
Author
Member

Added subscriber: @Alaska

Added subscriber: @Alaska
Alaska changed title from Rigid body "Animated" text cut off while space is avaliable. to Rigid body "Animated" text cut. 2020-05-22 09:08:23 +02:00
Alaska changed title from Rigid body "Animated" text cut. to Rigid body "Animated" text cutoff. 2020-05-22 09:08:39 +02:00

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

This comment was removed by @iss

*This comment was removed by @iss*

Changed status from 'Needs User Info' to: 'Confirmed'

Changed status from 'Needs User Info' to: 'Confirmed'

Nevermind previous comment I read unly up to step 3.

diff --git a/release/scripts/startup/bl_ui/properties_physics_rigidbody.py b/release/scripts/startup/bl_ui/properties_physics_rigidbody.py
index dd7bf54dc68..2615d4d0360 100644
--- a/release/scripts/startup/bl_ui/properties_physics_rigidbody.py
+++ b/release/scripts/startup/bl_ui/properties_physics_rigidbody.py
@@ -86,7 +86,6 @@ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, Panel):
             col.prop(rbo, "mass")
             col.prop(rbo, "enabled", text="Dynamic")

-        col = flow.column()
         col.prop(rbo, "kinematic", text="Animated")

Seems to do the job.

Nevermind previous comment I read unly up to step 3. ``` diff --git a/release/scripts/startup/bl_ui/properties_physics_rigidbody.py b/release/scripts/startup/bl_ui/properties_physics_rigidbody.py index dd7bf54dc68..2615d4d0360 100644 --- a/release/scripts/startup/bl_ui/properties_physics_rigidbody.py +++ b/release/scripts/startup/bl_ui/properties_physics_rigidbody.py @@ -86,7 +86,6 @@ class PHYSICS_PT_rigid_body_settings(PHYSICS_PT_rigidbody_panel, Panel): col.prop(rbo, "mass") col.prop(rbo, "enabled", text="Dynamic") - col = flow.column() col.prop(rbo, "kinematic", text="Animated") ``` Seems to do the job.

This issue was referenced by 28d81f7b24

This issue was referenced by 28d81f7b24283e31fc3a636dc30f37d57d0e3c58
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Julian Eisel self-assigned this 2020-05-25 17:26:41 +02:00
Author
Member

Thank you @JulianEisel

Thank you @JulianEisel
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
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
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
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
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#76957
No description provided.