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-12 17:47:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-12 17:47:55 +0300
commit3974a0a3c1a19aaa2a06df1bad7f96f827088319 (patch)
treeb8a139e3f896aca0eae155b4d14ca039dacafaeb /source/blender/src/buttons_scene.c
parentc371346601276d9ae72ace5f4a877b42107bea78 (diff)
Added python access for baking
http://www.blender.org/documentation/246PythonDoc/ http://www.blender.org/documentation/246PythonDoc/Render.RenderData-class.html http://www.blender.org/documentation/246PythonDoc/bpy_api_2_46.zip
Diffstat (limited to 'source/blender/src/buttons_scene.c')
-rw-r--r--source/blender/src/buttons_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index e3159e58f55..c6376b3537a 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -2058,7 +2058,7 @@ static void render_panel_output(void)
static void do_bake_func(void *unused_v, void *unused_p)
{
- objects_bake_render(0);
+ objects_bake_render_ui(0);
}
static void render_panel_bake(void)