Professional Blender automation for 2D-to-3D transformation and animation workflows. Use when converting images to 3D models, creating procedural animations, setting up render farms, or automating Blender pipelines with MCP integration.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
Professional Blender automation for 2D-to-3D transformation and animation workflows. Use when converting images to 3D models, creating procedural animations, setting up render farms, or automating Blender pipelines with MCP integration.
Blender 3D Animation Studio
Overview
Professional-grade Blender automation system that transforms 2D assets into 3D animations with MCP server integration for seamless workflow automation and rendering pipeline management.
Prerequisites
Blender 4.0+ installed and accessible via command line
Python 3.10+ for scripting and MCP server
Sufficient GPU/CPU resources for rendering
Image/video source files for 2D-to-3D conversion
What This Skill Does
2D-to-3D Transformation: Convert images and drawings into 3D models
Procedural Animation: Generate complex animations with physics and constraints
Render Farm Management: Distributed rendering across multiple machines
MCP Integration: Server-based automation for multi-platform workflows
Asset Pipeline: Automated import, processing, and optimization
Quality Control: Automated testing and validation of 3D assets
Quick Start (60 seconds)
Automated 2D-to-3D Conversion
# Transform any image into 3D model
./scripts/2d-to-3d.sh --input image.jpg --output model.blend
# Generates:# - 3D mesh from image depth/extrusion# - Automatic UV unwrapping and texturing# - Optimized geometry for animation# - Scene setup with lighting and camera
One-Click Animation Pipeline
# Create animated scene from static image
./scripts/animate-from-2d.sh --input logo.png --animation-type spin
# Output includes:# - Keyframed animation (30 seconds, 30fps)# - Camera movements and lighting# - Material and texture animations# - Render-ready .blend file
MCP Server Launch
# Start Blender automation MCP server
./scripts/start-mcp-server.sh
# Enables:# - API access to Blender functions# - Cross-platform integration# - Remote rendering capabilities# - Automated workflow orchestration
# Analyze input image for optimal 3D conversion
./scripts/analyze-image.sh --input artwork.jpg
# Analysis includes:# - Edge detection and shape recognition# - Color depth and material analysis# - Recommended extrusion settings# - Optimal lighting and material suggestions
Step 1.2: Depth Map Generation
# Generate depth information from 2D image
./scripts/generate-depthmap.sh --input artwork.jpg --method ai
# Methods available:# - ai: Machine learning-based depth estimation# - edge: Edge-based depth inference# - manual: Manual depth painting guide# - gradient: Color gradient to depth mapping
Step 1.3: Mesh Generation
# Create 3D geometry from processed image
./scripts/generate-mesh.sh --input artwork.jpg --depthmap depthmap.exr
# Output features:# - Optimized polygon count# - Clean topology for animation# - Automatic UV unwrapping# - Material assignment based on image colors
Phase 2: 3D Model Enhancement (3 minutes)
Step 2.1: Geometry Optimization
# Optimize mesh for animation and rendering
./scripts/optimize-geometry.sh --input model.blend
# Optimizations:# - Decimation for polygon reduction# - Retopology for clean topology# - Edge flow optimization# - Error checking and repair
Step 2.2: Material and Texture Setup
# Create professional materials and textures
./scripts/setup-materials.sh --input model.blend --style realistic
# Material types:# - procedural: Mathematically generated materials# - image_based: Using original image as texture# - ai_generated: AI-enhanced materials# - physical: Real-world material simulation
Step 2.3: Lighting and Environment
# Set up professional lighting and environment
./scripts/setup-lighting.sh --input model.blend --style studio
# Lighting presets:# - studio: Professional 3-point lighting# - outdoor: Natural daylight simulation# - dramatic: High contrast cinematic lighting# - product: Commercial product lighting
Phase 3: Animation Creation (5 minutes)
Step 3.1: Procedural Animation Generation
# Generate animations based on model characteristics
./scripts/generate-animation.sh --input model.blend --type rotate_spin
# Animation types:# - rotate_spin: Object rotation and spinning# - bounce: Physics-based bouncing animation# - morph: Shape morphing and transformation# - particle: Particle effects and simulations# - camera: Camera movement and tracking
Step 3.2: Physics and Constraints Setup
# Add realistic physics and constraints
./scripts/setup-physics.sh --input model.blend --enable rigid_body
# Physics options:# - rigid_body: Solid object collisions# - soft_body: Deformable object physics# - cloth: Fabric and clothing simulation# - fluid: Liquid and gas simulation# - particles: Particle system dynamics
# Add to render queue with optimal settings
./scripts/queue-render.sh --input scene.blend --priority high
# Render settings:# - Resolution scaling based on quality requirements# - Sample count optimization for noise reduction# - Denoising and post-processing effects# - Output format and compression settings
Step 4.2: Distributed Rendering
# Distribute rendering across multiple machines
./scripts/distribute-render.sh --input scene.blend --nodes render-node-1,render-node-2
# Benefits:# - 4x faster rendering with 4 nodes# - Automatic node discovery and load balancing# - Fault tolerance and error recovery# - Progress monitoring and notifications
Step 4.3: Post-Processing and Output
# Apply post-processing effects and final output
./scripts/post-process.sh --input frames/ --output final_animation.mp4
# Effects available:# - Color grading and correction# - Motion blur and depth of field# - Compositing and layering# - Audio synchronization
MCP Server Integration
Server Features
The Blender 3D Animation Studio includes a full MCP server for seamless integration:
# Use AI for intelligent 3D model generation
./scripts/ai-reconstruction.sh --input sketch.jpg --model_type detailed
# AI capabilities:# - Semantic understanding of 2D content# - Intelligent shape completion# - Material and texture prediction# - Animation-suitable topology generation
Feature 2: Style Transfer and Artistic Effects
# Apply artistic styles to 3D models
./scripts/style-transfer.sh --input model.blend --style van_gogh
# Artistic styles:# - Painterly effects and brush strokes# - Stylized materials and lighting# - Cartoon and anime aesthetics# - Photorealistic enhancement
Feature 3: Automated Camera Work
# Generate professional camera movements
./scripts/generate-camera-work.sh --input scene.blend --type cinematic
# Camera patterns:# - Arc movements and orbit shots# - Dolly zoom and perspective effects# - Follow and tracking shots# - Crane and jib movements
Templates and Resources
Project Templates
resources/templates/logo-reveal.template - Logo animation project