ReTiCo icon indicating copy to clipboard operation
ReTiCo copied to clipboard

Real Time Companion, a Blender add-on made to work faster, oriented 3D realtime and glTF workflow.

Results 28 ReTiCo issues
Sort by recently updated
recently updated
newest added

need to take into account instances (so they get same color): ```python import bpy import random def returnRandColor(): return random.randrange(0, 1000000) / 1000000 for obj in bpy.context.selected_objects: obj.color = (returnRandColor(),...

enhancement
Meshes

an example code here : https://github.com/Korchy/blender_material_brute_force

enhancement

https://github.com/Vinc3r/Blender-Python-Snippets/blob/master/blender-2.8%2B/detect-negative-scale.py

enhancement
Meshes

- [ ] diffuse node color to viewport color - [ ] principled node color to viewport color - [ ] gltf node color to viewport color - [ ]...

enhancement
Materials

useful when importing objects

enhancement
help wanted
UVs

in 3DRT due to lightmap assignation we have to break material instanciation, but for the workflow it's often needed to reassign and come back to the base material. for example,...

enhancement
Materials