Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46643] trunk/blender/source/blender/ makesrna/intern/rna_sequencer_api.c: SequenceElements.pop() -- added 'index ' argument inste

2012-06-06 Thread Campbell Barton
This should really use 1-2 memcpy calls rather then looping over elements and calling strcpy. The original width and height are currently not copied - and if any new elements are added we'd have to remember to add them here too. On Mon, May 14, 2012 at 11:32 PM, Dan Eicher dan.eic...@gmail.com

[Bf-committers] Translators aid

2012-06-06 Thread Damir Prebeg
Hi all, I think that many translators are having the same problem: English language is contextual and it has countless number of terms that are having completely different meaning in different contexts. Because of that, It's very hard to translate many Blender terms to my language (Croatian) if

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46643] trunk/blender/source/blender/ makesrna/intern/rna_sequencer_api.c: SequenceElements.pop() -- added 'index ' argument inste

2012-06-06 Thread Dan Eicher
IIRC I just took the code from the copy operator and used that. It'll be a few days before I can get around to this since I'm on the road helping my sister move so not much time. Dan ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46569] trunk/blender/source/blender/ makesrna/intern/rna_tracking.c: reworded tooltip for Tripod Motion button; fixing spelling a

2012-06-06 Thread Sergey Sharybin
It's not actually more clear now and messes up some things. Like solver does not do track, it does solve or reconstruct. I'd prefer to stick to strict terminology usage, otherwise terms are becoming to overheaded. Also tripod solver does nothing with camera position -- it's arbitrary. Only

Re: [Bf-committers] Change of MinGW64 compiler

2012-06-06 Thread Antony Riakiotakis
Hi, this error message says that, in fact, there is almost no library present in your system. Did you change the name or path of your lib folder somehow? Did you change python version or bitness? Blender works fine here with default arguments and the builder looks like it's working too.

Re: [Bf-committers] Change of MinGW64 compiler

2012-06-06 Thread Yousef Hurfoush
hi i found the problem, i had the mingw32 in my env. path with the mingw64 provided also. thanks for helping, sorry for bothering :) Regards Yousef Harfoush ba...@msn.com Date: Wed, 6 Jun 2012 14:10:21 +0300 From: kal...@gmail.com To: bf-committers@blender.org Subject: Re: