Shivam Anand
Shivam Anand
Hey, may I work on this?
Thanks for the suggestions @4shutosh, I'll look for `good-first-issue` that I can solve ;).
I would like to work on this issue for now, can you please assign it to me?
By presence, Do you mean "discord rich presence?"
I'm cleaning the PR and documenting it. It shall be done by tomorrow.
Changing `scales=np.multiply(radii, [1,1,1])` to `scales=np.array(radii)` fixes the array of radii issue. However I noticed sphere source (or any other actor using `repeat_sources`) doesn't scale properly for radii < 1. ```py...
Hey @skoudoro, I was working on this issue and found that the `direction` parameter in `repeat_primitives` does not work in the same way as the direction of `vtkSource`. The same...
Thanks for the review @ganimtron-10 and @m-agour. Also, thanks @m-agour for finding the method to differentiate between lines and points, using ```py Polydata.GetNumberOfPolys() Polydata.GetNumberOfLines() Polydata.GetNumberOfPolys() ``` is easier than comparing...
As from the screenshots it seem like a MIUI based device, It simply reverts the color of UI (even SVG images).
It's ready for review now @skoudoro