Skip to content

Instantly share code, notes, and snippets.

@branan
Created December 26, 2013 20:44
Show Gist options
  • Save branan/8138493 to your computer and use it in GitHub Desktop.
Save branan/8138493 to your computer and use it in GitHub Desktop.
def export_obj:
obj.export_thyself
obj.children.each
export_obj child
if obj.needs_lightmaps
lm_list.push_back(obj)
# more of this for other post-processing
def post_process
lm_list.each
build_lm obj
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment