Travis Mosley
Travis Mosley
Hey, I've noticed that Sequence.positions throws a TypeError when iterating through DescriptiveMarker objects. Here's the line: https://github.com/markreidvfx/pyaaf/blob/master/aaf/component/Sequence.pyx#L106 If 'component' is a DescriptiveMarker, the 'length' attribute will be None, so it...
I might just be misunderstanding the semantics, but I think this is a bug. Setting up the building blocks: ```python from pyparsing import Keyword, IndentedBlock, one_of from pyparsing import common...
This fixes four errors involving dependency resolution when using rez pip. 1. If the python package already includes a pip dependency for a package, `rez pip` fails 2. `get_distribution_name` is...
Added support for ARM architecture in `vendor/init.bat`