Blender MDL0 importer/exporter development Programming Software Development by Tcll … scene ob.sel= 1 ob.Layers = scn.Layers Blender.Window.WaitCursor(0) Blender.Window.RedrawAll() Blender.Window.FileSelector(import_mdl0, 'Import')[/code] I'm… scene ob.sel= 1 ob.Layers = scn.Layers Blender.Window.WaitCursor(0) Blender.Window.RedrawAll() Blender.Window.FileSelector(import_mdl0, 'Import') [/code] the commented… Re: Blender MDL0 importer/exporter development Programming Software Development by jcao219 …on your code. [CODE]import struct as S import Blender def HexToDec(n): #return float(S.unpack("&…z #jcao219: name mdl0 doesn't exist def import_mdl0(path): Blender.Window.WaitCursor(1) name = path.split('\\')[-1].split('/')[-1]…close! # link the mesh to a new object ob = Blender.Object.New('Mesh', name) # Mesh must be spelled just … Re: Blender MDL0 importer/exporter development Programming Software Development by jcao219 [QUOTE=Tcll;1301052]sry... was editing my comment when you posted... have you even tried blender? I'll try your script in blender and see how that works...[/QUOTE] okay, i'll assume that Blender uses Python 2.x but makes divisions convert to float. You should probably do [icode]h /= 256[/icode] instead, which is the same but more concise. Re: Blender MDL0 importer/exporter development Programming Software Development by Tcll sry... was editing my comment when you posted... have you even tried blender? I'll try your script in blender and see how that works... Re: Blender MDL0 importer/exporter development Programming Software Development by Tcll [QUOTE=jcao219;1301056]okay, i'll assume that Blender uses Python 2.x but makes divisions convert to float. …[/icode] instead, which is the same but more concise.[/QUOTE] blender 2.49b uses 2.6 and thanx :D could never… Re: Blender MDL0 importer/exporter development Programming Software Development by Tcll -_- blender 2.49b requires the use of Python 2.6 to run scripts otherwise you can only use it's scripts 1/256 = 0.00390625 (!= 0) every number counts Re: Blender MDL0 importer/exporter development Programming Software Development by Tcll … but to answer your Q, you put it in your blender scripts directory... although it's only valid for 248a to… Re: blender 2.5 brand new interface Digital Media UI / UX Design by JasonHippy … you have any examples of work you've done using blender Jason? Here are some of mine... [url]http://blenderartists… Even after several years, I'm still really learning blender. So most of my stuff has been tutorials and messing…anything particularly productive/creative with it! Most of my blender stuff is on one of my old hard-drives...I… Blender and Python 3.1 are fighting! Programming Software Development by revellution …they try it too... So I just installed Blender which requires Python 2.6 but I'm …programs: *64-bit Python 3.1 *32-bit Blender *64-bit Python 2.6 I had the System…command line. It seems that because of this, Blender can't find Python 2.6 and so …Variable (PYTHONPATH) to Python 2.6 which lets Blender work fine but I can no longer call "… Re: Blender and Python 3.1 are fighting! Programming Software Development by Stefano Mtangoo And Python 2.x is not compatible with 3.x So install both version and set your IDE to Python 3 which you are learning and let blender happily use 2.x If you want to learn with blender wait for version compatible with 3.x Re: Blender and Python 3.1 are fighting! Programming Software Development by jordanrkaufman http://www.amazon.com/Blender-Meets-Python-Completely-Relationship/dp/1490351124 If you want to hear how they made up this the love story... actually it's an introduction to Python scripting within the Blender environment. Blender for games? Programming Game Development by sciwizeh i know that blender has a game engine, but i cannot find anything really … understand, but i don't get the event thing that blender employs. does anyone know anything that explains it. i already… know java, but i don't get the way blender does things. Re: Blender for games? Programming Game Development by NekoGráfico I've messed around with Blender a couple times before, but never used the game engine. I found an interesting tutorial in the BlenderWiki about the basics of the [URL="http://wiki.blender.org/index.php/BSoD/Introduction_to_the_Game_Engine/The_basics_of_the_Blender_GE"]Blender Game Engine[/URL], check it out. blender 2.5 brand new interface Digital Media UI / UX Design by iamthwee So blender 2.5 has a brand new slick interface. Enough to rival packages like modo and 3dmax. Any blender users here. What are your initial thoughts? [url]http://www.blender.org/[/url] Re: Blender and Python 3.1 are fighting! Programming Software Development by revellution So they are both installed but how to I set IDLE to only use 3.1 instead of just crashing when I open it? @vegaseat Do you think that having 64bit Python is preventing Blender from finding it? Re: Blender the free CG Design Software! Community Center Geeks' Lounge by danizzil14 … but keep pushing! Eventually you will get used to the Blender lingo and it should be smooth sailing from then on…[/url] is a free forum that covers everything from beggining blender all the way to python programming, displaying your finished work… W.I.P's Hope I helped. Oh and downloading Blender and playing around with it can help alot! Re: Blender for games? Programming Game Development by iamthwee Personally, from experience you would need to know python to fully utilise the game engine in blender. If you haven't already, I would recommend joinin the blender forums, you also have to be good at modelling and texturing too. Re: Blender for games? Programming Game Development by sciwizeh … to know python to fully utilise the game engine in blender. If you haven't already, I would recommend joinin the… blender forums, you also have to be good at modelling and … Re: Blender for games? Programming Game Development by mostafadotnet Well, in my opinion, you'd better use Blender as the modeling and level-making tool and let an … for you; and I don't think so that the Blender game engine can work for you. If you want it… Re: blender 2.5 brand new interface Digital Media UI / UX Design by JasonHippy … lost ATM and not entirely impressed so far! Other than Blender and Wings3D, I've not really used any other 3D… about mastered where everything was with the older versions of Blender and finally managed to get my head around the workflow… Re: blender 2.5 brand new interface Digital Media UI / UX Design by JasonHippy Hmm, looks like there are only two Blender users here on Daniweb then! After spending another weekend with … bit of functionality. Hmm, I might just go onto the blender forums and put my case forward. Cheers for now, Jas… Re: Blender game engine Programming Game Development by iamthwee … testify its game engine is bloody good. One problem with blender is the interface, it's so damn complicated but if… nowadays it makes sense to use a 3D modelling package. Blender is one bit of software I enjoy using. Re: Blender the free CG Design Software! Community Center Geeks' Lounge by Eku I've gone through the tutorial on Blender, and sheesh what a steep learning curve! I'm trained … intuitive at this point, if unfailingly goofy at times, and Blender is about as unlike ACAD as you can get. I… there's hope? What's the best (free!) forum for Blender and 3D programs in general? Re: Blender for games? Programming Game Development by J.P. well not to steal the thunder or de-rail here, but why don't you try XSI mod tool?? it integrates with C#/XNA it's free also there's very little documentation on Blender, which is one of the things most people complain about Re: Blender for games? Programming Game Development by sciwizeh still looking for more blender stuff but marking this thread as solved Re: Blender tutorials Programming Game Development by MosaicFuneral I'm no Blender professional but I'm sure there's plenty to find [URL="http://lmgtfy.com/?q=Blender+tutorials"]here[/URL] or [URL="http://lmgtfy.com/?q=Blender+video+tutorials"]perhaps here[/URL]. Re: Blender tutorials Programming Game Development by iamthwee I've not use blender in some time but it's a great piece of software. Here's two pics I still have on my pc, thought I'd post to show you what you can achieve. I'd recommend looking at the blender forums as well if you're interested in game development. I've used the blender physics engine and it is damn good. Re: blender UV alternative? Programming Game Development by thekilon …;1070675]Hi and I have tried some UV mapping in blender and although it can be handy in some situations I… links etc on how to do so. Thanks[/QUOTE] Learning Blender is a very deep experience as there are very few… things that blender cannot do. If you want to paint directly on the… Re: blender 2.5 brand new interface Digital Media UI / UX Design by iamthwee … you have any examples of work you've done using blender Jason? Here are some of mine... [url]http://blenderartists.org… Blender game engine Programming Game Development by BattlingMaxo … you that are struggling with programming there is an alternative, Blender game engine. It's easy and fun to use. No… you are finished developing your game you compile with the Blender interface, meaning no headaches at all. Also the engine is…