pyblish.util
.+
button to the right of each paragraph to add a commentNote: The below content was written at various versions of Pyblish and may not include current best practices, but all remain forwards compatible with version 1.4.For example,.set_data("key", "value")
has been superseded by.data["key"] = "value"
but will still work with newer plug-ins.
2015-08-07 20:48
- Updated This2015-08-09 17:24
- Updated This, with installation instructions2015-08-10 09:00
- Updated This2015-08-18 07:22
- Added "You will learn" to This2015-10-19 14:38
- Updated use of "Asset" to "Instance"2015-11-19 09:07
- Updated to pure-dict2016-01-21 17:46
- Transitioned to GitBooks, removed section about custom test and services.2016-06-07 09:48
- Defer use of GUI from guide.2016-07-01 14:54
- Link to installation guide on Forum2016-08-03 10:40
- Add intermediate and advanced links2017-08-12 10:30
- Removed deprecated dependency injection link