-
Notifications
You must be signed in to change notification settings - Fork 128
Conversation
…equalizer-integration
…equalizer-integration
…equalizer-integration
…gration' into feature/OP-6032_3dequalizer-integration
…equalizer-integration
reverting to use built-in 3dequalizer nuke export script
add support for mel script from 3dequalizer
…equalizer-integration
…equalizer-integration
tde4.loadProject(os.path.join(workdir, projects[-1])) | ||
|
||
|
||
@staticmethod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too many blank lines (2)
# "EqualizerHost._timer", int(heartbeat_interval)) | ||
|
||
|
||
def _set_project(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too many blank lines (2)
tde4.setProjectNotes( | ||
re.sub( | ||
CONTEXT_REGEX, | ||
"AYON_CONTEXT::%s::AYON_CONTEXT_END"%update_str, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing whitespace around modulo operator
return current_filepath | ||
|
||
|
||
def get_overscan(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too many blank lines (2)
def open_workfile(self, filepath): | ||
result = tde4.loadProject(filepath) | ||
if not bool(result): | ||
raise RuntimeError("Failed to open workfile %s."%filepath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing whitespace around modulo operator
# set the sequence attributes star/end/step | ||
tde4.setCameraSequenceAttr( | ||
camera, int(version["data"].get("frameStart")), | ||
int(version["data"].get("frameEnd")), 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undefined name 'version'
|
||
# set the sequence attributes star/end/step | ||
tde4.setCameraSequenceAttr( | ||
camera, int(version["data"].get("frameStart")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
undefined name 'version'
|
||
image_dir, image_path = os.path.split(file_path) | ||
image_name, id, image_format = image_path.split(".") | ||
pattern = ".".join([image_name, len(id)*"#", image_format]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing whitespace around arithmetic operator
tde4.getCameraName(c) == container["namespace"] | ||
][0] | ||
except IndexError: | ||
self.log.error('Cannot find camera {}'.format(container["namespace"])) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line too long (82 > 79 characters)
tde4.setLensFocalLength(lens_id, float(camera_focal[0])) | ||
|
||
|
||
def update(self, container, representation): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
too many blank lines (2)
Changelog Description
Paragraphs contain detailed information on the changes made to the product or service, providing an in-depth description of the updates and enhancements. They can be used to explain the reasoning behind the changes, or to highlight the importance of the new features. Paragraphs can often include links to further information or support documentation.
Additional info
Paragraphs of text giving context of additional technical information or code examples.
Testing notes: