From bb9cadbb77261e10a8354598061739d2204a7095 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Mon, 16 Jan 2006 03:51:32 +0000 Subject: 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. --- release/scripts/save_theme.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'release') 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 -- cgit v1.2.3