Exocortex / ExocortexCrate

http://exocortex.com/products/crate
BSD 3-Clause "New" or "Revised" License
134 stars 68 forks source link

Maya crash when setting filename with a directory #35

Open AntoineFlo opened 9 years ago

AntoineFlo commented 9 years ago

Hello,

I'm using Maya 2015 and the lastest Exocortex crate sources from Git built on Centos 6

  1. basic scene with one object
  2. attach an *.abc
  3. select the 'ExocortexAlembicFile1' node
  4. in the script editor

almb = pm.ls(sl=1)[0] almb.fileName.set('/home/aflotin/Desktop/exocortex')

= > maya crash

I know you're not supposed to set a directory name but since it makes Maya crash I prefered report it.

Cheers, Antoine