blenderAvoid common Blender mistakes — transform application, modifier order, UV seams, and export settings for game engines.
Install via ClawdBot CLI:
clawdbot install ivangdavila/blenderCtrl+A → Scale, or objects deform in game enginesAlt+G/R/S — location, rotation, scale to defaultsTab to toggle — most operations mode-specificShift+N to recalculate outsideCtrl+Shift+N for flip inside — useful for interior scenesCtrl+E → Mark SeamU → Unwrap after marking — Smart UV Project as fallbackRight-click → Set Origin-Z Forward, Up: Y Up for Unity — different for Unrealbpy.context is current state — selection, active object, modebpy.data is all data — access any object by name regardless of selectionbpy.ops are operators — require correct context (mode, selection){'object': obj, 'selected_objects': [obj]}bpy.ops.object.mode_set(mode='OBJECT') firstGenerated Mar 1, 2026
A developer needs to create 3D models for a Unity game, ensuring proper export settings like applying transforms and using FBX with -Z Forward and Y Up axes to avoid import issues. This involves UV unwrapping with seams in hidden areas and checking normals to prevent invisible faces in the game engine.
An architect models an interior scene in Blender, requiring flipped normals for interior faces using Ctrl+Shift+N and proper lighting setup. They must apply modifiers like Array and Subdivision in the correct order and export as glTF for web-based presentations, ensuring materials are assigned to faces.
An animator rigs a character model, applying rotation transforms for correct orientation and setting the origin point at the feet for game engine import. They use modifiers such as Mirror before Subdivision and mark UV seams under arms to avoid texture issues during animation exports.
A designer creates a high-poly product model, managing subdivision levels to prevent crashes and applying non-uniform scales before modifiers like Bevel. They export as FBX with embedded textures for client reviews, ensuring proper pivot placement via origin to geometry.
An educator produces Blender tutorials, focusing on common mistakes like duplicate objects with Alt+D vs Shift+D and proportional editing left on. They use the Python API (bpy) to automate tasks, requiring context overrides and mode switches for efficient workflow demonstrations.
Offer custom Blender modeling and export services for game developers and architects, charging per project or hourly. Revenue comes from creating optimized assets with applied transforms and correct UV seams, reducing client rework in engines like Unity or Unreal.
Sell video courses and tutorials on Blender best practices, covering topics like modifier order and export settings. Revenue is generated through subscription access or one-time purchases, targeting beginners and intermediate users to reduce common mistakes.
Create and sell pre-made 3D models on platforms like Unity Asset Store or Sketchfab, ensuring assets are export-ready with applied modifiers and correct axes. Revenue comes from direct sales or royalties, focusing on high-quality, mistake-free models for quick integration.
💬 Integration Tip
Use the Python API (bpy) to automate repetitive tasks like applying transforms and checking normals, but ensure correct context overrides to avoid errors in different modes.
Full Windows desktop control. Mouse, keyboard, screenshots - interact with any Windows application like a human.
Control Android devices via ADB with support for UI layout analysis (uiautomator) and visual feedback (screencap). Use when you need to interact with Android apps, perform UI automation, take screenshots, or run complex ADB command sequences.
Build, test, and ship iOS apps with Swift, Xcode, and App Store best practices.
Control macOS GUI apps visually — take screenshots, click, scroll, type. Use when the user asks to interact with any Mac desktop application's graphical interface.
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
Write safe Swift code avoiding memory leaks, optional traps, and concurrency bugs.