Fix [#22469] Crashes with "segmentation fault" when opening an image for Voxel Data texture of type Image sequence
Cleaned up the code here, made it more efficient and more reliable with threaded render.
This commit is contained in:
@@ -961,7 +961,9 @@ class TEXTURE_PT_voxeldata(TextureButtonsPanel):
|
||||
layout.prop(vd, "domain_object")
|
||||
layout.prop(vd, "smoke_data_type")
|
||||
elif vd.file_format == 'IMAGE_SEQUENCE':
|
||||
layout.template_image(tex, "image", tex.image_user)
|
||||
layout.template_ID(tex, "image", open="image.open")
|
||||
layout.template_image(tex, "image", tex.image_user, compact=True)
|
||||
#layout.prop(vd, "frames")
|
||||
|
||||
layout.prop(vd, "still")
|
||||
row = layout.row()
|
||||
|
||||
Reference in New Issue
Block a user