some fixes for python baking function

needed to add a small value to the baking distance for it to include faces of that distance (maybe should make this happen from the user interface too)
This commit is contained in:
2008-03-29 14:50:05 +00:00
parent 3ac7a415f7
commit 8960f53676
3 changed files with 15 additions and 11 deletions

View File

@@ -391,8 +391,8 @@ class RenderData:
@type bakeClear: bool
@ivar bakeToActive: When enabled, selected objects are baked onto the active object.
@type bakeToActive: bool
@ivar bakeNormalizeAO: Normalize AO bake values.
@type bakeNormalizeAO: bool
@ivar bakeNormalize: Normalize AO and displacement to the range of the distance value.
@type bakeNormalize: 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.