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

fvtk.label won't show up if called twice #1

Closed
skoudoro opened this issue Sep 20, 2018 · 1 comment
Closed

fvtk.label won't show up if called twice #1

skoudoro opened this issue Sep 20, 2018 · 1 comment
Labels
state: needs check We need to check if this issue is relevant type:Bug Fix Something isn't working
Milestone

Comments

@skoudoro
Copy link
Contributor

From @samuelstjean on April 24, 2014 15:3

Try this :

from dipy.viz import fvtk
r=fvtk.ren()
l=fvtk.label(r)
fvtk.add(r,l)
fvtk.show(r)

You get origin in white, show it again, and you only get a black scene (on my computer).
fvtk.show(r) # nothing happens :(

I'm on ubuntu 12.04, could be a vtk problem or a rendering problem, points show up fine for example and don't exibit this behavior.

Copied from original issue: dipy/dipy#353

@skoudoro skoudoro added state: needs check We need to check if this issue is relevant type:Bug Fix Something isn't working labels Sep 20, 2018
@skoudoro skoudoro added this to the 0.2.0 milestone Nov 26, 2018
skoudoro pushed a commit that referenced this issue Dec 7, 2018
Add shaders loading function and add line shader to MANIFEST.in
@dmreagan
Copy link
Contributor

fvtk is not a part of FURY and I couldn't replicate this bug with the newer window.Scene and actor.label.

skoudoro pushed a commit that referenced this issue Feb 25, 2020
skoudoro pushed a commit that referenced this issue Feb 25, 2020
MarcCote pushed a commit to MarcCote/fury that referenced this issue May 26, 2020
Refactoring + support double click for other mouse button.
guaje pushed a commit to guaje/fury that referenced this issue Oct 13, 2020
Minor suggestions for style improvement
skoudoro pushed a commit that referenced this issue Feb 21, 2021
skoudoro pushed a commit that referenced this issue Jul 30, 2021
* Create 2021-06-07-week-1-sajag.rst

Weekly Check-in #1 (community bonding period)

* Update and rename 2021-06-07-week-1-sajag.rst to 2021-06-08-week-1-sajag.rst

* Create 2021-06-14-week-2-sajag.rst

* Update 2021-06-14-week-2-sajag.rst

* Create 2021-06-21-week-3-sajag.rst

* Update 2021-06-14-week-2-sajag.rst

* Update 2021-06-14-week-2-sajag.rst

* Create 2021-06-28-week-4-sajag.rst

* Create 2021-07-05-week-5-sajag.rst

* Create 2021-07-12-week-5-sajag.rst

* Rename 2021-07-12-week-5-sajag.rst to 2021-07-12-week-6-sajag.rst

* Create 2021-07-19-week-7-sajag.rst

* Create 2021-07-26-week-5-sajag.rst

* Rename 2021-07-26-week-5-sajag.rst to 2021-07-26-week-8-sajag.rst

* Update 2021-07-05-week-5-sajag.rst

* Update 2021-07-12-week-6-sajag.rst

* Update 2021-07-19-week-7-sajag.rst

* Update 2021-07-26-week-8-sajag.rst

* updated week 1 blog

* updated week 2 blog

* updated week 2 blog

* updated week 3 blog

* updated week 4 blog

* updated week 5 blog

* updated week 6 blog

* updated week 7 blog

* updated week 8 blog

* updated week 7 blog

* updated week 6 blog

* Update docs/source/posts/2021/2021-06-28-week-4-sajag.rst

Co-authored-by: Antriksh Misri <54466356+antrikshmisri@users.noreply.github.com>

* updated week 4 blog

* updated week 8 blog

* updated week 1 blog

Co-authored-by: Antriksh Misri <54466356+antrikshmisri@users.noreply.github.com>
skoudoro pushed a commit that referenced this issue Sep 3, 2021
* Create 2021-06-07-week-1-sajag.rst

Weekly Check-in #1 (community bonding period)

* Update and rename 2021-06-07-week-1-sajag.rst to 2021-06-08-week-1-sajag.rst

* Create 2021-06-14-week-2-sajag.rst

* Update 2021-06-14-week-2-sajag.rst

* Create 2021-06-21-week-3-sajag.rst

* Update 2021-06-14-week-2-sajag.rst

* Update 2021-06-14-week-2-sajag.rst

* Create 2021-06-28-week-4-sajag.rst

* Create 2021-07-05-week-5-sajag.rst

* Create 2021-07-12-week-5-sajag.rst

* Rename 2021-07-12-week-5-sajag.rst to 2021-07-12-week-6-sajag.rst

* Create 2021-07-19-week-7-sajag.rst

* Create 2021-07-26-week-5-sajag.rst

* Rename 2021-07-26-week-5-sajag.rst to 2021-07-26-week-8-sajag.rst

* Update 2021-07-05-week-5-sajag.rst

* Update 2021-07-12-week-6-sajag.rst

* Update 2021-07-19-week-7-sajag.rst

* Update 2021-07-26-week-8-sajag.rst

* updated week 1 blog

* updated week 2 blog

* updated week 2 blog

* updated week 3 blog

* updated week 4 blog

* updated week 5 blog

* updated week 6 blog

* updated week 7 blog

* updated week 8 blog

* updated week 7 blog

* updated week 6 blog

* Update docs/source/posts/2021/2021-06-28-week-4-sajag.rst

Co-authored-by: Antriksh Misri <54466356+antrikshmisri@users.noreply.github.com>

* updated week 4 blog

* updated week 8 blog

* updated week 1 blog

* blogs for weeks 9, 10, 11

* work report

* update blogs

* link to PR

* updated blogs

Co-authored-by: Antriksh Misri <54466356+antrikshmisri@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs check We need to check if this issue is relevant type:Bug Fix Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants