0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SgEntity: More... over 12 years ago
ID and Type fields no longer have their info.required set to True. More... over 12 years ago
SgFieldEntity: Set value was not calling toEntityFieldData() on passed entities. More... over 12 years ago
SgEntity: Fixed an issue with sync() where it would add field to the background pull engine when the Entity does not exist in Shotgun. More... over 12 years ago
SgConnection: Commit functionality working again. More... over 12 years ago
Callbacks: Removed ShotgunORM.onEntityCommit() callback. More... over 12 years ago
SgField: setValue was not calling SgField.setHasCommit(True). More... over 12 years ago
Updated doc strings. More... over 12 years ago
Updated doc strings. More... over 12 years ago
SgHumanUser.sendEmail() changed arg "cc" default from "[]" to "None" More... over 12 years ago
Added latestSubVersion() and latestVersion() to SgVersion. More... over 12 years ago
Loggers are now just passed self for SgEntity instead of calling __repr__. More... over 12 years ago
Updated doc strings. More... over 12 years ago
SgEntity: Added __enter__ and __exit__ support, calling with on an Entity will call its lock function. Code refactored to utilize this new functionality. More... over 12 years ago
Merge branch 'develop' More... almost 13 years ago
SgSession now flags entities isCommitting() when performing operations. More... almost 13 years ago
Tweaked debug output for fetch. More... almost 13 years ago
Lock entities during threaded field pull and set isFetching() to True. More... almost 13 years ago
First pass at asynchronous field retrieving when a field returns a new Entity/Entities. More... almost 13 years ago
SgFieldEntity and SgFieldEntityMulti added arg to .value(sgFields). More... almost 13 years ago
Refactored SgVersion a little. More... almost 13 years ago
Changed how Phase and Task "color" fields get set to SgFieldColor2. More... almost 13 years ago
SgSchema refactored _entityFix. More... almost 13 years ago
SgEntity.registerDefaultEntityClass no need to lock. More... almost 13 years ago
SgHumanUser.email check if email field is None. More... almost 13 years ago
SgFields pointing to SgEntity and not ShotgunORM.SgEntity. Fixed! More... almost 13 years ago
SgConnection entity query field default fallback More... almost 13 years ago
Added string utils for serializable list/dict objects. More... almost 13 years ago
Fixed bug with supporting AppWelcome and Banner entities. More... almost 13 years ago
Fixed typo. More... almost 13 years ago