Skip to content

v1.12.19

Compare
Choose a tag to compare
@alters-mit alters-mit released this 22 Dec 18:08
· 161 commits to master since this release
af020de

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 for Union[str, Path]. Replaced Union[str, Path] with PATH through TDW's codebase.
  • Added to TDWUtils: tuple_to_vector3(tup), tuple_to_vector4(tup) and tuple_to_color(tup)