Fix #110508: Text Object Select Attributes in Object Mode #110513

Merged
Harley Acheson merged 3 commits from Harley/blender:TextStyles into main 2023-07-27 05:31:14 +02:00

3 Commits

Author SHA1 Message Date
Harley Acheson cdaee76607 No need for else after return 2023-07-26 20:29:01 -07:00
Harley Acheson 4649886ef2 Merge branch 'main' of projects.blender.org:blender/blender into TextStyles 2023-07-26 20:24:59 -07:00
Harley Acheson 36cee2a48d Fix #110508: Text Object Select Attributes in Object Mode
Status of selected bold, italics, underline, and small caps requires
that the curve have an editfont object. Not checking for this works
interactively but can cause errors in Python. This PR adds explicit
getters and setters that check for editfont.
2023-07-26 17:46:50 -07:00