Vtk
by Pawel \"glodomor\" R · in Artist Corner · 05/02/2006 (5:51 am) · 1 replies
1. Trianglestrips...
Does VTK triangle stripping really work in exporter? I didn't notice any difference in performance or file size (but diff says that files exported with different stripping level differs). What should I do to make it work? In log files is nothing about not finding stripper... but I think it's not working. I'm not a python programmer yet, so I cannot provide you with more information or even fix it and make patch if it's a bug.
I think automatic detail-level generation isn't working too. Is it supported yet?
(Linux, Python 2.4.3, Blender 2.41, VTK 4.2.2 or 5.0.0 (with Python bindings installed of course))
2. VTK 5
I think moving exporter to use VTK 5.0.0 is just about doing minor changes in scripts according to:
found in VTK-5.0.0/Wrapping/Python/README.txt.
Regards,
Pawel.
Does VTK triangle stripping really work in exporter? I didn't notice any difference in performance or file size (but diff says that files exported with different stripping level differs). What should I do to make it work? In log files is nothing about not finding stripper... but I think it's not working. I'm not a python programmer yet, so I cannot provide you with more information or even fix it and make patch if it's a bug.
I think automatic detail-level generation isn't working too. Is it supported yet?
(Linux, Python 2.4.3, Blender 2.41, VTK 4.2.2 or 5.0.0 (with Python bindings installed of course))
2. VTK 5
I think moving exporter to use VTK 5.0.0 is just about doing minor changes in scripts according to:
Backwards compatibility ^^^^^^^^^^^^^^^^^^^^^^^ Since VTK-4.0, the usage of `vtkpython`, `vtkpythontk`, `vtkTkRenderWidget` and other modules in the Wrapping/Python directory were deprecated. As of VTK-5.0, these files are no longer available. Please use the `vtk` package instead which provides the functionality.
found in VTK-5.0.0/Wrapping/Python/README.txt.
Regards,
Pawel.
Torque Owner Redacted