Re: [Bf-committers] Confusing Render, File Format and Encoding presets

2011-01-23 Thread loopduplic...@burningtoken.com
It sure would be nice. Currently, I just use ffmpeg shell scripts I wrote. :) There have been multiple times in the past where I had the chance to introduce Blender to new users because of it's built in transcoding abilities. But I always "lost the sale" when it came time to export video. I'

Re: [Bf-committers] Farsthary joining 3DCoat

2011-01-23 Thread loopduplic...@burningtoken.com
You rule, Farsthary! That's awesome! Thanks for deciding to keep helping the Blender community too! On 01/21/2011 02:53 PM, ra...@info.upr.edu.cu wrote: > ...I'm joining Pilgway/3DCoat... the 3DC team respects a lot the Blender > community and > with blender becoming mainstream there's no bett

Re: [Bf-committers] how update all?

2011-01-05 Thread loopduplic...@burningtoken.com
To overwrite local file(s) with the one in the repository, do an "svn revert"--you would do this if you want to go back to the version of the file in the repository (you will lose all changes you had made since the last commit): > svn revert ... On 01/05/2011 03:53 AM, Damir Prebeg wrote: >

Re: [Bf-committers] how update all?

2011-01-04 Thread loopduplic...@burningtoken.com
Iozk, Here is an invaluable resource for learning how to keep your version of Blender up to date: http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux Jeff On 01/04/2011 02:28 PM, iozk hz wrote: > how i can update all my sources in ubuntu > with this "cd svn-blender/blender... s

Re: [Bf-committers] Unlimited Clay subdivision test video

2011-01-03 Thread loopduplic...@burningtoken.com
Sweet! Are you gonna post a patch? Jeff On 01/03/2011 01:49 PM, ra...@info.upr.edu.cu wrote: > Hi all :) > > Soon will be uploaded a new video test showing my recent advances in the > Unlimited Clay project, this is my late christmas present for the > community but I think you all will be very pl

Re: [Bf-committers] 2.56-beta release AHOY!

2010-12-30 Thread loopduplic...@burningtoken.com
The process is already getting constantly refined and it can serve as model for other companies to follow when coming up with their own current best practices. The process gets revised often because of the changing nature of the program. People have tried to make automated processes in the pas

Re: [Bf-committers] Blender developer meeting, sunday 12 dec, 2010

2010-12-13 Thread loopduplic...@burningtoken.com
Ubuntu has a new font this year which I consider to be very aesthetically pleasing and versitile. It is easy to read at just about every size. It's a sans serif font. Sans serif fonts can be easier to read on a computer monitor than serif fonts, especially with small text where the serifs di

Re: [Bf-committers] Planet texture patch

2010-11-26 Thread loopduplic...@burningtoken.com
here is a Linux build with the Planet texture, 64-bit nocona arch., built using Ubuntu 10.10, r33343 http://rowdyrabbit.com/blender/BlenderWithPlanetTexLinux64bitNocona.tar.gz On 11/26/2010 09:49 AM, Thomas Dinges wrote: > Hey everyone, > here is a windows build with the planet patch: > http://bl

Re: [Bf-committers] 2.55 beta AHOY!

2010-10-29 Thread loopduplic...@burningtoken.com
Do you have the option checked in the user preferences to turn on 3-button mouse emulation? it's not checked by default. Best Regards, loopduplicate On 10/29/2010 04:14 PM, Kevin Roy wrote: > PS: I've quickly tested on my laptop and can't get the 3button emulation > (aka WIN+ALT+LMB) work. Is t

[Bf-committers] crash when selecting material properties

2010-08-01 Thread loopduplic...@burningtoken.com
I just submitted bug 23139. I've build Blender on winXP 32bit and Ubuntu 64bit and the results are the same. Blender crashes after clicking the material properties button. Thanks for your time, Jeff ___ Bf-committers mailing list Bf-committers@blend

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30115] trunk/blender/source/blender: - duplicating a scene now duplicates all strips (not just selected ones)

2010-07-08 Thread loopduplic...@burningtoken.com
Hi Campbell, It looks like this broke the functionality of the presets dropdown in the encoding region of the render properties panel. If you like, I can post this to the bug tracker instead. Hope you have a good day, Jeff On 7/8/2010 7:30 AM, Campbell Barton wrote: > Revision: 30115 >

Re: [Bf-committers] quicktime not building with MSVC+CMAKE

2010-06-09 Thread loopduplic...@burningtoken.com
Yes, I just tested it and it works. Thanks! On 6/9/2010 1:33 AM, Campbell Barton wrote: > On Wed, Jun 9, 2010 at 9:52 AM, loopduplic...@burningtoken.com > wrote: > >> FYI: >> ..\..\..\..\..\blenderTrunk\source\blender\editors\render\render_ops.c(36) >> : fat

[Bf-committers] quicktime not building with MSVC+CMAKE

2010-06-09 Thread loopduplic...@burningtoken.com
FYI: ..\..\..\..\..\blenderTrunk\source\blender\editors\render\render_ops.c(36) : fatal error C1083: Cannot open include file: 'quicktime_export.h': No such file or directory When I modify source\blender\editors\render\CMakeLists.txt it works. loopDuplicate __

Re: [Bf-committers] 5.1 surround sound in Blender?

2010-06-01 Thread loopduplic...@burningtoken.com
Nexyon, I wish we could just press alt+d a few dozen times to get more copies of you. :) The game engine and sound are two areas that I love because I co-own a small record label and I really want to promote the bands with some video games. Thanks again for all your hard work. I'm trying every d

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28662] trunk/blender/source/blender/ blenlib: remove BLI_strnlen, use _strnlen as strnlen on windows.

2010-05-08 Thread loopduplic...@burningtoken.com
Broke building on WinXP mingw scons "undefined reference to _strnlen" in BLI_dynstr.c On 5/8/2010 12:34 AM, Campbell Barton wrote: > Revision: 28662 > > http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28662 > Author: campbellbarton > Date:

Re: [Bf-committers] Argh, the GCC segfault bug again!

2010-04-30 Thread loopduplic...@burningtoken.com
Interesting. I compiled with FFMPEG today on winXP SP3 using MinGW 5.1.6, scons, pywin32, and python 2.6.4. The only thing I had to do to get FFMPEG working was enable it in user-config.py. Sorry if this doesn't help, just thought I'd share my experience. loop On 4/30/2010 10:01 AM, Carsten

[Bf-committers] color picker and fast math

2010-04-22 Thread loopduplic...@burningtoken.com
Matt, Glad this is fixed too. Just to let you know that the bug definitely happened on builds without fastmath too. loopduplicate -- Comment By: Matt Ebb (broken) Date: 2010-04-23 11:42 Message: Thanks a bunch for finding that, Charlie! Maybe it's some impr

Re: [Bf-committers] windows build error

2010-04-19 Thread loopduplic...@burningtoken.com
I had similar problems so now I just build with MinGW because I think that is what a lot of the devs use when they build. On 4/19/2010 5:40 PM, Dalai Felinto wrote: > Speaking of which, > > scons+MSVC seems to build but breaks right away (it usually to work > fine in past weeks). > Is that only m

Re: [Bf-committers] Merge Camera and Render Settings?

2010-04-16 Thread loopduplic...@burningtoken.com
+1 On 4/16/2010 2:37 AM, Campbell Barton wrote: > Sounds like this should be done with render presets. > > ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Error on compilation with cmake for windows

2010-04-14 Thread loopduplic...@burningtoken.com
Peace. On 4/14/2010 8:54 PM, Stephen Swaney wrote: > On Wed, Apr 14, 2010 at 07:13:48PM -0700, loopduplic...@burningtoken.com > wrote: > >> fixed by including lib/windows/pthreads/include in these files: >> >> trunk/blender/source/blender/gpu/CMakeLists

Re: [Bf-committers] Error on compilation with cmake for windows

2010-04-14 Thread loopduplic...@burningtoken.com
, loopduplic...@burningtoken.com wrote: > Broken for me too. Patch did not work either. MSVStudio + cmake win32 > Peace > > On 4/14/2010 7:47 AM, (Ry)akiotakis (An)tonis was all like: > >> On 14 April 2010 14:36, lguillaume wrote: >> >> >>> Hi,

Re: [Bf-committers] Error on compilation with cmake for windows

2010-04-14 Thread loopduplic...@burningtoken.com
Broken for me too. Patch did not work either. MSVStudio + cmake win32 Peace On 4/14/2010 7:47 AM, (Ry)akiotakis (An)tonis was all like: > On 14 April 2010 14:36, lguillaume wrote: > >> Hi, >> >> Since a few days, I can't compile blender 2.5 on vc++ express 9 with cmake. >> There is 2 errors

Re: [Bf-committers] version naming

2010-04-09 Thread loopduplic...@burningtoken.com
As quoted here: http://www.blender.org/development/release-logs/blender-250/ "Betas 2, 3 and 4 will add additional UI features, alongside further tool development, leading up to a fully stabilised and production ready Blender 2.6 release in mid 2010." It was decided a long time ago to use 2.6.

Re: [Bf-committers] new UV test grid

2010-03-26 Thread loopduplic...@burningtoken.com
Blender is made for the professional, not for the average computer user. It reminds me nothing of an Apple application and that makes me happy. On 3/26/2010 8:57 AM, Paolo Ciccone wrote: > This is (about) how friendly Blender is "out of the box" for the average > user. > __

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27712] trunk/blender/source: remove unused includes UI_*.h, WM_*.h, ED_*.h

2010-03-24 Thread loopduplic...@burningtoken.com
Also on Windows. LoopDuplicate On 3/24/2010 8:11 AM, JS wrote: > Pretty sure this broke quicktime import export compiling on osx. > ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers