Blender Git Commits
February 11, 2016, 18:47 (GMT) |
Merge remote-tracking branch 'origin/master' into tmp_text_copy_paste |
February 11, 2016, 18:42 (GMT) |
Integrate font objects copy/paste with system clipboard When pasting, the style (bold, material, ...) is maintained, if it was originally copied from Blender. @brecht, @severin told me that you had thought ideas for this functionality. Let me know if it is along those lines. TODO: update Blender manual once this get merged Reviewers: Severin, campbellbarton, brecht Subscribers: brecht, Severin Differential Revision: https://developer.blender.org/D1789 |
February 11, 2016, 18:20 (GMT) |
Fixups to handle utf8 strings properly |
February 11, 2016, 15:35 (GMT) |
Merge clipboard and internal copy/paste systems for font objects Untested commit, I think it is crashing at the moment, I will check on it soon |
February 11, 2016, 14:35 (GMT) |
FONT_OT_text_cut_to_clipboard |
February 11, 2016, 14:25 (GMT) |
FONT_OT_text_copy_to_clipboard |
February 11, 2016, 13:33 (GMT) |
Expose FONT_OT_text_paste_from_clipboard to keymaps |