Skip to content

stephaniestelzer/FireStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireStarter

Version 1.0

FireStarter is a Houdini tool that aims enable artists with no Houdini experience to create high quality and customizable fire effects for their project.

Target Users are...

  • Previsualization Artists who want to quickly incorporate fire into their scene
  • Small Studios and Independent Creators who need fire for a shot, but don't have any VFX knowledge

Important Info

If you want to export your simulation into Maya, you MUST use the arnold renderer for your simulation to render properly.

How to use this tool

Tutorials

Shelf Button Code

import sys
sys.path.append("/path/to/folder/FireStarter")

from FireStarter import FireStarter

# Create an instance of the FireStarter class
fire_starter_instance = FireStarter()

# Call the run method to set up the UI and show the window
def run():
    win = FireStarter()
    win.show()
    
# Call the run method to set up the UI and show the window
def run():
    win = FireStarter()
    win.show()
    
run()

Blog Posts

Throughout the development of this project, I wrote about my progress. These blogs are short and not very detailed, but they give an overview of what was accomplished each week and what I planned to get done the next week.

Checkpoint Presentations

At each stage in the development of the project, I was required to present my work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages