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

Add visible x,y,z coordinates in render view #22

Closed
msarvestani opened this issue Apr 15, 2021 · 9 comments
Closed

Add visible x,y,z coordinates in render view #22

msarvestani opened this issue Apr 15, 2021 · 9 comments
Labels
enhancement New feature or request

Comments

@msarvestani
Copy link

It would be very useful to be able to see live x,y,z coordinates of a mouse click in render view. Thanks!

@neurolabusc
Copy link
Contributor

@msarvestani I have added experimental support for this feature. Do you prefer Windows, Linux or MacOS? I can create a copy for you to try out.

@neurolabusc neurolabusc added the enhancement New feature or request label Jun 23, 2021
@msarvestani
Copy link
Author

windows please. Thanks so much!

@neurolabusc
Copy link
Contributor

@msarvestani please try the experimental release v1.2.20210624.

@msarvestani
Copy link
Author

Thanks! Will try and let you know.

@hanayik
Copy link

hanayik commented Jun 29, 2021

@neurolabusc, Just saw this and downloaded to try out. It's so nice! It would be great to have the cut-out only apply to the 3D render and leave the 2D slices intact. Happy to try and make a pull request if you can point me in the right direction.

@neurolabusc
Copy link
Contributor

This is a consequence of the fact that the cutout is physically removed from the volume and the gradients are re-computed. This helps the user grasp the orientation of the three planes, emphasizing the crease where the planes join.

The alternative would be to have the cutout detected by the shader - this is in fact what we do with the clip plane. My rationale is that the clip plane is a single plane, so there is no crease at the intersection.

You can see the difference when the cutout and clip plane are both shown with a glossy shader (see image below). If we apply the cutout in the shader, the cutout in the glossy image would look like what you see in the matte image.

One could create a rationale for either approach. The appearance is very different, and probably falls to user preference. I do agree that physically removing the cutout from the volume can make the 2D slices look odd. On the other hand, with the new A+C+S+R view, the 2D slices and rendering now correspond to each other when a cutout is not applied.

glossy
matte

@msarvestani
Copy link
Author

Thanks Chris, this is exactly what I needed. If it's okay I'll share with collaborators.

@neurolabusc
Copy link
Contributor

Sure, the pre-release is available for whoever wants to try it.

@Jessy-Ding
Copy link

@msarvestani I have added experimental support for this feature. Do you prefer Windows, Linux or MacOS? I can create a copy for you to try out.

Mac please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants