-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba77fbc
commit d0aa560
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,79 @@ | ||
# Seashells | ||
A Blender add-on for creating seashells | ||
|
||
|
||
--- | ||
|
||
**Requirements** | ||
|
||
* Blender 2.80 or above (_This addon was tested in Blender 2.82_) | ||
|
||
**Features** | ||
|
||
* Creates seashell models in one click. | ||
* Creates three kinds of procedural materials. | ||
|
||
**Intro** | ||
|
||
This very simple add-on generates seashell models with a procedural material. It was a fun project basically to learn new things. But can be useful for all blender artists. | ||
|
||
|
||
**Intro Video** | ||
|
||
Coming soon. | ||
|
||
|
||
**Download and Installtion** | ||
|
||
Download the Seashells.py file from this repository. Or get the zip file from the releases page. | ||
https://github.com/oormicreations/Seashells/releases | ||
|
||
Install from the Blender Menu > Edit > Preferences > Add-ons > Install. Pick this file. Enable this addon. | ||
You will find the UI in the 3D View window when you press N. | ||
|
||
**Usage** | ||
|
||
Just click the **Create Seashell** button! | ||
|
||
**Segments X** and **Segments Y** define the resolution of the geometry. | ||
|
||
**Material** drop down enables you to choose from 3 built in materials - Swirls, Stripes and Patchy. | ||
|
||
**Clean Up** check box, when checked, will apply all the modifiers to the object and will delete the deformation lattice. You can uncheck it if you wish to play with various parameters of the modifiers or wish to change the shape of the seashell using the lattice points. | ||
|
||
**Help | Source | Updates** brings you to this page on GitHub. | ||
|
||
|
||
**Known Issues** | ||
|
||
* So far none. | ||
* **Always save your stuff!** | ||
|
||
|
||
**Misc Info** | ||
|
||
This plugin has been released under MIT license, which means it is free for any kind of use and modification, but has no warranties or liabilities. Please read the license before you download and use it. | ||
|
||
**About** | ||
|
||
A FOSS Project by Oormi Creations. | ||
|
||
http://oormi.in | ||
|
||
A limited support is available via email. | ||
|
||
oormicreations@gmail.com | ||
|
||
|
||
![logo](https://oormi.in/software/cbp/images/OormiLogo.png) | ||
|
||
April 2020. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|