Skip to content

A custom fluid plugin for Maya 2017 based on Jos Stam's Stable Fluids paper.

Notifications You must be signed in to change notification settings

bkboggy/MayaFluidsPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MayaFluidsPlugin

As a tip, use the following python script to load the plugin from any location:

import maya.cmds as cmds

pluginName = "MayaFluidsPlugin.mll"
pluginPath = "Your path goes here" + pluginName
loaded = cmds.pluginInfo(pluginName, query=True, loaded=True)
if loaded:
  cmds.unloadPlugin(pluginName)
cmds.loadPlugin(pluginPath)

Videos demonstrating the results of this plugin may be found at:

Result #1

Result #2

Result #3

About

A custom fluid plugin for Maya 2017 based on Jos Stam's Stable Fluids paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages