"git@code.it4i.cz:blender/blender-addons-contrib.git" did not exist on "blender-v3.3-release"
Newer
Older
# This code tests bug reported in T50703
import numpy
a = numpy.array([[3, 2, 0], [3, 1, 0]], dtype=numpy.int32)
a[0]
# This code tests bug reported in T50703
import numpy
a = numpy.array([[3, 2, 0], [3, 1, 0]], dtype=numpy.int32)
a[0]