Re: [Bf-committers] [Bf-blender-cvs] [c592ebf] master: Freestyle: a follow-up fix of trunk revision 61233. When an iterator has reached the end, any reference of the object pointed by it will now lead

2013-11-16 Thread Campbell Barton
Is there a reason to use PyExc_RuntimeError?, other parts of freestyles code use: PyErr_SetNone(PyExc_StopIteration); On Sun, Nov 17, 2013 at 9:12 AM, Tamito Kajiyama wrote: > Commit: c592ebf5df4a2be3b70bd3e2f2bba0e3d5908704 > Author: Tamito Kajiyama > Date: Sat Nov 16 22:10:27 2013 + > htt

Re: [Bf-committers] Guidelines to format commit logs

2013-11-16 Thread GSR
Hi, brechtvanlom...@pandora.be (2013-11-15 at 2039.00 +0100): > Sending a reminder for after the switch to git, we have guidelines for > how to format your commit logs to keep it all easy to scan quickly, > understand for users and turn into release notes. > > The wiki page with guidelines is here

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Yousef Hurfoush
thanks man, i'll try to checkout again. Regards Yousef Harfoush ba...@msn.com > Date: Sun, 17 Nov 2013 01:47:22 +0600 > From: sergey@gmail.com > To: bf-committers@blender.org > Subject: Re: [Bf-committers] SCons build in exported source tree fails > > This is really weird, and need to go n

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Sergey Sharybin
This is really weird, and need to go now. Could only recommend trying to do a clean checkout: git clone --recursive git://git.blender.org/blender.git cd blender git submodule foreach git pull origin master URL might be changed according to one which you want :) Tomorrow i'll be around for more

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Yousef Hurfoush
here is what i got! fatal: Not a git repository: ../.git/modules/scons Regards Yousef Harfoush ba...@msn.com > Date: Sun, 17 Nov 2013 01:36:42 +0600 > From: sergey@gmail.com > To: bf-committers@blender.org > Subject: Re: [Bf-committers] SCons build in exported source tree fails > > I thin

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Sergey Sharybin
I think if now you'll do `git status` you'll see git blaming on scons/.gt not adodns_contrib/.git. Repeat the same algo with scons/.git :) On Sun, Nov 17, 2013 at 1:31 AM, Yousef Hurfoush wrote: > https://dl.dropboxusercontent.com/u/33417300/test.git > > Another idea is to: > > > > - Remove thi

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Yousef Hurfoush
https://dl.dropboxusercontent.com/u/33417300/test.git > Another idea is to: > > - Remove this .git file > - Run git submodule update --init --recursive tried it and got the same this error: Submodule path 'release/scripts/addons_contrib': checked out '31545d25c9cb41d271 a3f3ef84d327708572290e' fa

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Sergey Sharybin
Another idea is to: - Remove this .git file - Run git submodule update --init --recursive And really not sure why it might be so. Here it works fine with git 1.7.10 and and 1.8.3, so doubt it's some git version issue.. On Sun, Nov 17, 2013 at 1:03 AM, Sergey Sharybin wrote: > hrm, can you show

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Sergey Sharybin
hrm, can you show contents of that files then? On Sun, Nov 17, 2013 at 1:00 AM, Yousef Hurfoush wrote: > > Please show: > > > > git --version > 1.8.1.msysgit.1 > > git status > fatal: Invalid gitfile format: release/scripts/addons_contrib/.git > > git diff > fatal: Invalid gitfile format: relea

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Yousef Hurfoush
> Please show: > > git --version 1.8.1.msysgit.1 > git status fatal: Invalid gitfile format: release/scripts/addons_contrib/.git > git diff fatal: Invalid gitfile format: release/scripts/addons_contrib/.git it seems the problem in the addon_contrib, i checked the .git file and it contains unrea

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Sergey Sharybin
Please show: git --version git status git diff (results of this commands) On Sun, Nov 17, 2013 at 12:14 AM, Yousef Hurfoush wrote: > thanks, but i tried to pull updates after i cloned the repo and i get this: > > H:\blender\blender>git pull --rebase > fatal: Invalid gitfile format: release/sc

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Yousef Hurfoush
thanks, but i tried to pull updates after i cloned the repo and i get this: H:\blender\blender>git pull --rebase fatal: Invalid gitfile format: release/scripts/addons_contrib/.git Cannot pull with rebase: You have unstaged changes. Please commit or stash them. from the error it says that i have un

Re: [Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread Sergey Sharybin
Fixes the issue now. Thanks for the report! On Sat, Nov 16, 2013 at 3:29 PM, IRIE Shinsuke wrote: > Hi, > > I tried SCons build in an exported source tree that have no .git/ > directory but it failed as follows: > > UnboundLocalError: local variable 'build_commit_timestamp' referenced > before a

Re: [Bf-committers] building error with the new git blender

2013-11-16 Thread Sergey Sharybin
And now it seems to be fixed! On Sat, Nov 16, 2013 at 8:55 PM, Sergey Sharybin wrote: > Tung in IRC reported the same issue still. Re-booting to windoze to give > it a bit of percussive maintenance :) > > > On Sat, Nov 16, 2013 at 8:43 PM, Sergey Sharybin wrote: > >> Pushed some teaks. I hope it

Re: [Bf-committers] building error with the new git blender

2013-11-16 Thread Sergey Sharybin
Tung in IRC reported the same issue still. Re-booting to windoze to give it a bit of percussive maintenance :) On Sat, Nov 16, 2013 at 8:43 PM, Sergey Sharybin wrote: > Pushed some teaks. I hope it works now, but might be wrong. > > Please give it a try and tell how it goes :) > > > On Sat, Nov

Re: [Bf-committers] building error with the new git blender

2013-11-16 Thread Sergey Sharybin
Pushed some teaks. I hope it works now, but might be wrong. Please give it a try and tell how it goes :) On Sat, Nov 16, 2013 at 7:55 PM, Yousef Hurfoush wrote: > here is the log: > http://www.pasteall.org/47303 > > Regards > Yousef Harfoush > ba...@msn.com > > > > > Date: Sat, 16 Nov 2013 13:

Re: [Bf-committers] building error with the new git blender

2013-11-16 Thread Yousef Hurfoush
here is the log: http://www.pasteall.org/47303 Regards Yousef Harfoush ba...@msn.com > Date: Sat, 16 Nov 2013 13:08:50 +0600 > From: sergey@gmail.com > To: bf-committers@blender.org > Subject: Re: [Bf-committers] building error with the new git blender > > We don't use msgfmt from lib at a

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61082] trunk/blender: Made buildinfo aware of builds from GIT

2013-11-16 Thread Sergey Sharybin
How you call it.. Accidental brain glitch :) Thanks for pointing in this! Fixes in master now. On Sat, Nov 16, 2013 at 5:35 PM, IRIE Shinsuke wrote: > Why is the same if(EXISTS ${SOURCE_DIR}/.git/) ... endif() nested > in buildinfo.cmake? > > IRIE Shinsuke > > 13/11/04, Sergey Sharybin wrote: >

Re: [Bf-committers] developer.blender.org

2013-11-16 Thread Brecht Van Lommel
Hi Gaia, On Sat, Nov 16, 2013 at 12:52 PM, Gaia wrote: > On 15.11.2013 17:34, Brecht Van Lommel wrote: > What confused me: The site is *developer.blender.org*, > So i expected to see the list of blender developers. > Furthermore i overlooked the "next" button at the > bottom left corner of the sc

Re: [Bf-committers] developer.blender.org

2013-11-16 Thread Gaia
hrmpff... So my mailer spoiled my ascii table artwork :( Here it comes again: On 15.11.2013 17:34, Brecht Van Lommel wrote: > >> - >> 8.) The BF Blender area and the Addons area contain >> links and buttons. >> >> Would it be possible to show the

Re: [Bf-committers] developer.blender.org

2013-11-16 Thread Gaia
On 15.11.2013 17:34, Brecht Van Lommel wrote: > 4.) Who are the "People" in the people area ? > It's all user accounts on the website. I'm not sure how that is > unclear or if we should solve it (see my reply in the other thread > about changing application names, I think it will add confusion in >

Re: [Bf-committers] developer.blender.org open!

2013-11-16 Thread Peter Schlaile
Hi, just wanted to note, that I very much appreciated the switch to Phabricator and I'm adopting it for our internal project tracking within our music store. (A very big thank you to Sergey and Brecht for pointing me to the tool, I never heard before and I find exceptionally great the more I learn

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61082] trunk/blender: Made buildinfo aware of builds from GIT

2013-11-16 Thread IRIE Shinsuke
Why is the same if(EXISTS ${SOURCE_DIR}/.git/) ... endif() nested in buildinfo.cmake? IRIE Shinsuke 13/11/04, Sergey Sharybin wrote: > Revision: 61082 > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61082 > Author: nazgul > Date: 2013-11-04 13:21

Re: [Bf-committers] Upgrading to Python 3.3.2

2013-11-16 Thread Mike Pan
One thing to note: the current release of 3.3.2 is prone to segfaults when used on Mac OS X 10.9 (Maverick) due to this bug: http://bugs.python.org/issue18458, this makes Python unusable in the interpreter. Thus, if possible, I'd suggest waiting for 3.3.3 or at least use 3.3.3RC2 which has the OS

[Bf-committers] SCons build in exported source tree fails

2013-11-16 Thread IRIE Shinsuke
Hi, I tried SCons build in an exported source tree that have no .git/ directory but it failed as follows: UnboundLocalError: local variable 'build_commit_timestamp' referenced before assignment: File "/home/irie/build/blender2.6/scons/SConstruct", line 757: dobj = B.buildinfo(env, "dynamic

Re: [Bf-committers] Upgrading to Python 3.3.2

2013-11-16 Thread Alex Fraser
Hi all, Now that the release has happened and we can commit again, can we please upgrade to Python 3.3.2? I think this will require: - Update build deps to change the min version to 3.3.2 from 3.3.0 - Platform maintainers to update their copy of Python (e.g. Linux buildbot is currently building w