- Download source & dependencies
# Make a folder
mkdir ~/blender-git
cd ~/blender-git
# Clone the Blender repo
git clone https://git.blender.org/blender.git
# Clone the dependencies
mkdir ~/blender-git/lib
cd ~/blender-git/lib
| import { | |
| ValidationArguments, | |
| ValidationOptions, | |
| ValidationTypes, | |
| registerDecorator, | |
| } from 'class-validator'; | |
| import 'reflect-metadata'; | |
| // Must not conflict with other existing properties in the application | |
| const MUTUALLY_EXCLUSIVE_KEY = (tag: string) => |
# Make a folder
mkdir ~/blender-git
cd ~/blender-git
# Clone the Blender repo
git clone https://git.blender.org/blender.git
# Clone the dependencies
mkdir ~/blender-git/lib
cd ~/blender-git/lib