Hi Martin, The wiki page is great idea I will add some examples later this week. Cheers Dave
Yeah I have been hanging out for an x64 build as well… Cheers Dave
Hi guys, I wrote a simple demo to show the usage of pyBurner, basically a dumbed down version of the Back Burner Monitor. I have attached a screen sh…
Hi Guys, I wrote some a class for working with back burner a couple weekends ago, at the moment I have the ability to read data from the back burner…
Thanks Adam this is really good stuff, I especially like work you have done to parent a wx.Frame to max window, this will undoubtedly make some of too…
Hi Teirz, It does seem like everyone or allot of studios are going down the python route… With assets, we have a mix between our software handling fi…
Hi Paul, Here is a quick description of what we are currently using python for in our pipeline… We are using python in our pipeline to mange assets,…
Hi Guys, Having had just returned from holidays this is awesome, I definitely have to shout Eric some beers! awesome work! I have only had a quick ch…
Hi, Joel, I have used a Database before for version control, I have successfully done it with COM/OLE using the ADODB.Connection interface. I have al…
Hi Brett, I have a similar setup for keeping asset library’s in order, which essentially recursively goes through a library and updates the database …
Hi guys, Just wrote a new com class for MySQL connections. It works well and is simple to implement. Here is the code: “”” MySql com class, p…
Hi Guys, A couple people following the thread have asked about some database code, I did have some stuff I wrote ages ago, which for whatever reason …
Hi Guys, This is a little script I quickly through together for a mate and thought some of you might like it. You can parse commands from max to pyth…
Hi Chris, That would work just fine but as you rightly pointed out it would be pretty slow, other alternatives would be to just parse the path to the…