From 80401b6bb103e5e5b6c07fabb017691ea04cb432 Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Fri, 27 Sep 2013 14:34:23 +0200
Subject: [PATCH] remove broken property export

---
 modules/gfx/pymod/export_entity.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gfx/pymod/export_entity.cc b/modules/gfx/pymod/export_entity.cc
index d8ee10929..0a3ca8362 100644
--- a/modules/gfx/pymod/export_entity.cc
+++ b/modules/gfx/pymod/export_entity.cc
@@ -236,6 +236,7 @@ void (Entity::*set_rm2)(RenderMode::Type)=&Entity::SetRenderMode;
 
 void (Entity::*set_vis1)(const mol::EntityView&, bool)=&Entity::SetVisible;
 void (Entity::*set_vis2)(const String&, bool)=&Entity::SetVisible;
+
 RenderOptionsPtr ent_trace_opts(Entity* ent)
 {
   return ent->GetOptions(RenderMode::TRACE);
@@ -339,7 +340,6 @@ void export_Entity()
     .def("SetBlurFactors",&Entity::SetBlurFactors)
     .def("SetBlur",&Entity::SetBlur)
     .def("GetBoundingBox",&Entity::GetBoundingBox)
-    .add_property("bounding_box",&Entity::GetBoundingBox)
     .def("SetSelection",&Entity::SetSelection)
     .def("GetSelection",&Entity::GetSelection)    
     .add_property("selection", &Entity::GetSelection, 
-- 
GitLab