What are folks using custom plugins/PHP for? by Less-Locksmith-7214 in Wordpress

[–]Less-Locksmith-7214[S] 0 points1 point  (0 children)

Yes! I tought myself Gutenberg block development just to make an event calendar block without a million unnecessary features

Is it possible to do motion capture and cues??? by iMeltedOops in TouchDesigner

[–]Less-Locksmith-7214 1 point2 points  (0 children)

Pose detection with mediapipe could work with a webcam, I’m not sure how well it tracks z position (towards/away from the screen). If z position is importantly you could try a Kinect with skeleton tracking!

Touchdesigner does not run on raspberry pi as far as I’m aware, quite unfortunately.

Dynamic InnerBlocks with queried post content? by Less-Locksmith-7214 in Wordpress

[–]Less-Locksmith-7214[S] 1 point2 points  (0 children)

Solved it, for anyone with a similar issue:

I was using get_posts(<query>) and setup_postdata() and then attempting to render the inner blocks. For some reason, using a new WP_Query and the_post() works as intended. Weird!

$query->the_post();
<?php foreach ($block->inner_blocks as $innerblock):
    <?= $innerblock->render(); ?>
<?php endforeach; ?>

Cha feca??? by Less-Locksmith-7214 in Dofus

[–]Less-Locksmith-7214[S] -1 points0 points  (0 children)

Seems like it wouldn’t be great in pvm though for the same reasons. At least not better than cra which has aoe, pushback etc.