|
|||||||
![]() |
|
|
Thread Tools |
|
|||
|
I noticed that Leopard will support signed applications. I pre-ordered a copy of Leopard but I was curious if Blender might cease to function on my MacBook Pro if I install Leopard. Any thoughts? Anyone else upgrading?
As an aside, if you are upgrading, what features are you most looking forward to? For me, Spaces and Time Machine. But I also like Word support in preview, full screen video playback and tabbed console windows. |
|||
|
#1
|
|||
|
|
|
|||
|
Edit: to answer your question. It'll probably run fine but from what I understand Leopard is a 64-bit OS. So afaik blender for mac is only 32-bit which means it might slow down a little, or it might speed up a little. Eitherway I don't think Leopard has any major code changes that'll prevent programs to stop working.
Well being a Linux fan with a macbook spaces will definitely be a plus, the use of xorg code base instead of XFree86 (which might be advantageous to those linux apps.) Also the stack might come in handy as when I open gvim it doesn't sit nicely in on dock area so when I have a few windows open, it really does clutter the dock. You should try VLC, it already has full screen video playback and will play some formats that Quicktime doesn't. Last edited by JCDenton513; 19-Oct-07 at 15:07. |
|||
|
#2
|
|
|||
|
#3
|
|
||||
|
Actually when I tested it on the Leopard beta, it ran terribly so something's different. This was on a GMA chip. As soon as you tried to move anything it just started jittering like crazy. Completely unusable. That was an earlier beta of Leopard so hopefully it's working fine now. I guess we'll just have to wait and see in a week or so.
............................................
Pinky: Isn't life wonderful, Brain? Just think, we started out as lab mice forced to spend the whole day working our way through frustrating mazes that went absolutely nowhere. Now we get to do what humans do! |
||||
|
#4
|
|
|||
|
So, you plan to update your Mac right away? Can you try to come back to this thread and let us know how it's working once you do? I'd also be interested in whether YafRay works under Leopard.
I depend on my Mac and Blender to run my business, Render Reality. So, if I update and encounter issues, I will be hurting pretty badly. I expect to receive the update disk in November. So, if you've tried it before then, I'd love to read your comments. |
|||
|
#5
|
|
||||
|
Quote:
............................................
Pinky: Isn't life wonderful, Brain? Just think, we started out as lab mice forced to spend the whole day working our way through frustrating mazes that went absolutely nowhere. Now we get to do what humans do! |
||||
|
#6
|
|
|||
|
Yeah, I hope to have it early November. I use blender on Linux anyways so it's not critical if it doesn't work well on Leopard. Note that I have the 13" MacBook so I don't have a dedicated graphics accelerator which might cause problems, but I'll keep that in mind.
|
|||
|
#7
|
|
||||
|
I'm running a beta version of Leopard and I've had no problems at all with Blender. I'm running 2.45. I haven't tested with any other versions of Blender.
............................................
Now available! Mastering Blender Also available: Introducing Character Animation with Blender Bounce, Tumble, and Splash! Simulating the Physical World with Blender 3D Teaser vid, sample chapter |
||||
|
#8
|
|
|||
|
Did you try YafRay under Leopard?
|
|||
|
#9
|
|
||||
|
I'm sure a 64bit version of Blender could be compiled for Leopard if it's a 64bit OS.
|
||||
|
#10
|
|
|||
|
You guys have it yet?
|
|||
|
#11
|
|
|||
|
Hi
Iīve installed OSX 10.5 Leopard on my MacPro 2.66. Did an install from scratch īcause there are much changes, so i wanted it clean. Python 2.5.1 ( and 2.3.5 ) is preinstalled now in System/Library/.... so no need to install it from Python.org any longer. I tested blender 2.45 / py 2.5 and my own SVN-build /py 2.5. Both versions 32-Bit only. No probs with blender so far. I additionally installed psyco ( the python-helper ) for faster demolition-script. Grafics seem to be more responsive ( gl is newer ), so bigger scenes can be handled more fluently. Rendertimes are nearly the same, depending on scene slightly faster or slower so no advantage here in spite of the better threading of Leopard. Edit: Yaffray works o.k. too and seems to be faster ! I hope we can do an 64-bit build soon and see what happens then. There are some little glitches in Leopard right now, but hey, itīs a first release. My old Photoshop 7 doesīt work any longer ( with Tiger it did ), i suppose this comes from deprecating the old Quickdraw-technology. It is all Quartz now. All other stuff ( Final Cut, Logic Studio, i Apps, Neo-Office etc.) works fine here. Greetz...Jens Last edited by jensverwiebe; 28-Oct-07 at 13:18. |
|||
|
#12
|
|
||||
|
Thanks for the review. Can you post a binary of psyco for OS X or a link to one?
............................................
Pinky: Isn't life wonderful, Brain? Just think, we started out as lab mice forced to spend the whole day working our way through frustrating mazes that went absolutely nowhere. Now we get to do what humans do! |
||||
|
#13
|
|
|||
|
Hi osxrules
Here is a link to psyco: http://psyco.sourceforge.net/ You have to download the SVN and the IntelMac-patch, in terminal navigate to the psyco-stuff, patch it ( patch -p0 < psyco-mactel.diff.txt ) , then only type: Quote:
This will install psyco in "site-packages" inside you /python/bin. No too complicated. Psyco requires Python >= 2.2.2. Speed was doubled afterwards for me. In case of problems i can try to host a patched psyco-distribution soon. Greetz...Jens |
|||
|
#14
|
|
||||
|
blender is running fine on my imac. installed leopard on it yesterday. although my old copy of photoshop 10 which i've been using for years has been totally borked.
|
||||
|
#15
|
|
|||
|
Nice! Thanks for the feedback. I believe my disk is scheduled to arrive today. So, I am getting excited to install it.
I am on my first Mac, here. Can someone explain the benefits of a clean install vs an upgrade? For a clean install, do I need to back everything up first? |
|||
|
#16
|
|
||||
|
Quote:
Quote:
Quote:
............................................
Pinky: Isn't life wonderful, Brain? Just think, we started out as lab mice forced to spend the whole day working our way through frustrating mazes that went absolutely nowhere. Now we get to do what humans do! |
||||
|
#17
|
|
|||
|
backed up my data, installed the new Leopard and am up and running. It works great. Although I have noticed one issue.
I have spaces running and blender/YafRay running in one space. I switch to another space to surf the web. Spaces yanks me back to the space with blender for some reason. Anyone seeing this behavior? |
|||
|
#18
|
|
|||
|
@ osxrules
Psyco is only helping if it is implemented in the script afaik. Demolition is an example where it doubles the calculating-speed. But i feel some other scripts ( unveld vertices ) are faster too. Maybe a sideeffect of new Python or Leo ? Panzi descibed how to add psyco to a script. Mabe itīs worth give it a try for other complex ( slow ) scripts: Quote:
Jens |
|||
|
#19
|
|
|||
|
i've installed leopard a few days ago.. But blender is way to slow I can't work with it like this.. even if i add a plane it doesn't scale, move etc. the way it used to do.. now i have to wait 5 seconds before it's scaled/moved... It's just like when there are so many vertice that it's getting so slow..
can i do anything to let it run just as fast (or even faster) than before? |
|||
|
#20
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|