Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    DEVELOPMENT

    • Developers Blog

      Latest development updates, by Blender developers.

    • Documentation

      Guidelines, release notes and development docs.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

All Add-ons

Add-on B Palettes
B Palettes

Import/Export Color Palettes.
Add-on by Dinesh007
About Permissions Reviews Version History

B Palette


Blender Software License

B Palette is a versatile tool for Blender users who work with color palettes. It allows seamless import and export of palettes in multiple formats. The addon supports importing GPL, ASE, ACO, PAL, CLR, CSV, CSS, and TXT files, enabling you to bring in color schemes from external tools like Adobe Photoshop, GIMP, and Procreate. You can also export palettes in the GPL format for use in other applications.

Location: File > Import/Export > B Palette


How to Use

Importing Palettes:

  • Go to File > Import > B Palette.
  • Select a file in a supported format (GPL, ASE, ACO, PAL, CLR, CSV, CSS, and TXT).

-The palette will be imported and added to Blender's palette list.

Exporting Palettes:

  • Go to File > Export > B Palette.
  • Choose the palette you want to export from the dropdown menu.
  • Save the palette as a GPL file for external use.

CSV File Structure

A CSV (Comma-Separated Values) file can support various formats to describe colors. Supported structures include:

  1. Hexadecimal Notation (with or without #):

    #FF5733, #C70039, #900C3F
    FFC300, DAF7A6, 581845
    
  2. RGB Values (0–255):

    255, 87, 51
    199, 0, 57
    144, 12, 63
    
  3. Mixed (HEX and RGB):

    #FF5733
    199, 0, 57
    #DAF7A6
    
  • Parsing Notes:
    Each row or clum can represent a single color, or multiple comma-separated color codes. Any non-color text is ignored.

CSS File Structure

A CSS (Cascading Style Sheets) file can contain color codes in styles or inline formats. Supported formats include:

  1. Hexadecimal Colors:

    background-color: #FF5733;
    color: #C70039;
    
  2. RGB Colors:

    border-color: rgb(255, 87, 51);
    
  3. HSL Colors (Converted to RGB):

    background: hsl(340, 100%, 50%);
    
  • Parsing Notes:
    Any valid color in a CSS file, regardless of the surrounding properties, is detected. Commented lines (e.g., /* this is a comment */) and other non-color data are ignored.

TXT File Structure

A TXT file supports flexible formats to store color codes. Supported structures include:

  1. Hexadecimal Colors:

    #FF5733
    C70039
    
  2. RGB Values:

    255, 87, 51
    199 0 57
    
  3. HSL Values (Converted to RGB):

    hsl(340, 100%, 50%)
    
  4. Prefixed HEX Colors (FF prefix):

    FF0A5733
    
  5. Mixed Formats:

    #FF5733
    255, 87, 51
    hsl(340, 100%, 50%)
    
  • Parsing Notes:
    Each line in the TXT file is scanned for a valid color. Unsupported lines or text are skipped.


What's New

No changelog for this release.


Permissions

This extension requests the following permission:

  • Files

    Requires access to directory with color palette files

Developer
Dinesh007
Rating
Leave a review
Version
1.0.1
Updated
4 mo
Published
Nov. 26th, 2024
Downloads
2626
Size
4.4 KB
Compatibility
Blender 4.2  and newer
Website
github.com/Dinesh0N
Report Issues
github.com/Dinesh0N/B_Palette
License
GNU General Public License v3.0 or later
Import-Export
...or download and Install from Disk
  • 4.4 KB

Reviews

See all
Be the first to review.
  • About
  • Privacy Policy
  • Terms of Service
Download
  • Latest Blender
  • Blender LTS
  • Blender Benchmark
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Release Notes
  • Requirements
Organization
  • People
  • Jobs
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
Articles
  • News
  • Press Releases
  • User Stories
Get Involved
  • Dashboard
  • Development
  • Documentation
  • Education
Blender Studio
  • Films
  • Training
Support
  • Manual
  • Community
  • FAQ
Developers
  • Get Started
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite