more rna renaming.
This commit is contained in:
@@ -144,7 +144,7 @@ class PHYSICS_PT_smoke_groups(PhysicButtonsPanel, bpy.types.Panel):
|
||||
|
||||
col = split.column()
|
||||
col.label(text="Collision Group:")
|
||||
col.prop(group, "coll_group", text="")
|
||||
col.prop(group, "collision_group", text="")
|
||||
|
||||
|
||||
class PHYSICS_PT_smoke_cache(PhysicButtonsPanel, bpy.types.Panel):
|
||||
@@ -165,7 +165,7 @@ class PHYSICS_PT_smoke_cache(PhysicButtonsPanel, bpy.types.Panel):
|
||||
layout.label(text="Compression:")
|
||||
layout.prop(md, "smoke_cache_comp", expand=True)
|
||||
|
||||
point_cache_ui(self, context, cache, (cache.baked is False), 'SMOKE')
|
||||
point_cache_ui(self, context, cache, (cache.is_baked is False), 'SMOKE')
|
||||
|
||||
|
||||
class PHYSICS_PT_smoke_highres(PhysicButtonsPanel, bpy.types.Panel):
|
||||
@@ -221,7 +221,7 @@ class PHYSICS_PT_smoke_cache_highres(PhysicButtonsPanel, bpy.types.Panel):
|
||||
layout.label(text="Compression:")
|
||||
layout.prop(md, "smoke_cache_high_comp", expand=True)
|
||||
|
||||
point_cache_ui(self, context, cache, (cache.baked is False), 'SMOKE')
|
||||
point_cache_ui(self, context, cache, (cache.is_baked is False), 'SMOKE')
|
||||
|
||||
|
||||
class PHYSICS_PT_smoke_field_weights(PhysicButtonsPanel, bpy.types.Panel):
|
||||
|
||||
Reference in New Issue
Block a user