qLab / qLib

A procedural asset library for SideFX Houdini. https://www.facebook.com/qLibHoudini
http://qlab.github.io/qLib
Other
738 stars 116 forks source link

implement (optional) storing of filename history when saving hip files #776

Open johnnyquest opened 6 years ago

johnnyquest commented 6 years ago

http://www.sidefx.com/docs/houdini/hom/locations.html

Before Houdini saves the scene file, it will run HOUDINIPATH/scripts/beforescenesave.py if it exists

or maybe a before-save event handler would be better...

Also, handler on scene open: if file name differs from the top one on the list in the hip, add the name (i.e. for manually copied files)


also: houdini activity monitor

also: copy/paste history

qLib save/save-as: write an entry in the undo queue, marking the save

johnnyquest commented 5 years ago

this should be separate from qLib, maybe a qLib-datatracking module