[Bf-committers] about current "struct WireframeModifierData"

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Dec 23 16:41:56 CET 2013


Hi,

This was fixed just now:
http://developer.blender.org/rB6c1525c99f1f3572d8afaef96707712d39c45588

On Mon, Dec 23, 2013 at 4:02 PM,  <jmsoler at free.fr> wrote:
>
>
> Hi everybody,
>
> long time I hadn't posted anything here. So, just a word : it seems that my
> windows C compilator builds most friendly with a little modification in the
> DNA_modifier_types.h.
>
> /* many of these options match 'solidify' */
> typedef struct WireframeModifierData {
>         ModifierData modifier;
>         char defgrp_name[64];  /* MAX_VGROUP_NAME */
>         float offset;
>         float offset_fac;
>         float offset_fac_vg;
>         float crease_weight;
>         int flag, mat_ofs; // int builds itself better than short.
> } WireframeModifierData;
>
> Perhaps not the thing to do because the executable file runs with an error but
> if someone can check this  part to see what is to correct exactly....
>
> Regards
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list