[Bf-committers] New with Blender: two question

David Millan david at artresnet.com
Fri Sep 15 08:12:43 CEST 2006


You should do a patch and submit it to projects.blender.org in 
patchtracker section to review it.

joaquin bervel escribió:
> Hello,
>
> I am new working with source code of blender and I have some quetions.
>
> I have created a new function. I call it 'Progressive Crease', and I 
> have added it to the 'Special Menu' (w). This function modify the 
> crease between two selected edges, with the proposite of do the mesh 
> more soft. The function calculates all the shortest-paths between the 
> two selected edges and later modify the crease of these edges 
> depending of selected edges crease. I have modified the files 
> header_view3d.c, editmesh_tools.c ... but I dont know if i have to 
> commit or send an email with these files, to look if this function can 
> be added to the new version of blender.
>
> The other question is a problem, I am working in other function, a 
> solidify, but when I create new faces, I call :
>
> initTransform(TFM_SHRINKFATTEN, CTX_NONE);
> Transform();
>
> it does not work, but if i replace it by
>
> initTransform(TFM_TRANSLATE or ...SCALE or ....ROTATE, CTX_NONE);
> Transform();
>
> it works.
>        
> Thanks
> Joaquin
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20060915/ed34a1b8/attachment.htm


More information about the Bf-committers mailing list