Text overlay Attributes/output size(file size) and cook times(render times)

   1692   1   0
User Avatar
Member
12 posts
Joined: Feb. 2018
Offline
Hey there,

I've been trying to overlay some info onto the render outputs so that the Artists can see frame length, data output size and the attributes(needs to be all attributes) they have changed.

So far I've had no luck.

I was trying to use:

https://www.sidefx.com/forum/topic/68258/ [www.sidefx.com]

…What was posted here but it doesn't seem to work for me.

also I'm a nobe…so will need some hand holding

I attached a hip for people to see.

Attachments:
untitled.hip (972.2 KB)

User Avatar
Member
544 posts
Joined: Sept. 2012
Offline
Hi there,

So I've fixed the python script node part of the graph, it was using the wrong syntax:

# Print Work Item Name, Index and Attribute
print “name: ” + work_item.name
print “index: ” + str(work_item.index)

attrib = floatData(work_item, “scale”)
if attrib:
print “attrib: ” + str(attrib)


However, I couldn't get any further with the rest of the cook because it needs Arnold render and we don't have that installed here. So far as we can tell, you are doing it right in the ROP Composite node:

Frame Number $F
scale = `@scale`
parameter = `@scalechannel`

Can you maybe give us a test file that doesn't use Arnold (eg. Mantra)? We can then get further with helping you.
- Ken Xu
  • Quick Links