Man in Suit Prepares in Spacious Cafeteria – AI Generated Video | Hailuo AI

Generate & Play Hailuo AI video:import bpy def create_animation(): character = bpy.data.objects.get("Character") if not character: print("Model not found!") return bpy.context.scene.frame_end = 200 # Open coat (1-40) hand_l = character.pose.bones["Hand.L"] hand_l.location = (-0.2, -0.4, -0.1) hand_l.keyframe_insert("location", frame=1) hand_l.location = (-0.1, -0.3, 0.1) hand_l.keyframe_insert("location", frame=40) # Put away phone (41-80) hand_r = character.pose.bones["Hand.R"] hand_r.location = (0, 0, 0) hand_r.keyframe_insert("location", frame=41) hand_r.location = (-0.2, -0.2, 0.1) hand_r.keyframe_insert("location", frame=80) # Close coat (81-100) hand_l.location = (-0.15, -0.35, 0) hand_l.keyframe_insert("location", frame=100) # Adjust watch (101-140) hand_l.location = (0, -0.2, 0.1) hand_l.keyframe_insert("location", frame=140) # Relax hands (141-200) hand_r.rotation_euler = (0, 0, 0) hand_r.keyframe_insert("rotation_euler", frame=160) hand_l.rotation_euler = (0, 0, 0) hand_l.keyframe_insert("rotation_euler", frame=200) print("Animation created!") create_animation()

Original AI Prompt

Generate & Play Hailuo AI video:import bpy def create_animation(): character = bpy.data.objects.get("Character") if not character: print("Model not found!") return bpy.context.scene.frame_end = 200 # Open coat (1-40) hand_l = character.pose.bones["Hand.L"] hand_l.location = (-0.2, -0.4, -0.1) hand_l.keyframe_insert("location", frame=1) hand_l.location = (-0.1, -0.3, 0.1) hand_l.keyframe_insert("location", frame=40) # Put away phone (41-80) hand_r = character.pose.bones["Hand.R"] hand_r.location = (0, 0, 0) hand_r.keyframe_insert("location", frame=41) hand_r.location = (-0.2, -0.2, 0.1) hand_r.keyframe_insert("location", frame=80) # Close coat (81-100) hand_l.location = (-0.15, -0.35, 0) hand_l.keyframe_insert("location", frame=100) # Adjust watch (101-140) hand_l.location = (0, -0.2, 0.1) hand_l.keyframe_insert("location", frame=140) # Relax hands (141-200) hand_r.rotation_euler = (0, 0, 0) hand_r.keyframe_insert("rotation_euler", frame=160) hand_l.rotation_euler = (0, 0, 0) hand_l.keyframe_insert("rotation_euler", frame=200) print("Animation created!") create_animation()

Download

AI-Powered Analysis

A man in a suit prepares in a spacious cafeteria, showcasing a series of actions such as opening and closing his coat, putting away his phone, and adjusting his watch.

You Might Also Like