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

[Geomagic] Fix dll export and some enhancements #786

Merged
merged 7 commits into from
Oct 4, 2018

Conversation

epernod
Copy link
Contributor

@epernod epernod commented Sep 28, 2018

Fix:

  • Dll export + Add config file
  • Stop scheduler only if thread has successfully started.

Enhancements:

  • Add: specific method to handle tool buttons
  • Add: send script event when button are used.
  • Add: option to not automatically start tool at init but manually start it through a method call. (start at init by default)
  • Update: m_errorDevice is not anymore a bool but store the HD_DEVICE_ERROR

This PR:

  • builds with SUCCESS for all platforms on the CI.
  • does not generate new warnings.
  • does not generate new unit test failures.
  • does not generate new scene test failures.
  • does not break API compatibility.
  • is more than 1 week old (or has fast-merge label).

Reviewers will merge only if all these checks are true.

@epernod epernod added enhancement About a possible enhancement location: plugins pr: fix Fix a bug pr: status to review To notify reviewers to review this pull-request labels Sep 28, 2018
@epernod epernod self-assigned this Sep 28, 2018
@epernod
Copy link
Contributor Author

epernod commented Sep 28, 2018

[ci-build][with-scene-tests]

@guparan guparan added pr: status ready Approved a pull-request, ready to be squashed and removed pr: status to review To notify reviewers to review this pull-request labels Oct 3, 2018

for (std::vector< HDCallbackCode >::iterator i = m_hStateHandles.begin();
for (std::vector< HDSchedulerHandle >::iterator i = m_hStateHandles.begin();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for(HDSchedulerHandle : m_hStateHandles){}
:)

@@ -0,0 +1,34 @@
#pragma once
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😲

@guparan guparan merged commit b353019 into sofa-framework:master Oct 4, 2018
@guparan guparan added this to the v18.12 milestone Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement About a possible enhancement pr: fix Fix a bug pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants