"...python/api2_2x/git@code.it4i.cz:raas/blenderphi.git" did not exist on "cd0e042dbcc5e411a9ac489426d7a28be34d04d8"
-
Vojtech Moravec authored
Add second version of loadVoxels in BasicLoader. One version uses the valueAt() function. Loaders using this version can access plane pixels very fast. Other loaders needs to load the whole plane first. This is the case of RawDataLoader and maybe SCIFIOLoader, for those the plane access time is higher, so they use the loadPlaneData() function.
Vojtech Moravec authoredAdd second version of loadVoxels in BasicLoader. One version uses the valueAt() function. Loaders using this version can access plane pixels very fast. Other loaders needs to load the whole plane first. This is the case of RawDataLoader and maybe SCIFIOLoader, for those the plane access time is higher, so they use the loadPlaneData() function.