-
Notifications
You must be signed in to change notification settings - Fork 3
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
eglaubauf
committed
Oct 30, 2020
1 parent
2b11c5f
commit 9cbac51
Showing
1 changed file
with
47 additions
and
1 deletion.
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 +1,47 @@ | ||
WIP | ||
|
||
# egMantraTools | ||
|
||
A collection of scripts for Redshift in SideFx Houdini | ||
|
||
## Features: | ||
|
||
- MaterialBuilder with a set of Options which include: | ||
- Apply to Selection | ||
- Create Material in Current Context | ||
- Setup OpenGL Shaders for the Materials | ||
- Load Textures (via User Selection) | ||
- Convert Textures to OCIO (If Houdini is loaded with OCIO enabled) | ||
- Add a ColorCorrection Node on the Diffuse/BaseColor Texture | ||
- Apply Diffuse as a Linear Texture | ||
- Enable/Disable Displacement | ||
- Set a Name for the Material | ||
|
||
### additional Infos | ||
|
||
- easy Install via Packages Workflow - see more below | ||
- Tested on Houdini 18.5.376 | ||
|
||
|
||
### Installation: | ||
|
||
Copy the Provided egRedshiftTools.json to your houdini user Directory within the packages folder: | ||
|
||
```/home/<user>/houdini18.0/packages``` | ||
|
||
Change the below line according to where you downloaded the git-Repository: | ||
|
||
```"EGMANTRA": "/home/elmar/git/egMantraTools"``` | ||
|
||
|
||
### Notes: | ||
|
||
All of the scripts are free of charge for free use, commercial or non commercial whatsoever. Individual Licenses are added to each file as some of these are based on work done by other devs and shall be included in branches, adaptions of this scripts. Anyone is allowed to modify, develop, change the files for his/her purpose. | ||
|
||
|
||
### Contact/Issues/Features/Questions | ||
|
||
If you find any bugs, have suggestions or anything else please open Issues or contact me via twitter or mail. Please check out my other Repos as well, they might be handy to you. | ||
|
||
<br> | ||
Twitter: @eglaubauf <br> | ||
Web: www.elmar-glaubauf.at |