Search found 2453 matches

Search found 2453 matches
by dougal2
Thu Nov 29, 2012 10:09 am
Forum: Blender
Topic: New code repo for Blendigo
Replies: 15
Views: 14666

Re: New code repo for Blendigo

Hey Ono, 'env_rot_type': {'type': 'env_map', 'env_map_type': 'spherical' or 'spherical_environment'}, whilst what you wrote is valid python, the way it is evaluated is not what you want. in python, ('spherical' or 'spherical_environment') evaluates to 'spherical' at the point of script loading and ...
by dougal2
Sun Oct 14, 2012 1:16 am
Forum: Blender
Topic: Blendigo (for Blender 2.63) 3.4.9.1
Replies: 10
Views: 8312

Re: Blendigo (for Blender 2.63) 3.4.9.1

Is the culling off -option hidden somewhere in blendigo? Not yet. I'm not quite sure where to put it. What if it fell under other parameters like the settings for Proxy, Subdivision, etc.? Custom Indigo parameters for an object all in one place? Then maybe you could enable any object to be a sectio...
by dougal2
Thu Apr 26, 2012 6:11 am
Forum: Blender
Topic: Blendigo (for Blender 2.62) 3.2.12.0
Replies: 16
Views: 16158

Re: Blendigo (for Blender 2.6x) 3.2.12.0

I think there's a minor change relating to uv access for bmesh, but I honestly don't know much beyond that.
by dougal2
Thu Apr 26, 2012 4:40 am
Forum: SDK Discussion
Topic: Indigo SDK Python Bindings
Replies: 7
Views: 14729

Re: Indigo SDK Python Bindings

I uploaded the binding code to google docs, here's the link to download:

https://docs.google.com/open?id=0B35D3F ... 0FleXpmQWc

(this file can only be downloaded with this link, please keep it private until license terms are confirmed)
by dougal2
Thu Apr 26, 2012 4:29 am
Forum: SDK Discussion
Topic: Indigo SDK Python Bindings
Replies: 7
Views: 14729

Re: Indigo SDK Python Bindings

Here are various parts of the python code I used in Blendigo for integrated rendering; this should be a complete example, however I haven't actually tested it #!/usr/env python import indigo # Utils import threading class TimerThread(threading.Thread): """Periodically call self.kick(). The period of...
by dougal2
Thu Apr 26, 2012 4:06 am
Forum: SDK Discussion
Topic: Indigo SDK Python Bindings
Replies: 7
Views: 14729

Re: Indigo SDK Python Bindings

There's nothing Blender-specific about this code, it's simply a way to invoke Indigo and get the image back using python code instead of launching an external process. I've lost some of the sample/test python code I used to test this module, but I'll try to dig something out of the Blendigo history ...
by dougal2
Thu Apr 26, 2012 3:17 am
Forum: SDK Discussion
Topic: Indigo SDK Python Bindings
Replies: 7
Views: 14729

Re: Indigo SDK Python Bindings

.... and it appears that I cannot actually attach a file in this forum. I'll add the archive as soon as this is possible... ;)
by dougal2
Thu Apr 26, 2012 3:16 am
Forum: SDK Discussion
Topic: Indigo SDK Python Bindings
Replies: 7
Views: 14729

Indigo SDK Python Bindings

Since I am no longer likely to use this code, I hereby release to the public domain my python bindings around the Indigo SDK. I'm not sure if usage or viewing of this code requires an Indigo Developer NDA, I reserve Glare Tech Ltd the right to re-license this code as they see fit at any time. This r...
by dougal2
Thu Apr 26, 2012 2:54 am
Forum: Blender
Topic: Blendigo (for Blender 2.6x) 3.2.10.0
Replies: 30
Views: 21237

Re: Blendigo (for Blender 2.6x) 3.2.10.0

Thanks everyone for your kind words. It has been the experience in programming I've gained from working on projects like this that have brought me up to a level where I could not only apply for but actually get a pretty good job as a software developer. Taking the leaps from hobby programming to sel...
by dougal2
Thu Apr 26, 2012 2:49 am
Forum: Blender
Topic: Blendigo (for Blender 2.62) 3.2.12.0
Replies: 16
Views: 16158

Blendigo (for Blender 2.62) 3.2.12.0

3.2.12.0 DOWNLOADS ALL PLATFORMS: http://www.indigorenderer.com/dist/exporters/blendigo/blendigo-2.5-3.2.12.0.zip WINDOWS INSTALLER: http://www.indigorenderer.com/dist/exporters/blendigo/blendigo-2.5-3.2.12.0-installer.exe NOTE: This exporter REQUIRES Blender version 2.62 Changes in this release: *...
by dougal2
Tue Apr 24, 2012 6:32 am
Forum: Blender
Topic: Blendigo (for Blender 2.6x) 3.2.10.0
Replies: 30
Views: 21237

Re: Blendigo (for Blender 2.6x) 3.2.10.0

Sorry, that was a stupid regression that crept in whilst trying to fix the non-uniform scaling bug. It'll be fixed in the next release.
by dougal2
Mon Apr 23, 2012 4:04 am
Forum: Blender
Topic: Blendigo (for Blender 2.6x) 3.2.10.0
Replies: 30
Views: 21237

Re: Blendigo (for Blender 2.6x) 3.2.10.0

Blendigo 3.2.10.0 Indigo 3.2.10.0 Blender 2.62.0 r44136 Oops, I think the recent change of .matrix_world to .matrix_basis in the export code is responsible for this error. Funny it wasn't caught by the regression test scenes, I'll have to add a scene to check for this. (ref: https://bitbucket.org/d...
by dougal2
Fri Apr 20, 2012 10:21 am
Forum: Blender
Topic: Blendigo (for Blender 2.6x) 3.2.10.0
Replies: 30
Views: 21237

Re: Blendigo (for Blender 2.6x) 3.2.10.0

I've started a Wiki alongside the code - I'll try and complete the pages in painful detail over the next week or so:

https://bitbucket.org/doughammond/blend ... /wiki/Home
by dougal2
Fri Apr 20, 2012 6:44 am
Forum: Blender
Topic: Blendigo (for Blender 2.6x) 3.2.10.0
Replies: 30
Views: 21237

Re: Blendigo (for Blender 2.6x) 3.2.10.0

Feel free to browse the code - it's all Open Source ! :D https://bitbucket.org/doughammond/blendigo-2.5/src Day-to-day tweaks are probably not that hard to do (I can't tell any more, been coding for such a long time now...) - most of the tricky stuff of dealing with the blender API and correct XML f...
by dougal2
Mon Apr 16, 2012 3:26 am
Forum: Blender
Topic: Blendigo (for Blender 2.6x) 3.2.10.0
Replies: 30
Views: 21237

Re: Blendigo (for Blender 2.6x) 3.2.10.0

ok, this is a little weird. I set the path to Indigo in a scene and save the scene, but it doesn't seem to save the path info. it resets to /Applications/Indigo.app every time I re-open the file. my Blender default scene saves the correct path, however. this is problematic, because all of the Indig...
Search found 2453 matches