i added a new prop
bpy.types.Scene.ncell = IntProperty(
name=“Number of cells”,
soft_min=4,
max= 0,
description=“Enter Number of cells”,
default=4)
but when i run the panel
it is frozen and i cannot change it and it has a value of 0 !
any idea why this is doing this ?
thanks