Multires baker: renamed Number of Rays to Samples after discussion with Brecht

This commit is contained in:
Sergey Sharybin
2012-12-19 12:30:39 +00:00
parent 1dbb84c1c9
commit cdb6aad54c
6 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -614,7 +615,7 @@ class RENDER_PT_bake(RenderButtonsPanel, Panel):
if rd.bake_type == 'AO':
col = split.column()
col.prop(rd, "bake_bias")
col.prop(rd, "bake_rays_number")
col.prop(rd, "bake_samples")
if __name__ == "__main__": # only for live edit.