Blender Git Commit Log
Git Commits -> Revision 8830cfe
Revision 8830cfe by Yuki Hashimoto (master) August 9, 2021, 04:31 (GMT) |
Fix text object inserting multiple characters with a selection `bpy.ops.font.text_insert(text="multiple characters")` wasn't working. When the text is selected does not correctly insert multiple characters. - When the text was selected from left to right, the cursor only move one position next to the selected text. - When the text is selected from right to left, a part of the selected text remain. Ref D12161 |
Commit Details:
Full Hash: 8830cfe5416084caf98fa7c7981a0c337f35548b
Parent Commit: ff9bc90
Committed By: Campbell Barton
Lines Changed: +10, -20
1 Modified Path:
/source/blender/editors/curve/editfont.c (+10, -20) (Diff)