[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16041] trunk/blender/source/blender/ python/api2_2x/doc/Render.py: Python API

Ken Hughes khughes at pacific.edu
Sun Aug 10 00:24:12 CEST 2008


Revision: 16041
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16041
Author:   khughes
Date:     2008-08-10 00:24:12 +0200 (Sun, 10 Aug 2008)

Log Message:
-----------
Python API
----------
Remove documentation for Render.EnableEdgeShift and Render.EnableEdgeAll methods, which are no longer in the API.

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/doc/Render.py

Modified: trunk/blender/source/blender/python/api2_2x/doc/Render.py
===================================================================
--- trunk/blender/source/blender/python/api2_2x/doc/Render.py	2008-08-09 19:39:31 UTC (rev 16040)
+++ trunk/blender/source/blender/python/api2_2x/doc/Render.py	2008-08-09 22:24:12 UTC (rev 16041)
@@ -170,17 +170,6 @@
   the location of the Render window on the screen.
   """
 
-def EnableEdgeShift():
-  """
-  Globally with the unified renderer enabled the outlines of the render
-  are shifted a bit.
-  """
-
-def EnableEdgeAll():
-  """
-  Globally consider transparent faces for edge-rendering with the unified renderer.
-  """
-
 class RenderData:
   """
   The RenderData object





More information about the Bf-blender-cvs mailing list