context.PointCache --> context.point_cache (not to confuse type with property name)

This commit is contained in:
2010-05-18 07:39:07 +00:00
parent e3587f9e9f
commit 0a9d914ad7
2 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ def point_cache_ui(self, context, cache, enabled, cachetype):
layout = self.layout
wide_ui = context.region.width > narrowui
layout.set_context_pointer("PointCache", cache)
layout.set_context_pointer("point_cache", cache)
row = layout.row()
row.template_list(cache, "point_cache_list", cache, "active_point_cache_index", rows=2)