compify/README.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2022-03-22 20:47:03 -04:00
# Compify
2022-03-05 16:21:22 -05:00
2022-03-22 20:47:03 -04:00
A Blender addon for easier/better compositing in 3D space.
2022-03-05 16:21:22 -05:00
2023-03-01 01:11:29 -05:00
This addon is currently beta quality. There may still be major bugs and rough edges, but in general it should *basically* work. Due to limitations in Blender's Python APIs there are also some rough edges that are unforunately impossible to fix at the moment.
This addon requires Blender 4.0 or later.
2022-03-05 16:21:22 -05:00
# 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.