python - Delete UV Keyframes via Pythonscript -
i have given (used tutorial ) object (like cube) , uv mesh on it. set uv keyframes uv mesh (which connected texture) on it, move texture while moving frames forwar in blender (exactly it's done in video). after looks in video @ minute 3:00. have differente uv keyframes @ differente frames e.g. every 10 frames keyframe overall 100 frames, 10 keyframes overall.
now problem want remove of uv keyframes have set via python script.
doint htat hand work that: go grapheditor, press [a] selectiing uv keyframes , press x [x] 2 times delete them all. cannot transform stept python script @ all, can hand.
so looking code 1 can use remove shapekeys on object:
bpy.ops.object.shape_key_remove()
does have idea how or if there command that?
Comments
Post a Comment