0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
version bump 0.1.3 More... about 12 years ago
Fixes an issue with task depends not being setup properly. More... about 12 years ago
Fixes an issue where calling addLayer when the active job is set could create dup layers. More... about 12 years ago
fix logging handlers to create default WARN at module level More... about 12 years ago
typo args --> kwargs More... about 12 years ago
Merge branch 'master' of https://github.com/sqlboy/blueprint More... about 12 years ago
fix maya module TaskIterator import More... about 12 years ago
fix TaskIterator import statement More... about 12 years ago
Add PostTask to exported entries. More... about 12 years ago
Better handling of post task launches. More... about 12 years ago
A refactor to simplify Layers/Tasks. The layer is still the base class (for now), with a few different subclasses. Task, TaskIterator, SetupTask, and eventually PostTask. More... about 12 years ago
set services properly for maya and nuke. More... about 12 years ago
New IO handling system. More... about 12 years ago
Support the "nodes" arg for nuke. More... about 12 years ago
Added getData default arg support. More... about 12 years ago
Fixed IO format bug More... about 12 years ago
Added layer support to archive getData More... about 12 years ago
Fixes getData issue on layer. More... about 12 years ago
Fixes for setup plugin tests. More... about 12 years ago
make the io methods properties. More... about 12 years ago
Added jobSetup to the plugin events. More... about 12 years ago
Cleanups to input/output data flushing. More... about 12 years ago
Only flush inputs/outputs if they have been changed. More... about 12 years ago
fix the way loadScript() splits the script string to derive the job name More... about 12 years ago
missing logging import More... about 12 years ago
Add an _execute function to the task that takes no args. More... about 12 years ago
the default _execute should take *args More... about 12 years ago
Minor fix to plowrun module for task layer names. More... about 12 years ago
Properly handle more than 1 task layer. More... about 12 years ago
Add a default layer name to a task. More... about 12 years ago