├── .github └── FUNDING.yml ├── FGA_VectorFields ├── __init__.py ├── vf_editor.py └── vf_io.py └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: isathar 2 | -------------------------------------------------------------------------------- /FGA_VectorFields/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isathar/Blender_UE4_VectorFieldEditor/HEAD/FGA_VectorFields/__init__.py -------------------------------------------------------------------------------- /FGA_VectorFields/vf_editor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isathar/Blender_UE4_VectorFieldEditor/HEAD/FGA_VectorFields/vf_editor.py -------------------------------------------------------------------------------- /FGA_VectorFields/vf_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isathar/Blender_UE4_VectorFieldEditor/HEAD/FGA_VectorFields/vf_io.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/isathar/Blender_UE4_VectorFieldEditor/HEAD/README.md --------------------------------------------------------------------------------