patremblay Posted August 7, 2019 Share Posted August 7, 2019 How to add timeline markers? Quote Link to comment Share on other sites More sharing options...
kleer001 Posted August 7, 2019 Share Posted August 7, 2019 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 Quote Link to comment Share on other sites More sharing options...
patremblay Posted August 7, 2019 Author Share Posted August 7, 2019 Thanks kleer, I figured the null workaround but just thought this should be an obvious feature in any package involving animation... Still Houdini rocks 1 Quote Link to comment Share on other sites More sharing options...
kleer001 Posted August 8, 2019 Share Posted August 8, 2019 You're very welcome! Why obvious? Where have you seen it before? Quote Link to comment Share on other sites More sharing options...
patremblay Posted August 8, 2019 Author Share Posted August 8, 2019 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... Quote Link to comment Share on other sites More sharing options...
Nicholas Ralabate Posted November 12, 2019 Share Posted November 12, 2019 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. Quote Link to comment Share on other sites More sharing options...
Atom Posted November 13, 2019 Share Posted November 13, 2019 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. Quote Link to comment Share on other sites More sharing options...
flcc Posted November 13, 2019 Share Posted November 13, 2019 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 ? Quote Link to comment Share on other sites More sharing options...
Atom Posted November 13, 2019 Share Posted November 13, 2019 (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, 2019 by Atom Quote Link to comment Share on other sites More sharing options...
nijhun Posted September 25, 2021 Share Posted September 25, 2021 (edited) I tried opening an animation editor and pin it on a separate window. This way, I can refer to the animation keyframes that I've manually recorded - whether a NULL or other key nodes that have important keyframes. Hope this helps! Edited September 25, 2021 by nijhun Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.