More tooltip editing

This commit is contained in:
2010-02-11 02:03:18 +00:00
parent 78faeb73b8
commit 15ef07d684
13 changed files with 63 additions and 63 deletions

View File

@@ -49,16 +49,16 @@ static PyTypeObject BlenderAppType;
static PyStructSequence_Field app_info_fields[] = {
{"version", "The Blender version as a tuple of 3 numbers. eg. (2, 50, 11)"},
{"version_string", "The Blender version formatted as a string."},
{"version_string", "The Blender version formatted as a string"},
{"home", "The blender home directory, normally matching $HOME"},
{"binary_path", "The location of blenders executable, useful for utilities that spawn new instances."},
{"debug", "Boolean, set when blender is running in debug mode (started with -d)."},
{"binary_path", "The location of blenders executable, useful for utilities that spawn new instances"},
{"debug", "Boolean, set when blender is running in debug mode (started with -d)"},
/* buildinfo */
{"build_date", "The date this blender instance was built.."},
{"build_time", "The time this blender instance was built."},
{"build_revision", "The subversion revision this blender instance was built with."},
{"build_platform", "The platform this blender instance was built for."},
{"build_date", "The date this blender instance was built"},
{"build_time", "The time this blender instance was built"},
{"build_revision", "The subversion revision this blender instance was built with"},
{"build_platform", "The platform this blender instance was built for"},
{"build_type", "The type of build (Release, Debug)"},
{0}
};