Skip to content

Fix save_to_ply symbols in python - #5336

Merged
dorodnic merged 1 commit into
realsenseai:developmentfrom
bfulkers-i:fix_pyexport
Dec 1, 2019
Merged

Fix save_to_ply symbols in python#5336
dorodnic merged 1 commit into
realsenseai:developmentfrom
bfulkers-i:fix_pyexport

Conversation

@bfulkers-i

Copy link
Copy Markdown
Contributor

The core issue is that static const members are not instantiated anywhere python can access, so taking a reference to them doesn't work. Fix that by creating lambdas that return the value.

@dorodnic
dorodnic merged commit bd910aa into realsenseai:development Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants