blender

class actions.blender.Action(**options)

Bases: core.models.Action

3D Objects

apply(photo, setting, cache)
get_relevant_field_labels()

If this method is present, Phatch will only show relevant options.

Returns:list of the field labels which are relevant
Return type:list of strings

Note

It is very important that the list of labels has EXACTLY the same order as defined in the interface method.

init()
interface(fields)

Previous topic

background

Next topic

border

This Page