style cleanup: pep8
This commit is contained in:
@@ -160,7 +160,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
|
||||
|
||||
col = split.column()
|
||||
|
||||
if cache.is_baked == True:
|
||||
if cache.is_baked is True:
|
||||
col.operator("ptcache.free_bake", text="Free Bake")
|
||||
else:
|
||||
col.operator("ptcache.bake", text="Bake").bake = True
|
||||
|
||||
Reference in New Issue
Block a user