10450 Commits (d4583adbef52f10d47f0a0c4514b4e8f2f89102d)
 

Author SHA1 Message Date
Vladimír Vondruš d4583adbef SceneTools: preserve field flags in filterFieldEntries(). 3 years ago
Vladimír Vondruš 68ec362b37 SceneTools: add childrenDepthFirst(). 3 years ago
Vladimír Vondruš 8a4c9941b1 SceneTools: minor cleanup. 3 years ago
Vladimír Vondruš 085ae0ee8d SceneTools: add filterObjects(). 3 years ago
Vladimír Vondruš c32bf7e74c SceneTools: add filterFieldEntries(). 3 years ago
Vladimír Vondruš e7d1e31f46 SceneTools: orderClusterParents() -> parentsBreadthFirst(). 3 years ago
Vladimír Vondruš 4a92ccfadd SceneTools: flattenTransformHierarchy*D() -> absoluteFieldTransform*D(). 3 years ago
Vladimír Vondruš 8578c179e1 SceneTools: don't bother saving compile times in a deprecated header. 3 years ago
Vladimír Vondruš 1e813908ec SceneTools: add filterFields(), filter{Only,Except}Fields(). 3 years ago
Vladimír Vondruš 0a8ebfbea5 MeshTools: tighten up filter{Only,Except}Attributes() behavior. 3 years ago
Vladimír Vondruš 67831511cf SceneTools: handle enforced shared mapping in combineFields(). 3 years ago
Vladimír Vondruš bdc28190e0 Trade: extract checks for shared scene field mapping. 3 years ago
Vladimír Vondruš 7cfd41982c SceneTools: make the combineFields() assertion test work on ARM64. 3 years ago
Vladimír Vondruš 25b4bae09b SceneTools: support strings in combineFields(). 3 years ago
Vladimír Vondruš cc0db3dd08 Trade: assertions for string data being too far apart on 64 bits. 3 years ago
Vladimír Vondruš 6ef3842d7c Trade: use debug asserts given they're tested as debug asserts. 3 years ago
Vladimír Vondruš 3a8bf6b82e Trade: minor cleanup in SceneData internals. 3 years ago
Vladimír Vondruš f41b1f4fae SceneTools: support SceneFieldType::Bit in combineFields(). 3 years ago
Vladimír Vondruš c8809e6dde SceneTools: further improve readability in combineFields() internals. 3 years ago
Vladimír Vondruš ba892c0ca7 SceneTools: tighten up & publish combineFields(). 3 years ago
Vladimír Vondruš a99c5bd4e1 SceneTools: minor cleanup in the tests. 3 years ago
Vladimír Vondruš 966b76fd71 MaterialTools: ensure the default deleter in filter{Attributes,Layers}(). 3 years ago
Vladimír Vondruš 1a7a79b923 sceneconverter: update a TODO. 3 years ago
Vladimír Vondruš c4607e38fc MeshTools: port away from deprecated filterOnlyAttibutes() in transform(). 3 years ago
Vladimír Vondruš 8eff8f2879 MeshTools: deprecate ID-based filter*Attributes() in favor a new API. 3 years ago
Vladimír Vondruš d06d80596b sceneconverter: forgot to include --set in the docs. 3 years ago
Vladimír Vondruš c5d2472a03 sceneconverter: add a --set option for setting arbitrary plugin config. 3 years ago
Vladimír Vondruš 13d0b0b1c7 sceneconverter: add a --prefer option for plugin overrides. 3 years ago
Vladimír Vondruš 12c58babe2 sceneconverter: add --passthrough-on-*-converter-failure. 3 years ago
Vladimír Vondruš f480426124 SceneTools: doc++ 3 years ago
Vladimír Vondruš bda01768c2 doc: add a checklist of things to not forget with plugin interfaces. 3 years ago
Vladimír Vondruš 3a9111df93 AnySceneImporter: proxy custom animation track target names. 3 years ago
Vladimír Vondruš 7304ccc1e3 AnySceneConverter: proxy custom animation track name setting. 3 years ago
Vladimír Vondruš 07ffe71cec AnySceneConverter: uhh why these were all exported?! 3 years ago
Vladimír Vondruš 2bba1834a0 Trade: ability to specify custom animation target names on conversion. 3 years ago
Vladimír Vondruš 8764e25caa Doc++ 3 years ago
Vladimír Vondruš eabba4f155 Trade,SceneTools: use lowercase in custom field / attribute name tests. 3 years ago
Vladimír Vondruš 509bad3462 Trade: don't unwrap custom attribute/field names when passing to do*(). 3 years ago
Vladimír Vondruš b7de0916ab Trade: make SceneData::releaseData() and releaseFieldData() independent. 3 years ago
Vladimír Vondruš 89e77a42db Trade: deprecate LightData::Type in favor of LightType. 3 years ago
Vladimír Vondruš 73f5f0b8b0 Document how *Flag::Quiet and *Flag::Verbose is used by plugins. 3 years ago
Vladimír Vondruš 65e15f238e Math: improve Vector::flipped() docs. 3 years ago
Vladimír Vondruš 041b1aa654 Trade: improve MeshData, SceneData and MaterialData population docs. 3 years ago
Vladimír Vondruš f14d4053da Trade: clarify also offset-only SceneFieldData usage. 3 years ago
Vladimír Vondruš 2c27831b0a MeshTools,Trade: clarify why offset-only attributes can't be used. 3 years ago
Vladimír Vondruš fe0a46abad Improve docs of image classes. 3 years ago
Vladimír Vondruš 17ab578443 Add a pixelFormat(PixelFormat, UnsignedInt, bool) helper. 3 years ago
Vladimír Vondruš b9412c42d3 TgaImporter: consistently use "gray" instead of "grey" everywhere. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 332bcb62fa It makes no sense to call isPixelFormatSrgb() on a depth/stencil format. 3 years ago