https://github.com/jiegec/blender-scripts
Some useful Blender scripts
https://github.com/jiegec/blender-scripts
blender blender-scripts
Last synced: about 1 month ago
JSON representation
Some useful Blender scripts
- Host: GitHub
- URL: https://github.com/jiegec/blender-scripts
- Owner: jiegec
- Created: 2022-01-11T04:01:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T10:43:37.000Z (5 months ago)
- Last Synced: 2025-05-13T01:45:30.285Z (about 1 month ago)
- Topics: blender, blender-scripts
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blender Scripts
## Bake vertex colors to texture image
- Run with: blender -b -P bake_vertex_colors_to_texture_image.py -- input_ply output_obj
- Tested with blender 3.0.0
- Input: PLY format with vertex color attributes i.e. rgb channels
- Output: OBJ format with texture image
- Blender version requirement: <= 3.6.0 due to api changes, see #1 for discussions