Go to file
Campbell Barton 15bc30f4ee Text3d: store number of characters and utf8 length separately
EditFont's use of Curve.len was very confusing, in editmode it
represented the number of characters, in object mode the number of
bytes. add Curve.len_wchar and keep track of both.

Also don't convert the editmode text into utf8 on every keystroke.
Now this is done on exiting editmode or save - to match most other
object types.

This also fixes curves 'body_format' being reported with an invalid size.
2014-01-03 17:08:23 +11:00
build_files one more msvc 2013 change 2013-12-30 22:25:56 +01:00
doc Fix T38032, typo in Python API documentation. 2014-01-03 02:28:21 +01:00
extern Code cleanup: remove patch series from libmv 2014-01-02 15:24:46 +06:00
intern Fix T37987: MSVC 2013 has C99 headers and warns for out define hypot _hypot for good reason it seems 2014-01-02 22:19:10 +01:00
release Bring back edit curve add menu 2014-01-03 01:34:35 +06:00
scons@2d6ebcb239 Squashed commit of the following: 2013-11-21 16:51:29 +01:00
source Text3d: store number of characters and utf8 length separately 2014-01-03 17:08:23 +11:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Ignore *.patch and *.diff files which are in the working tree root 2013-11-22 23:28:35 +06:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt find_package(OPENAL) does not play nice with our current library naming nonvention 2013-12-24 13:21:56 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Convenience Makefile: spaces in the build path would fail still. 2013-11-17 21:16:39 +11:00
SConstruct Fix T37780: no languages in user preferences with SCons on Windows / Linux. 2013-12-12 06:09:58 +01:00