rna naming mainly for Scene/IK/KeyingSet's

This commit is contained in:
Campbell Barton
2010-08-18 08:58:37 +00:00
parent 55ed0f0507
commit c04199b3a1
14 changed files with 96 additions and 96 deletions

View File

@@ -354,10 +354,10 @@ class RENDER_PT_game_sound(RenderButtonsPanel, bpy.types.Panel):
scene = context.scene
layout.prop(scene, "distance_model")
layout.prop(scene, "audio_distance_model")
layout.prop(scene, "speed_of_sound", text="Speed")
layout.prop(scene, "doppler_factor")
layout.prop(scene, "audio_doppler_speed", text="Speed")
layout.prop(scene, "audio_doppler_factor")
class WorldButtonsPanel():