Kyle Mac
Kyle Mac
Looking for this also!
Hello! Is there an update for when you the animation feature will be released? Thanks!
Specifically, I'd like to animate OBJ rotating the object in a perfect circle. Exactly like the mode-tag example seen here: https://jmp.sh/wlEELyn Could you please help/offer a suggestion on how I...
Oh great, this is perfect! I totally missed this. Thanks for the response @hujiulong ...
Thanks Sander, I'm getting closer thanks to your help! To get it working, I had to adjust like so: **Custom Filter** ``` function serialize_front_page_posts($post_data){ // ignore if not front page...
Hmm I assumed the same, It wouldn't work when putting `frontPagePosts` in `rez_serialize_post` but `rez_build_loop_data` does. Just noticed that I'm getting an `Uncaught TypeError: _store2.default.state.loop.map is not a function at...
Hey Sander! I'm unable to serialize any data using `add_filter('rez_serialize_post', 'serialize_front_page_posts');` Using `rez_build_loop_data` and `rez_build_site_data` work though. If I test the serialization using `rez_build_loop_data` with the lines of code you...
No worries Sander, I’ve managed to find a temporary fix. But, next week let me make my repo public just incase this happens to be a bigger issue.. Thanks again!...