
rigging in blender 2.80 for Lumberyard 1.19 Script Canvas sandbox , trying to make Vehicles
rigging in blender 2.80 for lumberyard
triple cannon tank finish off, watch prior video for setup of rig.
Github tutorial unfinished:
1.setup to work github.com in cmd.exe, install files off site, if lazy download github desktop, and just add the folder.. but unsure if will work on large folder..
2.get .gitignore file from amazon github..
3. got to main 1.19 folder ..
run cmd.exe or something that has git registered with creditials from there login.
cd E:\Amazon\Lumberyard\1.19.0.0
4. run git commands.
git init
-make folder respitpotory
git add
- add all files except the types in ignore, that are unneed and very big.
git commit -m "first push1"
// git remote add origin git@github.com:bmk10/lumberyard-bmk10-1.19
git remote add origin https://github.com/bmk10/lumberyard-bmk10-1.19
git push -u origin master
5. done.
-- Watch live at https://www.twitch.tv/bmkiller10