patremblay 0 Posted August 7 How to add timeline markers? Share this post Link to post Share on other sites
kleer001 150 Posted August 7 If I understand correctly what you're asking... Placing arbitrary non-parameter-based-keyframe markers on the timeline is not currently possible from default Houdini at the moment. If you want a work-around then create a null, call it "Marker" and place keyframes where you want to mark them. Then, when you select that node those markers are visible. If you want a non-parameter-based-keyframe marker your best bet is to create a detailed RFE over at https://www.sidefx.com/bugs/submit/ and then wait to see if the DEV Gods find your suggestion well formed. If you want to get into the weeds and do it yourself here's the playbar park of the SDK: https://www.sidefx.com/docs/hdk/class_h_o_m__playbar.html#ab7b9337b20b1188221ff1761e1058949 There's also the Network boxes and stickie notes: https://www.sidefx.com/docs/houdini/network/organize.html 1 Share this post Link to post Share on other sites
patremblay 0 Posted August 7 Thanks kleer, I figured the null workaround but just thought this should be an obvious feature in any package involving animation... Still Houdini rocks Share this post Link to post Share on other sites
kleer001 150 Posted August 8 You're very welcome! Why obvious? Where have you seen it before? Share this post Link to post Share on other sites
patremblay 0 Posted August 8 Well timing cues are often pretty handy when animating, I use timeline markers all the time in after effects and cinema 4d. A bunch of other softwares have them too... Share this post Link to post Share on other sites
xxyxxy 14 Posted November 12 This was one of the first things I looked for when animating in Hou, I came from FCPX where I would throw down markers willy-nilly as sort of like "TODO" markers or just points of interest when showing a clip. I think a good halfway point between selecting and keyframing a NULL and a whole new built-in feature is to write a Python snippet that sets a keyframe on your null whether or not it is selected and then bind that Python snippet to a hotkey. Share this post Link to post Share on other sites
Atom 1,011 Posted November 13 You can always key frame a null, those values will show up in the time line. You can think of those as markers. Select the null and use the jump to next keyframe button. Share this post Link to post Share on other sites
flcc 35 Posted November 13 The advantage of a different kind of element from a keyframe, is that there are shortcuts allowing you to navigate only on markers. You can jump from marker to marker while there are tons of keys in between. is it possible to emulate with the null trick ? Share this post Link to post Share on other sites
Atom 1,011 Posted November 13 (edited) Yes, if you only put a single set of keyframes on the NULL. When you select the NULL, keyframes from other objects are no longer displayed in the timeline, but the NULL keyframes will be displayed instead. You can use CTRL-RIGHT/LEFT arrow to jump to them. It does introduce the selection dance to your workflow, but is an existing way to emulate that feature. I personally don't miss timeline markers at all. Edited November 13 by Atom Share this post Link to post Share on other sites