Kiord

Results 8 issues of Kiord

_This bug might be related to #2520 and #2569._ ### Bug description Adding a slider widget while shadows are enabled crashes the application as long as the user tries to...

bug

Hello, I am trying to use my own statistical model with your code. What is exactly is `face_texture` in `BFM09ReconModel.forward` ? I have dimensions incompatibility with a tensor of texture...

#### Describe the bug I am trying to impute values with `svd_interface` in a matrix, but the mask values don't seem to impact the result. I am using `n_eigenvecs=matrix.shape[0]` (no...

documentation

I am loading several arrays in Unity using NumSharp's `np.load`. It works well for most of them but one throws an exception : ![image](https://user-images.githubusercontent.com/79104227/208677853-547fae45-ffaa-4106-8670-6876fd810665.png) In NumPy `np.load` works fine for...

Hello thank you for this great library I am trying to create a composite image with a render from Pulsar renderer and a background image. As far as I know...

### Describe the bug, what's wrong, and what you expected. The picking example here works well on 0.39.0 and gets broken in 0.40.0. Seems related to #4254. Related : #5409....

bug

Thanks for this great library ! Following up Issue #577. By default `update_vertices` : 1. Removes the vertices affected by the mask 2. For all faces, if vertex is affected...

Hi, thanks for this great lib ! - The recent feature that allows to select a focus point with `ctr`+`shift`+`left click` is very convenient. - The trackball follows the rule...