3d text tool - 'insert lorem' was crashing, also add this to the text menu.
This commit is contained in:
@@ -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...).
|
||||
|
||||
|
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user