1 Sep 10:16
Re: [mv2] behavior of surface module (contours enabled) and multiscalars variable...
>>>>> "Fred" == fred <fredmfp@...> writes: Fred> Prabhu Ramachandran a écrit : >> Fred, I think I've finally fixed this in SVN in the >> enthought.branches/enthought.mayavi_2.0 branch. Can you please >> test and let me know if it works for you? Thanks. Sorry for >> taking so long to fix this. >> Fred> Hmm, may be I'm confused with the different thread about Fred> issues with Surface module issues... Fred> BTW, my last post was related to the following issue, in Fred> concern with the Surface module (alone this time, without Fred> any filter): if you change scalars, title colorbar is well Fred> updated, data range is well updated, but not the data Fred> itself, displayed by the Surface module. Ahh, this was a tricky one since it is really a VTK bug, IMO. Basically, the vtkDataSetMapper does not update its output if the input point_data changes. I've worked around the problem by creating a new mapper each time. I'll also post to the vtk developer list to see what the problem. Please check SVN and let me know if there are problems. Thanks. cheers, prabhu(Continue reading)
Thanks a lot.
Cheers,
Gael> or like:
Gael> scene = Instance(SceneWrapper, (), {'actors'=[...],
Gael> 'widgets'=[...]})
This is no good since a user can't just add/delete to the list
dynamically.
RSS Feed