vircadia / vircadia-docs-sphinx

User documentation for Vircadia.
https://docs.vircadia.com/
Other
8 stars 18 forks source link

Incorrect information about quotes in URLs in FST files #182

Open ksuprynowicz opened 2 years ago

ksuprynowicz commented 2 years ago

I encoutered this problem trying to use custom animation graph for an avatar. When link was in quotes, it would silently load default animation graph instead, whitout any message in the logs. So for example: animGraphUrl = "http://oaktown.pl/test/avatar-animation.json" wouldn't work, and: animGraphUrl = http://oaktown.pl/test/avatar-animation.json would work correctly. Documentation suggests using quotes around URL, which is misleading, and shouild be updated: animGraphUrl = "URL" Should be: animGraphUrl = URL With a note saying that it won't work with quotes.

0Bondrewd commented 2 years ago

Which documentation suggests surrounding quotes with URL's?

JulianGro commented 2 years ago
$ grep -r "animGraphUrl" *
create/avatars/custom-animations.rst:    animGraphUrl = "URL"
$ 
ksuprynowicz commented 2 years ago

Which documentation suggests surrounding quotes with URL's?

I found one here, but there may be more. It would be best to search for FST in documentation https://docs.vircadia.com/create/avatars/custom-animations.html