Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2006-01-16 06:51:32 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2006-01-16 06:51:32 +0300
commitbb9cadbb77261e10a8354598061739d2204a7095 (patch)
tree239ee9209496c5c3fc6e1e13637c3417a91e4514 /release
parentdf3fd052dd97e5ee7e450ec5f4bce9aec5fa2def (diff)
BPython:
- minor: added missing theme options (bone_solid, bone_pose, strip, strip_select) to Blender.Window.Theme and also updated accordingly (version info) the script that saves themes as scripts and the module's doc.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/save_theme.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/release/scripts/save_theme.py b/release/scripts/save_theme.py
index db3a7226cf1..936c12a46f8 100644
--- a/release/scripts/save_theme.py
+++ b/release/scripts/save_theme.py
@@ -2,14 +2,14 @@
"""
Name: 'Save Current Theme...'
-Blender: 237
+Blender: 240
Group: 'Export'
-Tooltip: 'Save current theme as a bpython script'
+Tooltip: 'Save current theme as a BPython script'
"""
__author__ = "Willian P. Germano"
__url__ = ("blender", "elysiun")
-__version__ = "2.37 2005/06/06"
+__version__ = "2.41 2006/01/16"
__bpydoc__ = """\
This script saves the current Theme in Blender as a Blender Python script.
@@ -45,8 +45,6 @@ some information on it before sharing it with others.
# default, but you are free to edit the ones you generate with this script
# and change their license to another one of your choice.
# --------------------------------------------------------------------------
-#
-# --------------------------------------------------------------------------
# ***** BEGIN GPL LICENSE BLOCK *****
#
# Copyright (C) 2005: Willian P. Germano, wgermano _at_ ig.com.br
@@ -89,13 +87,13 @@ def write_theme(filename):
# \"\"\"
# Name: '%s'
-# Blender: 237
+# Blender: 241
# Group: 'Themes'
# Tooltip: 'Change current theme'
# \"\"\"
__%s__ = "????"
-__%s__ = "2.37"
+__%s__ = "2.41"
__%s__ = ["blender"]
__%s__ = \"\"\"\\
You can edit this section to write something about your script that can