v1.12.19
This is an incremental update to v1.12. If you are already using a v1.12 release, you can safely upgrade without having to change any of your code.
Build
- Fixed:
send_albedo_colors
doesn't work.
tdw
module
- Added:
type_aliases.PATH
, a type alias forUnion[str, Path]
. ReplacedUnion[str, Path]
withPATH
through TDW's codebase. - Added to
TDWUtils
:tuple_to_vector3(tup)
,tuple_to_vector4(tup)
andtuple_to_color(tup)