December 16, 2020, 10:27 (GMT) |
add indices accessor |
December 16, 2020, 10:25 (GMT) |
Updated with the latest description of the design task |
Revision 02ff143 by Nathan Letwory / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) December 16, 2020, 10:17 (GMT) |
Steam Release: Script creation of Steam build files Script tool for automation of Steam build files for tasks like {T77348} This script automates creation of the Steam files: download of the archives, extraction of the archives, preparation of the build scripts (VDF files), actual building of the Steam game files. Requirements ============ * MacOS machine - Tested on Catalina 10.15.6. Extracting contents from the DMG archive did not work Windows nor on Linux using 7-zip. All DMG archives tested failed to be extracted. As such only MacOS is known to work. * Steam SDK downloaded from SteamWorks - The `steamcmd` is used to generate the Steam game files. The path to the `steamcmd` is what is actually needed. * SteamWorks credentials - Needed to log in using `steamcmd`. * Login to SteamWorks with the `steamcmd` from the command-line at least once - Needded to ensure the user is properly logged in. On a new machine the user will have to go through two-factor authentication. * App ID and Depot IDs - Needed to create the VDF files. * Python 3.x - 3.7 was tested. * Base URL - for downloading the archives. Reviewed By: Jeroen Bakker Differential Revision: https://developer.blender.org/D8429 |
December 16, 2020, 10:09 (GMT) |
remove debug prints |
December 16, 2020, 10:08 (GMT) |
Version: Blender 2.83.11 beta |
December 16, 2020, 09:49 (GMT) |
initial inplace priority queue |
December 16, 2020, 07:23 (GMT) |
Removed unused variable modifier_copy |
December 16, 2020, 03:19 (GMT) |
Add function to copy RNA UI data from one group's properties to another's |
December 16, 2020, 03:18 (GMT) |
Remove use of "_RNA_UI" |
December 15, 2020, 22:34 (GMT) |
Add IDP_ui_data_type helper function, use switch statements |
December 15, 2020, 22:03 (GMT) |
cleanup |
December 15, 2020, 21:59 (GMT) |
make test slightly more complex |
December 15, 2020, 21:58 (GMT) |
cleanup and fixes |
December 15, 2020, 21:31 (GMT) |
Merge branch 'master' into greasepencil-object |
December 15, 2020, 21:26 (GMT) |
cleanup |
December 15, 2020, 21:13 (GMT) |
Fix cloth sim artifacts on planes |
December 15, 2020, 21:09 (GMT) |
cleanup naming |
December 15, 2020, 21:07 (GMT) |
Fix debug build |
December 15, 2020, 21:07 (GMT) |
add more tests |
December 15, 2020, 21:07 (GMT) |
Sculpt: Cloth Deform target for transform |
|