Skip to content

A Blender addon that allows you to talk to Google Gemini, right inside Blender!

Notifications You must be signed in to change notification settings

Kabeer2004/Gemini2Blend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blender Addon: Gemini2Blend

Gemini2Blend is a simple Blender addon that enables users to interact with Google's Gemini Large Language Model (LLM) directly within Blender. With this addon, users can quickly ask questions, clarify doubts, or seek assistance without the need to switch between different applications, streamlining their workflow and enhancing productivity.

Created by Kabeer2004.

Features

  • Seamless integration of Google's Gemini LLM into Blender.
  • Fast access to information and assistance without leaving the Blender environment.
  • Helps users solve doubts, find solutions, or even generate Blender Python scripts efficiently.
  • Works across multiple versions of Blender

Clarify Doubts

image

Write Scripts and Execute them with No Hassle (simply copy the response from the text field)

image

Maintain Context across Messages to quickly modify generated scripts, clarify responses, etc

image

Installation

1. Install Required Modules in Blender's Python Installation

To install the required module "google-generativeai" in Blender's Python installation, follow these steps:

  • Follow this tutorial to install the Python Module Installer.
  • Use the Python Module Installer to install "google-generativeai".

2. Get Your Gemini API Key and Add It to the Script

To obtain your Gemini API key:

  • Go to aistudio.google.com and obtain an API key.
  • Replace "YOUR_API_KEY_HERE" in the addon Python script with your actual API key (ensure it's within the quotes).

3. Install the Addon in Blender

To install the addon in Blender:

  • Open Blender.
  • Go to Edit > Preferences > Addons > Install.
  • Navigate to the addon Python script in the window that pops up and click "Install".

4. Enable the Addon

After the addon appears in the list of addons:

  • Enable it by checking the small tick mark next to it.

5. Start Using the Addon

Once the addon is enabled:

  • Access it by pressing N to bring up the right-side menu in the View3D workspace.
  • You will find the addon under Gemini2Blend.

Usage

Use Gemini2Blend to:

  • Ask questions.
  • Clarify doubts.
  • Find solutions.
  • Generate Blender Python scripts.

Enjoy fast and convenient access to Gemini right within Blender!

About

A Blender addon that allows you to talk to Google Gemini, right inside Blender!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages