Callum McGing
Callum McGing
Right now none of the blender collada exporters support custom properties.  I'll be working on patching this exporter soon, is this a feature that would be upstreamed easily?
Using Arch Linux aur package, `python-pyqt5` is installed. Console output: ``` Mkchromecast v0.3.8.1 Selected backend: /usr/bin/parec Selected audio codec: mp3 Default bitrate used: 192k Default sample rate used: 44100Hz. ```
This updates Expressions to be able to be reduced to literals at compile time. e.g. the expression `3 + 5 * 3` will become just `LITERAL 18` in bytecode.
Please describe your issue as accurately as possible. If you run into a problem with a binary release, make sure to test with latest `master` as well. **Important:** When reporting...
To be updated with which model is displaying differently, or if it has to do with offsets. Report taken from the-starport: 
- Allow for rendering of bounding boxes also
When outside of `flare_cone` (if it exists), light billboards shouldn't be rendered. This may fade, check Freelancer for behaviour
`warning: ‘FT_FaceRec_* pango_fc_font_lock_face(PangoFcFont*)’ is deprecated: Use 'pango_font_get_hb_font' instead [-Wdeprecated-declarations]` `warning: ‘void pango_fc_font_unlock_face(PangoFcFont*)’ is deprecated: Use 'pango_font_get_hb_font'` Need to see whether the Harfbuzz API with `pango_font_get_hb_font` allows for accessing an underlying...
This is too big to split into multiple issues. There's plenty of problems regarding transforms, as well as geometry not being created properly. Geometry issues are in FxRectAppearance and FxPerpAppearance....