Skip to content

plu5/blender-scripts-and-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blender-scripts-and-configuration

Description

This repository includes my blender interface theme, keyconfig, and scripts I’ve made.

Usage

I have mirrored the directory hierarchy under <config-folder>/scripts, so you could either:

  • Place each thing in the equivalent directory in your hierarchy, or
  • set the extra Scripts path in User Preferences > File to where you have downloaded / cloned blender-scripts-and-configuration, save user settings and restart.

To then enable each thing:

Theme
User Preferences > Theme > Presets dropdown
Keyconfig
User Preferences > Input > dropdown (to the right of Presets dropdown)
Addons
each has to be manually enabled in User Preferences > Add-ons.

blender_24x_alpha.xml

A modified version of the blender_24x preset.

./.images/interface_theme.png

+-.blend.py

Optimised for a Maya user (sentence phrasing attribution: shun2522). Documentation here.

ui_p-layout-search.py

I have previously made a repository for it here. It adds a search popup for switching between layouts.

Usage

Bind wm.layout_search, preferably under Screen > Screen (Global)

p-script_console_output.py

Run script from text editor and display the output in console present in the layout. Some of the logic was taken from CoDEmanX addon Run Script in PyConsole, which does something similar except from the console.

Usage

Bind text.script_console_output, preferrably under Text > Text Generic

ui_p-editor-switch-buffer.py

Search popup for switching between open files in the text editor.

Usage

Bind wm.editor_switch_buffer, preferably under Text > Text Generic


Misc

Other settings

Only ones I have that are differing from default are listed

Interface

  • View Manipulation: check Zoom To Mouse Position, check Rotate Around Selection
  • uncheck Show Splash

Editing

  • Global Undo: Steps 50

Input

  • Select with: Left
  • Orbit Style: Turntable
  • Zoom Style: Dolly Horizontal

Add-ons

  • 3D View: Enhanced 3D Cursor
  • 3D View: Retopology Tools
  • 3D View: Select Mode Pie Menu
  • Add Mesh: Extra Objects
  • Development: Run Script in PyConsole
  • Development: Script Auto Complete
  • Development: script-console-output
  • Import-Export: GoB
  • Mesh: Align Selection To Gpencil Stroke
  • Mesh: Auto Mirror
  • Mesh: Bsurfaces GPL Edition
  • Mesh: F2
  • Mesh: MultiEdit
  • Mesh: Retopo MT
  • Mesh: Snap_Utilities_Lite
  • Mesh: UV Squares
  • Object: BoolTool
  • Object: Wireframe On Shaded Switch
  • Pie Menu: UI Pie Menu Official
  • Retopology: Ice Tools
  • System: Scene Information
  • User Interface: editor-switch-buffer
  • User Interface: p/layout-search

File

  • set Scripts directory

System

  • Compute Device: CUDA
  • Window Draw Method: check Region Overlap
  • Interface Font: Consolas
  • check International Fonts

Layouts

Same as default except:

3D View
Properties
View
  • Lens: 150
Display
  • Grid Floor: X Y Z
  • Lines: 500
  • Scale: 0.200
  • Subdivisions: 10

Render (new)

About

My blender interface theme, keyconfig, and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages