update doc strings

This commit is contained in:
Mustafa-Zarkash 2023-08-03 21:43:50 +03:00
parent 7a74608b11
commit a1b0c409ac
3 changed files with 10 additions and 2 deletions

View file

@ -8,6 +8,8 @@ it's by default selects the output sop with mimimum idx
or the node with render flag isntead.
to eleminate any confusion, we set the sop node explictly.
This plugin is part of publish process guide.
"""
from openpype.hosts.houdini.api import plugin

View file

@ -5,6 +5,8 @@ It is used mainly to update instance.data
P.S.
There are some collectors that run by default for all types.
This plugin is part of publish process guide.
"""
import pyblish.api

View file

@ -1,12 +1,16 @@
# -*- coding: utf-8 -*-
"""It's almost the same as
"""Validate path attribute for all primitives.
It's almost the same as
'validate_primitive_hierarchy_paths.py'
however this one includes more comments for demonstration.
however this one includes extra comments for demonstration.
FYI, path for fbx behaves a little differently.
In maya terms:
in Filmbox FBX: it sets the name of the object
in Alembic ROP: it sets the name of the shape
This plugin is part of publish process guide.
"""
import pyblish.api