enthought / enthought/mayavi

TransformData legacy code

Open
#567 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.4k
Forks
316
Avg merge
7h 44m
Merged PRs (30d)
5

Description

This issue is found in the bleeding edge of master branch when built against VTK 9.0.

The following code:
```py
from mayavi.filters.transform_data import TransformData

frustum_filter = TransformData()
frustum_filter.transform.matrix.from_array(Rt) #Rt is a Numpy 4x4 array
```

causes `vtkTransform` to throw the warning:
```
InternalUpdate: doing hack to support legacy code. This is deprecated in VTK 4.2. May be removed in a future version.
```

I know you are busy with many modifications, but kindly take it in your consideration..

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.