Skip to main content

All Questions

Tagged with
0 votes
0 answers
58 views

How can I rig human-looking face onto a 3d FLAME mesh talking head?

Noob question here as I've just started working with Blender and 3d models: I'm currently working with Blender 3.4.1 and I'm using Python script which runs blender on render.py and animates a 3d ...
skidjoe's user avatar
  • 659
0 votes
1 answer
116 views

Maya Python .batchRender says "file is invalid"

This is my code to kick of the render of a scene. cmds.batchRender() cmds.batchRender( r'C:\Users\marvin\Desktop\Proxy\Game\Vegetation\Tree\Tree.mb' ) when I run it all I get is: # Error: Object C:\...
Marvin Heymann's user avatar
6 votes
3 answers
21k views

Rendering a 3D mesh into an image using python

I'm a working a neural network that does face reconstruction from a single image using tensorflow. I'm trying to figure out how to render the output of the network (which is a 3D mesh) into an image ...
user3208617's user avatar
1 vote
1 answer
455 views

Maya - Querying previous render information

Does anyone know whether its possible to query the render time of the last render in maya via python or mel? Render time is stored in the render viewer window in the form of a string at the bottom ...
ABCheshire's user avatar