Git Product home page Git Product logo

vfx-usdsurvivalguide's People

Contributors

beersandrew avatar bigroy avatar dstarraj avatar lucascheller avatar mrowdy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vfx-usdsurvivalguide's Issues

Links on introduction page don't work on website

On this website the links that link locally within the site don't work - unless you browse to the site using this url.

Fails: https://lucascheller.github.io/VFX-UsdSurvivalGuide/
Works: https://lucascheller.github.io/VFX-UsdSurvivalGuide/introduction/overview.html

They seem to to link to for example: ../introduction/motivation.md which takes the site from:
https://lucascheller.github.io/VFX-UsdSurvivalGuide/
to:
https://lucascheller.github.io/introduction/motivation.md

As such I assume the link has to be changed to introduction/motivation.md or alike. I wanted to create a PR for that. However, the current link does work in the previews on Github and will likely break the other URL that does work currently. As such I wasn't sure what the preferred way of fixing it was and instead opened this issue. :)

Vertical dynamic navigation bars makes copying code examples difficult

Hi Luca,
Great book! Thank you for writing this. I just wanted to report a UI issue that's getting in the way of using the code examples.

When trying to copy the code examples manually by dragging the mouse over the code, the left navigation bar appears when moving to the beginning of the line, meaning that you can't start the drag operation to highlight the code.

When trying to press the "copy code" button instead in the top-right corner, the right navigation bar appears, preventing you from clicking it.

I don't know how much control you have over the theme to be able to tweak that, but maybe the code example boxes can have their outer margins brought in a bit to avoid the issue.

This is on Mac OS Ventura (13.0.1) with Chrome (116.0.5845.110)

Many thanks,
Andy

Issue in code provided in 2.2.1 Paths (3)

There are few issues in the Properties code:


Issue:
AttributeError: 'str' object has no attribute 'name'
Possible Fixes:

path = Sdf.Path("/set/bicycle.tire:size")
property_name = path.name                 # Returns: 'tire:size'

Issue:
AttributeError: 'module' object has no attribute 'path'
Possible Fixes:

last_element = Sdf.Path.StripNamespace("/set/bicycle.tire:size") # Returns: 'size'

Issue:
ArgumentError: Python argument types in
Path.GetPrimPath(Path, Path)
did not match C++ signature:
GetPrimPath(pxrInternal_v0_21__pxrReserved__::SdfPath {lvalue})

Possible Fixes:

prim_path = path.GetPrimPath() # Returns: Sdf.Path('/set/bicycle')

or,

prim_path = Sdf.Path.GetPrimPath(path) # Returns: Sdf.Path('/set/bicycle')

Note: If you want I can too raise a PR.

Issue in code provided in 2.2.2.1 Prims (3)

There is a issues in the Prim Type Definition (High Level) code:

dst_prim = prim_def.FlattenTo("/flattenedExample")

Boost.Python.ArgumentError: Python argument types in
PrimDefinition.FlattenTo(PrimDefinition, str)
did not match C++ signature:
FlattenTo(class pxrInternal_v0_22__pxrReserved__::UsdPrimDefinition {lvalue}, class pxrInternal_v0_22__pxrReserved__::TfWeakPtr<class pxrInternal_v0_22__pxrReserved__::SdfLayer> layer, class pxrInternal_v0_22__pxrReserved__::SdfPath path, enum pxrInternal_v0_22__pxrReserved__::SdfSpecifier newSpecSpecifier=Sdf.SpecifierOver)
FlattenTo(class pxrInternal_v0_22__pxrReserved__::UsdPrimDefinition {lvalue}, class pxrInternal_v0_22__pxrReserved__::UsdPrim parent, class pxrInternal_v0_22__pxrReserved__::TfToken name, enum pxrInternal_v0_22__pxrReserved__::SdfSpecifier newSpecSpecifier=Sdf.SpecifierOver)
FlattenTo(class pxrInternal_v0_22__pxrReserved__::UsdPrimDefinition {lvalue}, class pxrInternal_v0_22__pxrReserved__::UsdPrim prim, enum pxrInternal_v0_22__pxrReserved__::SdfSpecifier newSpecSpecifier=Sdf.SpecifierOver)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.