
Marco Vanossi
- Total activity 501
- Last activity
- Member since
- Following 0 users
- Followed by 5 users
- Votes 1
- Subscriptions 200
Posts
Recent activity by Marco Vanossi Sort by recent activity-
SnapML sample code throws error
Hi, I'm following the instructions on https://lensstudio.snapchat.com/guides/machine-learning/ml-frameworks/export-from-tensorflow/ in order to freeze a TensorFlow PB file . I am using the recomm...
-
Lens Studio 3.0
Hey team! Great work on fixing a lot of bugs I've reported ;) Looking good so far!!! thanks!
-
Dragging 3d object vertical doesn't work
Hi! I've followed this example but when I drag the object up/down the scale changes. But if move it left/right it gets dragged. I would expect that you would have to pinch for the scale to chan...
-
can't select multiple scripts
-
down
-
const limit
Is it really required to limit array sizes? I am able to easily bypass it by splitting an array in 1000 or whatever part numbers I need. It's just really annoying to have to keep splitting arrays a...
-
Wrong autocomplete for code editor
Let's say I declared a variable named name_substr. When I type "name" it suggests name_subst without the "r" in the end. It does that also for namesWithLetter in this example. I've seen these a few...
-
Wrong autocomplete for code editor
Let's say I declared a variable named name_substr. When I type "name" it suggests name_subst without the "r" in the end. It does that also for namesWithLetter in this example. I've seen these a few...
-
Programatically generate a touch
Hi, Is it possible to generate a touch on an image programatically? Let's say my image object is called xxx. Is there something like xxx.click()? Or even can I generate touch events on the s...
-
set order for Scene Object
Would be nice to be able to set the order for a whole scene obejct instead of having to set it for all child objects. thanks