Uses of Class
org.blender.dna.MetaBall
-
Packages that use MetaBall Package Description org.blender.dna org.blender.utils -
-
Uses of MetaBall in org.blender.dna
Methods in org.blender.dna that return types with arguments of type MetaBall Modifier and Type Method Description CPointer<MetaBall>
MetaBall. __io__addressof()
Instantiates a pointer on this instance.Constructors in org.blender.dna with parameters of type MetaBall Constructor Description MetaBall(MetaBall that)
-
Uses of MetaBall in org.blender.utils
Methods in org.blender.utils that return MetaBall Modifier and Type Method Description MetaBall
MainLib. getMetaBall()
SeeMetaBall
for documentation.Methods in org.blender.utils with parameters of type MetaBall Modifier and Type Method Description void
MainLib. setMetaBall(MetaBall metaBall)
SeeMetaBall
for documentation.
-