Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix save_to_ply symbols in python #5336

Merged
merged 1 commit into from Dec 1, 2019

Conversation

bfulkers-i
Copy link
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 IntelRealSense: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.

None yet

2 participants