← Back to team overview

phatch-dev team mailing list archive

[Bug 437161] Re: Support blender 2.45 to 2.49

 

$ bzr diff
=== modified file 'phatch/actions/blender.py'
--- phatch/actions/blender.py	2009-09-30 03:35:55 +0000
+++ phatch/actions/blender.py	2009-09-30 16:34:45 +0000
@@ -32,7 +32,7 @@
 from lib import system
 from lib.reverse_translation import _t
 
-BLENDER_VERSIONS = ['2.48', '2.49']
+BLENDER_VERSIONS = ['2.45', '2.46', '2.47', '2.48', '2.49']
 RE_BLENDER_VERSION = re.compile('|'.join([x.replace('.', '[.]')
     for x in BLENDER_VERSIONS]))
 BLENDER_VERSIONS = ', '.join(BLENDER_VERSIONS)

$ bzr commit -m "allow blender version 2.45-2.49"

The fix will be available in next PPA release.


** Changed in: phatch
       Status: In Progress => Fix Committed

-- 
Support blender 2.45 to 2.49
https://bugs.launchpad.net/bugs/437161
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.

Status in Phatch = Photo & Batch!: Fix Committed

Bug description:
Patch needs Blender 2.49 for some things. In Jaunty, blender 2.48 is the standard and when manually trying to install lender 2.49, the program wants to update some python packages. I dont know if other programs work with that version of python, so I don't install it.

Maybe it's bether to let Patc work with Blender 2.48 also....

Thanks ad advance, and keep up the good work. Patch is really a good program!

Maarten



References