Go to file
2023-02-28 21:38:32 -08:00
__init__.py Show the image type (image, sequence, movie, etc.) of the loaded footage. 2023-02-28 21:38:32 -08:00
.gitignore Initial commit 2022-03-05 13:15:57 -08:00
bake.py WIP: bake on every frame of a render. 2023-01-13 13:51:56 -08:00
camera_align.py Simplify the camera track alignment UI. 2023-02-17 18:47:01 -08:00
CHANGELOG.md Add a (currently empty) changelog. 2022-03-05 13:24:44 -08:00
LICENSE.md Clean up readme and license file. 2022-03-05 13:21:22 -08:00
names.py WIP: bake on every frame of a render. 2023-01-13 13:51:56 -08:00
node_groups.py Clean up the node structure a bit. 2022-04-10 07:05:16 -07:00
README.md Rename addon to something more silly. 2022-03-22 17:47:03 -07:00
uv_utils.py Add UV margin setting. 2022-04-09 13:20:31 -07:00

Compify

A Blender addon for easier/better compositing in 3D space.

This addon requires Blender 3.0 or later.

License

The code in this addon is licensed under the GNU General Public License, version 2. Please see LICENSE.md for details.

Contributing

Although we are not specifically looking for contributions right now, if you would like to contribute please keep in mind the following things:

  • By submitting any work for inclusion in this addon, you agree to license it under the same terms as above, and you assert that you have the rights to do so.
  • Larger changes to the addon are likely to be rejected unless by pure coincidence they happen to align with our goals for the project. So if you are considering a larger change, please either file an issue or otherwise contact us to discuss your idea before starting work on it, so that you don't inadvertantly waste your time.