Search found 3 matches
- Sun Jul 30, 2006 6:07 pm
- Forum: Coding Blender
- Topic: Scons FFMPEG Compile Errors
- Replies: 6
- Views: 8088
I succeeded in compiling Blender with FFmpeg on Ubuntu by changing theses lines in config/linux2-config.py : # enable ffmpeg support WITH_BF_FFMPEG = 'true' # -DWITH_FFMPEG BF_FFMPEG = '/usr' BF_FFMPEG_INC = '${BF_FFMPEG}/include' BF_FFMPEG_LIBPATH='$(BF_FFMPEG)/lib' BF_FFMPEG_LIB = 'avformat avcode...
- Thu Dec 01, 2005 7:20 pm
- Forum: Python
- Topic: select mode
- Replies: 1
- Views: 1454
select mode
Hi,
Is there a way to know the select mode (faces, edges or vertices) used in edit mode ?
Thanks
Is there a way to know the select mode (faces, edges or vertices) used in edit mode ?
Thanks
- Sat Nov 05, 2005 7:55 pm
- Forum: Python
- Topic: SystemError: bad argument to function
- Replies: 1
- Views: 2823
SystemError: bad argument to function
Hi ! I'm trying to update my script "Bevel Center", but I get a SystemError. Here is the Traceback : Traceback (most recent call last): File "/home/loic/blender/python/test.py", line 24, in ? E = [me.findEdge(V[i],V[(i+1) % nV]) for i in range(nV)] SystemError: ../Objects/listobject.c:243: bad argum...