KhronosGroup / KhronosGroup/OpenCOLLADA
CGFX string parameter not supported by <setparam> element
Open
bug
- Dominant language
- C++
- Stars
- 679
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
in COLLADAMayaMaterialExporter.cpp, a <setparam> element of type string is exported but it is not supported by COLLADA. See the following case label:
case cgfxAttrDef::kAttrTypeString:
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in COLLADAMayaMaterialExporter.cpp at the cgfxAttrDef::kAttrTypeString case and inspect how string parameters become setparam elements. Compare that output with the COLLADA-supported parameter types; done means string attributes no longer produce an unsupported setparam element.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100