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:
authorCampbell Barton <ideasman42@gmail.com>2008-02-22 13:50:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-22 13:50:45 +0300
commit4dbf6cf204270579180b4811055740649ab2a4e7 (patch)
tree5fed6d2398980a274e0612ad2dcb18497ffb5fcc /source/blender/python/api2_2x/doc
parentac5caa8536a4e587e00240a73d6104546a7224ad (diff)
adding access to missing bake variables from python
Diffstat (limited to 'source/blender/python/api2_2x/doc')
-rw-r--r--source/blender/python/api2_2x/doc/Render.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Render.py b/source/blender/python/api2_2x/doc/Render.py
index d0d9f7280d6..42fd5b564fe 100644
--- a/source/blender/python/api2_2x/doc/Render.py
+++ b/source/blender/python/api2_2x/doc/Render.py
@@ -390,11 +390,15 @@ class RenderData:
@ivar bakeClear: When enabled, baking clears the image first.
@type bakeClear: bool
@ivar bakeToActive: When enabled, selected objects are baked onto the active object.
- @type bakeToActive: bool
+ @type bakeToActive: bool
+ @ivar bakeNormalizeAO: Normalize AO bake values.
+ @type bakeNormalizeAO: bool
@ivar bakeMargin: The pixel distance to extend baked pixels past the boundry (reduces bleeding when mipmapping)
@type bakeMargin: int
@ivar bakeDist: The distance in blender units to use when bakeToActive is enabled and geomtry does not overlap.
@type bakeDist: float
+ @ivar bakeBias: The distance in blender units to bias faces further away from the object.
+ @type bakeBias: float
"""
def currentFrame(frame = None):