Skip to content

A python script for CityEngine to export objects with IDs to an FBX

Notifications You must be signed in to change notification settings

virtualarchitectures/CityEngine_FBX_Export_IDs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CityEngine FBX Export With Object IDs

This repository provides a python script for CityEngine that reads a specific object attribute, in this case OBJECTID, and assigns that value as the name of each object. The script then exports the collection of named objects to an FBX file. The names of each object can be used in software like a game engine to attach further data to each object via script.

The script assumes that the directory specified for the export already exists e.g. dir = "C:/CityEngineExport/". The file will be exported with the specified file name e.g. name = "CityEngineExport".

Note: The attribute selected for the exported object names must funtion as a unique identifier in order for data to be attached to each object unambiguously.

About

A python script for CityEngine to export objects with IDs to an FBX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages