3d text tool - 'insert lorem' was crashing, also add this to the text menu.

This commit is contained in:
2013-06-27 04:18:01 +00:00
parent f3b7a49d5b
commit 3ff36f928c
4 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Intro
.. warning::
Most of this object should only be useful if you actually manipulate i18n stuff from Python.
If you are a regular addon, you should only bother about :const:`contexts` member,
If you are a regular addon, you should only bother about :const:`contexts` member,
and the :func:`register`/:func:`unregister` functions! The :func:`pgettext` family of functions
should only be used in rare, specific cases (like e.g. complex "composited" UI strings...).

View File

@@ -8,6 +8,7 @@ Note that they will not block the scripts execution, so the caller can't wait fo
import bpy
def draw(self, context):
self.layout.label("Hello World")