is there a new update to get this old script to work again
Subclasses
PointerProperty, EnumProperty, IntProperty, CollectionProperty, BooleanProperty, FloatProperty, StringPropert
subtypes = [‘COLOR’, ‘TRANSLATION’, ‘DIRECTION’, ‘VELOCITY’, ‘ACCELERATION’, ‘MATRIX’, ‘EULER’, ‘QUATERNION’, ‘AXISANGLE’,‘XYZ’, ‘COLOR_GAMMA’, ‘LAYER’]#, ‘NONE’]
for subtype in subtypes:
bpy.types.Scene.FloatVectorProperty(‘FloatVector1’ + subtype, default = [0.0, 0.0, 0.0], subtype= subtype)
i cannot see any scene floatvector now in wiki page
so how can you do it now with latest properties?
thanks for any help
happy 2.5