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:
authorThomas Dinges <blender@dingto.org>2009-11-22 21:57:16 +0300
committerThomas Dinges <blender@dingto.org>2009-11-22 21:57:16 +0300
commit85080f9e3fea0177e24f01a8f636d4b13b99714d (patch)
tree5ec36c7877fd60163c5fd97911be00a801d94e58 /release/text
parentaa77377052c192930682b5a149133acf99552b23 (diff)
blender.html:
* Renaming header to alpha 0. * Some updates for the Python Installation notes.
Diffstat (limited to 'release/text')
-rw-r--r--release/text/blender.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/release/text/blender.html b/release/text/blender.html
index 21e3900da0e..fa4ddc916f0 100644
--- a/release/text/blender.html
+++ b/release/text/blender.html
@@ -5,11 +5,10 @@
<TITLE>A brief introduction to Blender</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.1 (Win32)">
<META NAME="CREATED" CONTENT="0;0">
- <META NAME="CHANGED" CONTENT="20091122;16164300">
+ <META NAME="CHANGED" CONTENT="20091122;19562400">
</HEAD>
<BODY LANG="de-DE" DIR="LTR">
-<H1 LANG="en-US" ALIGN=CENTER><A NAME="top"></A>Blender v2.5 beta
-series</H1>
+<H1 LANG="en-US" ALIGN=CENTER><A NAME="top"></A>Blender v2.5 alpha 0</H1>
<P><BR><BR>
</P>
<OL>
@@ -109,18 +108,18 @@ scripting language for im/exporters, UI buttons layout and other
areas like presets. On Windows, Python 3.1 is included in the zip
package from blender.org.
</P>
-<P LANG="en-US">In other platforms Python is usually a standard
+<P LANG="en-US">On other platforms Python is usually a standard
component nowadays, so unless there's a version mismatch or an
-incomplete py installation, there should be no problems.</P>
+incomplete Python installation, there should be no problems.</P>
<P LANG="en-US">Even if you do have the right version of Python
installed you may need to tell the embedded Python interpreter where
the installation is. To do that it's enough to set a system variable
called PYTHON to the full path to the stand-alone Python executable
-(to find out execute &quot;import sys; print sys.executable&quot;
-inside the stand-alone interpreter, not in Blender). To check which
-Python was linked to your Blender binary, execute &quot;import sys;
-print sys.version&quot; at Blender's text editor), it's 3.1.something
--- only the two first numbers should have to match with yours.</P>
+(to find out execute &quot;import sys; print (sys.executable)&quot;
+inside the stand-alone interpreter, not in Blender). In Blender 2.5
+alpha 0, Python 3.1 is linked to your Blender binary, so you have
+to use a Python 3.1.x version.
+</P>
<P ALIGN=RIGHT><A HREF="#top"><SPAN LANG="en-US">back to top</SPAN></A></P>
<H2 LANG="en-US"><A NAME="start"></A>3. Getting Started</H2>
<P LANG="en-US">Blender's main strength is at modeling, animating and
@@ -388,7 +387,7 @@ and pulldown menus. That means also the 2D options for OpenGL should
work good, something easily ignored or badly tested by 3d card
manufacturers, who target more at the latest SFX features for new 3d
games.<BR>In general Blender performs very well on 3d cards from
-renowned brands, such as NVidia, ATI or 3dLabs.</P>
+renowned brands, such as NVIDIA, ATI or 3dLabs.</P>
<H3 LANG="en-US"><A NAME="trouble_py"></A>Scripts</H3>
<P><SPAN LANG="en-US">To be sure that some functionality is scripted:
all scripts in Blender can be accessed from the &quot;Scripts&quot;