Skip to content

Commit

Permalink
Removed unneded fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed May 26, 2020
1 parent 24b8eef commit 047c5c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ocp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -844,13 +844,6 @@ struct NSView {};"""
[Modules.V3d]

include_header_pre = """struct NSOpenGLContext {}; //OSX related"""
exclude_methods = ["V3d_View::ChangeRenderingParams"]

[Modules.V3d.Classes.V3d_View.additional_methods.ChangeRenderingParams]

body = "[]( V3d_View & self){ return self.ChangeRenderingParams();}"
help = "Returns reference to current rendering parameters and effect settings."
return_policy = "py::return_value_policy::reference_internal"

[Modules.STEPCAFControl]

Expand Down

0 comments on commit 047c5c9

Please sign in to comment.