was this preset made automatic or by hand?

it shouldnt set the filepath at all, would get very annoying if you
navigate to a directory and change the preset switches you out.

On Fri, May 25, 2012 at 1:43 PM, Gaia Clary
<[email protected]> wrote:
> Revision: 47010
>          
> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47010
> Author:   gaiaclary
> Date:     2012-05-25 11:43:57 +0000 (Fri, 25 May 2012)
> Log Message:
> -----------
> Added a Factory Operator Preset for the Collada Exporter (Second Life presets)
>
> Added Paths:
> -----------
>    trunk/blender/release/scripts/presets/operator/
>    trunk/blender/release/scripts/presets/operator/wm.collada_export/
>    
> trunk/blender/release/scripts/presets/operator/wm.collada_export/second_life.py
>
> Added: 
> trunk/blender/release/scripts/presets/operator/wm.collada_export/second_life.py
> ===================================================================
> --- 
> trunk/blender/release/scripts/presets/operator/wm.collada_export/second_life.py
>                              (rev 0)
> +++ 
> trunk/blender/release/scripts/presets/operator/wm.collada_export/second_life.py
>      2012-05-25 11:43:57 UTC (rev 47010)
> @@ -0,0 +1,8 @@
> +import bpy
> +op = bpy.context.active_operator
> +
> +op.filepath = 'untitled.dae'
> +op.selected = True
> +op.apply_modifiers = True
> +op.include_bone_children = False
> +op.second_life = True
>
>
> Property changes on: 
> trunk/blender/release/scripts/presets/operator/wm.collada_export/second_life.py
> ___________________________________________________________________
> Added: svn:executable
>   + *
>
> _______________________________________________
> Bf-blender-cvs mailing list
> [email protected]
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs



-- 
- Campbell
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to