Build fails with OpenCOLLADA r817 #25772

Closed
opened 2011-01-23 11:15:17 +01:00 by Shinsuke Irie · 7 comments
Member

%%%I attempted to build Blender 2.56 r34461 with OpenCOLLADA 1.3.0 r817 on Ubuntu 10.10, but got errors in bf_collada.dir/ArmatureExporter.cpp so the build aborted. I use CMake build system. With OpenCOLLADA r816, I can successfully build it.

The error is as follows:

[ 58%] Building CXX object source/blender/collada/CMakeFiles/bf_collada.dir/ArmatureExporter.cpp.o
In file included from /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:41:
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/GeometryExporter.h:86: error: 'COLLADASW::Semantics' has not been declared
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/GeometryExporter.h:88: error: 'COLLADASW::Semantics' has not been declared
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp: In member function 'void ArmatureExporter::add_joints_element(ListBase*, const std::string&, const std::string&)':
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:268: error: 'JOINT' is not a member of 'COLLADASW'
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:270: error: 'BINDMATRIX' is not a member of 'COLLADASW'
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp: In member function 'void ArmatureExporter::add_vertex_weights_element(const std::string&, const std::string&, Mesh*, Object*, ListBase*)':
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:428: error: 'JOINT' is not a member of 'COLLADASW'
/tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:430: error: 'WEIGHT' is not a member of 'COLLADASW'
make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/ArmatureExporter.cpp.o] Error 1
make- [x]: Leaving directory /tmp/buildd/blender2.5-2.56+svn34461/debian/cmake' make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/all] Error 2 make- [x]: Leaving directory /tmp/buildd/blender2.5-2.56+svn34461/debian/cmake'
make- [x]: *** [all] Error 2
make- [x]: Leaving directory `/tmp/buildd/blender2.5-2.56+svn34461/debian/cmake'

Also, we can see the full build logs at https:*launchpad.net/~irie/+archive/blender/+buildjob/2189817/+files/buildlog_ubuntu-maverick-i386.blender2.5_2.56%2Bsvn34461-0irie1_FAILEDTOBUILD.txt.gz (i386) and https:*launchpad.net/~irie/+archive/blender/+buildjob/2189816/+files/buildlog_ubuntu-maverick-amd64.blender2.5_2.56%2Bsvn34461-0irie1_FAILEDTOBUILD.txt.gz (amd64).
%%%

%%%I attempted to build Blender 2.56 r34461 with OpenCOLLADA 1.3.0 r817 on Ubuntu 10.10, but got errors in bf_collada.dir/ArmatureExporter.cpp so the build aborted. I use CMake build system. With OpenCOLLADA r816, I can successfully build it. The error is as follows: [ 58%] Building CXX object source/blender/collada/CMakeFiles/bf_collada.dir/ArmatureExporter.cpp.o In file included from /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:41: /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/GeometryExporter.h:86: error: 'COLLADASW::Semantics' has not been declared /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/GeometryExporter.h:88: error: 'COLLADASW::Semantics' has not been declared /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp: In member function 'void ArmatureExporter::add_joints_element(ListBase*, const std::string&, const std::string&)': /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:268: error: 'JOINT' is not a member of 'COLLADASW' /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:270: error: 'BINDMATRIX' is not a member of 'COLLADASW' /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp: In member function 'void ArmatureExporter::add_vertex_weights_element(const std::string&, const std::string&, Mesh*, Object*, ListBase*)': /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:428: error: 'JOINT' is not a member of 'COLLADASW' /tmp/buildd/blender2.5-2.56+svn34461/source/blender/collada/ArmatureExporter.cpp:430: error: 'WEIGHT' is not a member of 'COLLADASW' make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/ArmatureExporter.cpp.o] Error 1 make- [x]: Leaving directory `/tmp/buildd/blender2.5-2.56+svn34461/debian/cmake' make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/all] Error 2 make- [x]: Leaving directory `/tmp/buildd/blender2.5-2.56+svn34461/debian/cmake' make- [x]: *** [all] Error 2 make- [x]: Leaving directory `/tmp/buildd/blender2.5-2.56+svn34461/debian/cmake' Also, we can see the full build logs at https:*launchpad.net/~irie/+archive/blender/+buildjob/2189817/+files/buildlog_ubuntu-maverick-i386.blender2.5_2.56%2Bsvn34461-0irie1_FAILEDTOBUILD.txt.gz (i386) and https:*launchpad.net/~irie/+archive/blender/+buildjob/2189816/+files/buildlog_ubuntu-maverick-amd64.blender2.5_2.56%2Bsvn34461-0irie1_FAILEDTOBUILD.txt.gz (amd64). %%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Member

%%%Our trunk indeed is not yet adapted for r817. I have code changes ready for this, but I still need to clean out some custom patches from other code changes.

I push these changes to SVN trunk when I've also updated our Windows dependencies in trunk/lib/windows and trunk/lib/win64. Until then don't use the very latest of OpenCOLLADA. Leaving this report open and assigned to myself.%%%

%%%Our trunk indeed is not yet adapted for r817. I have code changes ready for this, but I still need to clean out some custom patches from other code changes. I push these changes to SVN trunk when I've also updated our Windows dependencies in trunk/lib/windows and trunk/lib/win64. Until then don't use the very latest of OpenCOLLADA. Leaving this report open and assigned to myself.%%%
Member

%%%Just to clarify, in OpenCOLLADA r817 there where some API changes, so for now, just compile against r816.%%%

%%%Just to clarify, in OpenCOLLADA r817 there where some API changes, so for now, just compile against r816.%%%
Member

%%%Fixed with r34533.

On linux you'll have to build r827 of OpenCOLLADA, for windows I committed release and debug libs to our SVN repository.%%%

%%%Fixed with r34533. On linux you'll have to build r827 of OpenCOLLADA, for windows I committed release and debug libs to our SVN repository.%%%
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Author
Member

%%%Thanks, I could build Blender with OpenCOLLADA r827.

However, after updating OpenCOLLADA to r828, I cannot build it again...

Here is error log:

[ 44%] Built target bf_gen_system
In file included from /usr/include/opencollada/COLLADAFramework/COLLADAFWArrayPrimitiveType.h:16,

               from /usr/include/opencollada/COLLADAFramework/COLLADAFWTypes.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWUniqueId.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWObject.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWMeshPrimitive.h:16,
               from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/collada_utils.h:29,
               from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/AnimationImporter.cpp:42:

/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h: In member function 'Type& COLLADAFW::Array::operator- ':
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: error: there are no arguments to 'COLLADABU_ASSERT' that depend on a template parameter, so a declaration of 'COLLADABU_ASSERT' must be available
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathMatrix4.h:15,

               from /usr/include/opencollada/COLLADAFramework/COLLADAFWTypes.h:17,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWUniqueId.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWObject.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWMeshPrimitive.h:16,
               from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/collada_utils.h:29,
               from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/AnimationImporter.cpp:42:

/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Real COLLADABU::Math::Vector3::operator- const':
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:85: error: 'COLLADABU_ASSERT' was not declared in this scope
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Real& COLLADABU::Math::Vector3::operator- ':
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:92: error: 'COLLADABU_ASSERT' was not declared in this scope
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Vector3 COLLADABU::Math::Vector3::operator/(COLLADABU::Math::Real) const':
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:167: error: 'COLLADABU_ASSERT' was not declared in this scope
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Vector3& COLLADABU::Math::Vector3::operator/=(COLLADABU::Math::Real)':
/usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:251: error: 'COLLADABU_ASSERT' was not declared in this scope
In file included from /usr/include/opencollada/COLLADAFramework/COLLADAFWArrayPrimitiveType.h:16,

               from /usr/include/opencollada/COLLADAFramework/COLLADAFWTypes.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWUniqueId.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWObject.h:16,
               from /usr/include/opencollada/COLLADAFramework/COLLADAFWMeshPrimitive.h:16,
               from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/collada_utils.h:29,
               from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/AnimationImporter.cpp:42:

/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h: In member function 'Type& COLLADAFW::Array::operator- [with Type = COLLADAFW::TextureCoordinateBinding]':
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:179: instantiated from 'void COLLADAFW::Array::cloneArray(COLLADAFW::Array&) const [with Type = COLLADAFW::TextureCoordinateBinding]'
/usr/include/opencollada/COLLADAFramework/COLLADAFWMaterialBinding.h:81: instantiated from here
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: error: 'COLLADABU_ASSERT' was not declared in this scope
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h: In member function 'Type& COLLADAFW::Array::operator- [with Type = COLLADAFW::MaterialBinding]':
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:179: instantiated from 'void COLLADAFW::Array::cloneArray(COLLADAFW::Array&) const [with Type = COLLADAFW::MaterialBinding]'
/usr/include/opencollada/COLLADAFramework/COLLADAFWInstanceBindingBase.h:60: instantiated from 'COLLADAFW::InstanceBindingBase::InstanceBindingBase(const COLLADAFW::InstanceBindingBase&) [with COLLADAFW::COLLADA_TYPE::ClassId classId = (COLLADAFW::COLLADA_TYPE::ClassId)437u]'
/usr/include/opencollada/COLLADAFramework/COLLADAFWInstanceBindingBase.h:45: instantiated from 'COLLADAFW::InstanceBindingBase* COLLADAFW::InstanceBindingBase::clone() const [with COLLADAFW::COLLADA_TYPE::ClassId classId = (COLLADAFW::COLLADA_TYPE::ClassId)437u]'
/usr/include/opencollada/COLLADAFramework/COLLADAFWPointerArray.h:86: instantiated from 'void COLLADAFW::PointerArray::cloneContents(const COLLADAFW::PointerArray&) [with T = COLLADAFW::InstanceBindingBase<(COLLADAFW::COLLADA_TYPE::ClassId)437u>]'
/usr/include/opencollada/COLLADAFramework/COLLADAFWPointerArray.h:50: instantiated from 'COLLADAFW::PointerArray::PointerArray(const COLLADAFW::PointerArray&) [with T = COLLADAFW::InstanceBindingBase<(COLLADAFW::COLLADA_TYPE::ClassId)437u>]'
/usr/include/opencollada/COLLADAFramework/COLLADAFWNode.h:46: instantiated from here
/usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: error: 'COLLADABU_ASSERT' was not declared in this scope
[ 44%] make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/AnimationImporter.cpp.o] Error 1
make- [x]: Leaving directory `/tmp/buildd/blender2.5-2.56+svn34537/debian/cmake'
make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/all] Error 2
make- [x]: *** Waiting for unfinished jobs....
%%%

%%%Thanks, I could build Blender with OpenCOLLADA r827. However, after updating OpenCOLLADA to r828, I cannot build it again... Here is error log: [ 44%] Built target bf_gen_system In file included from /usr/include/opencollada/COLLADAFramework/COLLADAFWArrayPrimitiveType.h:16, ``` from /usr/include/opencollada/COLLADAFramework/COLLADAFWTypes.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWUniqueId.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWObject.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWMeshPrimitive.h:16, from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/collada_utils.h:29, from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/AnimationImporter.cpp:42: ``` /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h: In member function 'Type& COLLADAFW::Array<Type>::operator- [ ](size_t)': /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: error: there are no arguments to 'COLLADABU_ASSERT' that depend on a template parameter, so a declaration of 'COLLADABU_ASSERT' must be available /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated) In file included from /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathMatrix4.h:15, ``` from /usr/include/opencollada/COLLADAFramework/COLLADAFWTypes.h:17, from /usr/include/opencollada/COLLADAFramework/COLLADAFWUniqueId.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWObject.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWMeshPrimitive.h:16, from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/collada_utils.h:29, from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/AnimationImporter.cpp:42: ``` /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Real COLLADABU::Math::Vector3::operator- [ ](size_t) const': /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:85: error: 'COLLADABU_ASSERT' was not declared in this scope /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Real& COLLADABU::Math::Vector3::operator- [ ](size_t)': /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:92: error: 'COLLADABU_ASSERT' was not declared in this scope /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Vector3 COLLADABU::Math::Vector3::operator/(COLLADABU::Math::Real) const': /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:167: error: 'COLLADABU_ASSERT' was not declared in this scope /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h: In member function 'COLLADABU::Math::Vector3& COLLADABU::Math::Vector3::operator/=(COLLADABU::Math::Real)': /usr/include/opencollada/COLLADABaseUtils/Math/COLLADABUMathVector3.h:251: error: 'COLLADABU_ASSERT' was not declared in this scope In file included from /usr/include/opencollada/COLLADAFramework/COLLADAFWArrayPrimitiveType.h:16, ``` from /usr/include/opencollada/COLLADAFramework/COLLADAFWTypes.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWUniqueId.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWObject.h:16, from /usr/include/opencollada/COLLADAFramework/COLLADAFWMeshPrimitive.h:16, from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/collada_utils.h:29, from /tmp/buildd/blender2.5-2.56+svn34537/source/blender/collada/AnimationImporter.cpp:42: ``` /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h: In member function 'Type& COLLADAFW::Array<Type>::operator- [ ](size_t) [with Type = COLLADAFW::TextureCoordinateBinding]': /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:179: instantiated from 'void COLLADAFW::Array<Type>::cloneArray(COLLADAFW::Array<Type>&) const [with Type = COLLADAFW::TextureCoordinateBinding]' /usr/include/opencollada/COLLADAFramework/COLLADAFWMaterialBinding.h:81: instantiated from here /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: error: 'COLLADABU_ASSERT' was not declared in this scope /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h: In member function 'Type& COLLADAFW::Array<Type>::operator- [ ](size_t) [with Type = COLLADAFW::MaterialBinding]': /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:179: instantiated from 'void COLLADAFW::Array<Type>::cloneArray(COLLADAFW::Array<Type>&) const [with Type = COLLADAFW::MaterialBinding]' /usr/include/opencollada/COLLADAFramework/COLLADAFWInstanceBindingBase.h:60: instantiated from 'COLLADAFW::InstanceBindingBase<classId>::InstanceBindingBase(const COLLADAFW::InstanceBindingBase<classId>&) [with COLLADAFW::COLLADA_TYPE::ClassId classId = (COLLADAFW::COLLADA_TYPE::ClassId)437u]' /usr/include/opencollada/COLLADAFramework/COLLADAFWInstanceBindingBase.h:45: instantiated from 'COLLADAFW::InstanceBindingBase<classId>* COLLADAFW::InstanceBindingBase<classId>::clone() const [with COLLADAFW::COLLADA_TYPE::ClassId classId = (COLLADAFW::COLLADA_TYPE::ClassId)437u]' /usr/include/opencollada/COLLADAFramework/COLLADAFWPointerArray.h:86: instantiated from 'void COLLADAFW::PointerArray<T>::cloneContents(const COLLADAFW::PointerArray<T>&) [with T = COLLADAFW::InstanceBindingBase<(COLLADAFW::COLLADA_TYPE::ClassId)437u>]' /usr/include/opencollada/COLLADAFramework/COLLADAFWPointerArray.h:50: instantiated from 'COLLADAFW::PointerArray<T>::PointerArray(const COLLADAFW::PointerArray<T>&) [with T = COLLADAFW::InstanceBindingBase<(COLLADAFW::COLLADA_TYPE::ClassId)437u>]' /usr/include/opencollada/COLLADAFramework/COLLADAFWNode.h:46: instantiated from here /usr/include/opencollada/COLLADAFramework/COLLADAFWArray.h:161: error: 'COLLADABU_ASSERT' was not declared in this scope [ 44%] make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/AnimationImporter.cpp.o] Error 1 make- [x]: Leaving directory `/tmp/buildd/blender2.5-2.56+svn34537/debian/cmake' make- [x]: *** [source/blender/collada/CMakeFiles/bf_collada.dir/all] Error 2 make- [x]: *** Waiting for unfinished jobs.... %%%

%%%I'm battling to get the newest possible blender svn into openSUSE 11.4 I've already missed rc1 due to python 3.2m including an abi flag letter in the the libname "m" in this case. When is blender going to catch up with openCOLLADA approximately? I have to decide whether to disable collada which would be a pity after the trouble I went to to get the openCOLLADA shared library package into 11.4.%%%

%%%I'm battling to get the newest possible blender svn into openSUSE 11.4 I've already missed rc1 due to python 3.2m including an abi flag letter in the the libname "m" in this case. When is blender going to catch up with openCOLLADA approximately? I have to decide whether to disable collada which would be a pity after the trouble I went to to get the openCOLLADA shared library package into 11.4.%%%
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser Project (Legacy)
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#25772
No description provided.