[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24778] trunk/blender/release/text/blender .html: blender.html:

Thomas Dinges dingto at gmx.de
Sun Nov 22 19:57:16 CET 2009


Revision: 24778
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24778
Author:   dingto
Date:     2009-11-22 19:57:16 +0100 (Sun, 22 Nov 2009)

Log Message:
-----------
blender.html:
* Renaming header to alpha 0.
* Some updates for the Python Installation notes.

Modified Paths:
--------------
    trunk/blender/release/text/blender.html

Modified: trunk/blender/release/text/blender.html
===================================================================
--- trunk/blender/release/text/blender.html	2009-11-22 17:58:33 UTC (rev 24777)
+++ trunk/blender/release/text/blender.html	2009-11-22 18:57:16 UTC (rev 24778)
@@ -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 @@
 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 "import sys; print sys.executable"
-inside the stand-alone interpreter, not in Blender). To check which
-Python was linked to your Blender binary, execute "import sys;
-print sys.version" 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 "import sys; print (sys.executable)"
+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 @@
 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 "Scripts"





More information about the Bf-blender-cvs mailing list