Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
80401b6b
Commit
80401b6b
authored
11 years ago
by
Marco Biasini
Browse files
Options
Downloads
Patches
Plain Diff
remove broken property export
parent
fe1c532f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gfx/pymod/export_entity.cc
+1
-1
1 addition, 1 deletion
modules/gfx/pymod/export_entity.cc
with
1 addition
and
1 deletion
modules/gfx/pymod/export_entity.cc
+
1
−
1
View file @
80401b6b
...
@@ -236,6 +236,7 @@ void (Entity::*set_rm2)(RenderMode::Type)=&Entity::SetRenderMode;
...
@@ -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_vis1
)(
const
mol
::
EntityView
&
,
bool
)
=&
Entity
::
SetVisible
;
void
(
Entity
::*
set_vis2
)(
const
String
&
,
bool
)
=&
Entity
::
SetVisible
;
void
(
Entity
::*
set_vis2
)(
const
String
&
,
bool
)
=&
Entity
::
SetVisible
;
RenderOptionsPtr
ent_trace_opts
(
Entity
*
ent
)
RenderOptionsPtr
ent_trace_opts
(
Entity
*
ent
)
{
{
return
ent
->
GetOptions
(
RenderMode
::
TRACE
);
return
ent
->
GetOptions
(
RenderMode
::
TRACE
);
...
@@ -339,7 +340,6 @@ void export_Entity()
...
@@ -339,7 +340,6 @@ void export_Entity()
.
def
(
"SetBlurFactors"
,
&
Entity
::
SetBlurFactors
)
.
def
(
"SetBlurFactors"
,
&
Entity
::
SetBlurFactors
)
.
def
(
"SetBlur"
,
&
Entity
::
SetBlur
)
.
def
(
"SetBlur"
,
&
Entity
::
SetBlur
)
.
def
(
"GetBoundingBox"
,
&
Entity
::
GetBoundingBox
)
.
def
(
"GetBoundingBox"
,
&
Entity
::
GetBoundingBox
)
.
add_property
(
"bounding_box"
,
&
Entity
::
GetBoundingBox
)
.
def
(
"SetSelection"
,
&
Entity
::
SetSelection
)
.
def
(
"SetSelection"
,
&
Entity
::
SetSelection
)
.
def
(
"GetSelection"
,
&
Entity
::
GetSelection
)
.
def
(
"GetSelection"
,
&
Entity
::
GetSelection
)
.
add_property
(
"selection"
,
&
Entity
::
GetSelection
,
.
add_property
(
"selection"
,
&
Entity
::
GetSelection
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment