TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Changing matreial names in Blender breaks the link to node trees. #22

Open TzuChieh opened 5 years ago

TzuChieh commented 5 years ago

This problem can also appear when appending materials/nodetrees from other blend files.

TzuChieh commented 5 years ago

This should be fixed in Blender 2.80 as now node trees can be pointed at by bpy.props.PointerProperty. No longer using names to lookup.

Pending for confirmation that this is actually fixed...

TzuChieh commented 8 months ago