[Bf-blender-cvs] [f4a990b] master: Fix for curve smooth ignoring cyclic

2014-03-27 Thread Walid Shouman
Commit: f4a990bfcd27e05b36a3cec5b14aabbb189c5240 Author: Walid Shouman Date: Fri Mar 28 09:21:01 2014 +1100 https://developer.blender.org/rBf4a990bfcd27e05b36a3cec5b14aabbb189c5240 Fix for curve smooth ignoring cyclic === M

[Bf-blender-cvs] [c662090] master: Tooltips: abbreviate long python operator tooltips

2013-12-08 Thread Walid Shouman
Commit: c6620905a7c812aefac128f95960a38123b5af38 Author: Walid Shouman Date: Mon Dec 9 14:20:53 2013 +1100 http://developer.blender.org/rBc6620905a7c812aefac128f95960a38123b5af38 Tooltips: abbreviate long python operator tooltips Some tooltips would end up containing long string/array args

[Bf-blender-cvs] [238d2f9] master: BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.

2013-11-17 Thread Walid Shouman
Commit: 238d2f962dc7f15188ea02d65950b1d2945d029a Author: Walid Shouman Date: Mon Nov 18 18:20:21 2013 +1100 http://developer.blender.org/rB238d2f962dc7f15188ea02d65950b1d2945d029a BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh. This adds BM_bmesh_calc_tessellation() so we

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60936] branches/ soc-2013-meshdata_transfer/source/blender: -renaming BKE_bmbvh_new to BKE_bmbvh_new_from_editmesh

2013-10-25 Thread Walid Shouman
Revision: 60936 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60936 Author: walid Date: 2013-10-25 23:40:04 + (Fri, 25 Oct 2013) Log Message: --- -renaming BKE_bmbvh_new to BKE_bmbvh_new_from_editmesh -adding a new BKE_bmbvh_new that takes

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60931] branches/ soc-2013-meshdata_transfer/source/blender: Code rewrite:

2013-10-25 Thread Walid Shouman
Revision: 60931 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60931 Author: walid Date: 2013-10-25 21:36:37 + (Fri, 25 Oct 2013) Log Message: --- Code rewrite: -removing unused definitions from bmesh_data_transfer.h -code clean up for bmes

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60916] branches/ soc-2013-meshdata_transfer/source/blender: Code Rewrite:

2013-10-24 Thread Walid Shouman
Revision: 60916 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60916 Author: walid Date: 2013-10-25 00:30:00 + (Fri, 25 Oct 2013) Log Message: --- Code Rewrite: -treating the CD_MDEFORMVERT as any other CD -Vertex Groups transfer: disabling

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60915] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Code Rewrite:

2013-10-24 Thread Walid Shouman
program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * + * The Original Code is: all of this file. + * + * Contributor(s): Walid Shouman + * + * * END GPL LICENSE BLOCK * + */ + #include "MEM_guardedallo

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60583] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Code rewrite: clean up and moving unused code pieces t

2013-10-07 Thread Walid Shouman
Revision: 60583 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60583 Author: walid Date: 2013-10-07 08:25:30 + (Mon, 07 Oct 2013) Log Message: --- Code rewrite: clean up and moving unused code pieces to #if 0 Modified Paths: --

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60403] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Code Rewrite: obtaining the loop mapping through the v

2013-09-27 Thread Walid Shouman
Revision: 60403 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60403 Author: walid Date: 2013-09-27 23:52:17 + (Fri, 27 Sep 2013) Log Message: --- Code Rewrite: obtaining the loop mapping through the vertex mapping Modified Paths:

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60220] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: transfer by topology: using BM_face_find

2013-09-18 Thread Walid Shouman
Revision: 60220 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60220 Author: walid Date: 2013-09-18 14:46:01 + (Wed, 18 Sep 2013) Log Message: --- code rewrite: transfer by topology: using BM_face_find_best_tan_match_loop instead() of BM_m

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60195] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: transfer by topology: Bugfixes for memor

2013-09-17 Thread Walid Shouman
Revision: 60195 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60195 Author: walid Date: 2013-09-17 11:37:09 + (Tue, 17 Sep 2013) Log Message: --- code rewrite: transfer by topology: Bugfixes for memory allocation and handling memory leaks

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60192] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: using the replace_layer_info in copying

2013-09-17 Thread Walid Shouman
Revision: 60192 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60192 Author: walid Date: 2013-09-17 10:02:54 + (Tue, 17 Sep 2013) Log Message: --- code rewrite: using the replace_layer_info in copying the customdata Modified Paths: ---

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60164] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: adding transfer by topology for loop bas

2013-09-16 Thread Walid Shouman
Revision: 60164 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60164 Author: walid Date: 2013-09-16 13:18:35 + (Mon, 16 Sep 2013) Log Message: --- code rewrite: adding transfer by topology for loop based data types Modified Paths:

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60043] branches/ soc-2013-meshdata_transfer/source/blender: code rewrite: adding transfer by topology for vertex based data types

2013-09-11 Thread Walid Shouman
Revision: 60043 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60043 Author: walid Date: 2013-09-11 11:41:11 + (Wed, 11 Sep 2013) Log Message: --- code rewrite: adding transfer by topology for vertex based data types Modified Paths: --

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59911] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: htype usage fix, using BM_VERT instead o

2013-09-06 Thread Walid Shouman
Revision: 59911 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59911 Author: walid Date: 2013-09-07 06:13:27 + (Sat, 07 Sep 2013) Log Message: --- code rewrite: htype usage fix, using BM_VERT instead of BM_VERTS_OF_MESH Modified Paths: ---

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59910] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: code-cleanup removing BM_mesh_multi_laye

2013-09-06 Thread Walid Shouman
Revision: 59910 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59910 Author: walid Date: 2013-09-07 06:11:32 + (Sat, 07 Sep 2013) Log Message: --- code rewrite: code-cleanup removing BM_mesh_multi_layer_copy2() Modified Paths:

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59909] branches/ soc-2013-meshdata_transfer/source/blender: code rewrite: re-adding transfer by index for vertex colors and UVs

2013-09-06 Thread Walid Shouman
Revision: 59909 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59909 Author: walid Date: 2013-09-07 05:59:05 + (Sat, 07 Sep 2013) Log Message: --- code rewrite: re-adding transfer by index for vertex colors and UVs Modified Paths:

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59541] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: combining the CD_Shapekeys and CD_MDefor

2013-08-26 Thread Walid Shouman
Revision: 59541 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59541 Author: walid Date: 2013-08-26 22:18:34 + (Mon, 26 Aug 2013) Log Message: --- code rewrite: combining the CD_Shapekeys and CD_MDeformVert to be computed using the same ca

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59537] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: edits in the CD_Shapekey CD_MDeformVert

2013-08-26 Thread Walid Shouman
Revision: 59537 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59537 Author: walid Date: 2013-08-26 21:34:32 + (Mon, 26 Aug 2013) Log Message: --- code rewrite: edits in the CD_Shapekey CD_MDeformVert copy WIP Modified Paths: -

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59535] branches/ soc-2013-meshdata_transfer/source/blender: code rewrite: re-adding transfer by index for vertex group and shapekeys to be achieved u

2013-08-26 Thread Walid Shouman
Revision: 59535 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59535 Author: walid Date: 2013-08-26 20:29:36 + (Mon, 26 Aug 2013) Log Message: --- code rewrite: re-adding transfer by index for vertex group and shapekeys to be achieved usin

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59501] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: removing the old code ...

2013-08-25 Thread Walid Shouman
Revision: 59501 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59501 Author: walid Date: 2013-08-25 18:52:52 + (Sun, 25 Aug 2013) Log Message: --- code rewrite: removing the old code ... leaving only a stub for BM_mesh_data_copy() Modifie

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59455] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: supporting data copy by index fix: -free

2013-08-24 Thread Walid Shouman
Revision: 59455 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59455 Author: walid Date: 2013-08-24 08:56:27 + (Sat, 24 Aug 2013) Log Message: --- code rewrite: supporting data copy by index fix: -freeing allocated memory blocks- Modified

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59453] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: supporting data copy by index fix: -fixi

2013-08-23 Thread Walid Shouman
Revision: 59453 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59453 Author: walid Date: 2013-08-24 05:22:13 + (Sat, 24 Aug 2013) Log Message: --- code rewrite: supporting data copy by index fix: -fixing the pointers after the memory alloc

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59452] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: supporting data copy by index

2013-08-23 Thread Walid Shouman
Revision: 59452 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59452 Author: walid Date: 2013-08-24 04:39:56 + (Sat, 24 Aug 2013) Log Message: --- code rewrite: supporting data copy by index Modified Paths: -- branches/soc

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59433] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code rewrite: the interface

2013-08-23 Thread Walid Shouman
Revision: 59433 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59433 Author: walid Date: 2013-08-23 16:52:24 + (Fri, 23 Aug 2013) Log Message: --- code rewrite: the interface Modified Paths: -- branches/soc-2013-meshdata_t

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59432] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: code cleaning: removing the shapekey copy and vertex group copy functions

2013-08-23 Thread Walid Shouman
Revision: 59432 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59432 Author: walid Date: 2013-08-23 15:55:06 + (Fri, 23 Aug 2013) Log Message: --- code cleaning: removing the shapekey copy and vertex group copy functions Modified Paths: --

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59429] branches/ soc-2013-meshdata_transfer/source/blender/editors: deactivating the tolerance bar according to the use_tolerance checkbox value

2013-08-23 Thread Walid Shouman
Revision: 59429 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59429 Author: walid Date: 2013-08-23 15:35:05 + (Fri, 23 Aug 2013) Log Message: --- deactivating the tolerance bar according to the use_tolerance checkbox value Modified Paths:

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59426] branches/ soc-2013-meshdata_transfer/source/blender: dropping the different transfer methods from the UI

2013-08-23 Thread Walid Shouman
Revision: 59426 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59426 Author: walid Date: 2013-08-23 14:51:20 + (Fri, 23 Aug 2013) Log Message: --- dropping the different transfer methods from the UI Modified Paths: -- bran

Re: [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59402] branches/ soc-2013-meshdata_transfer/source/blender: supporting partial layer transfer, working when using replace enough groups and only

2013-08-23 Thread walid shouman
a fix for BKE_bmbvh_find_face_closest logic On Fri, Aug 23, 2013 at 10:32 AM, Walid Shouman wrote: > Revision: 59402 > > http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59402 > Author: walid > Date: 2013-08-23 08:32:57 + (

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59402] branches/ soc-2013-meshdata_transfer/source/blender: supporting partial layer transfer, working when using replace enough groups and only for

2013-08-23 Thread Walid Shouman
Revision: 59402 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59402 Author: walid Date: 2013-08-23 08:32:57 + (Fri, 23 Aug 2013) Log Message: --- supporting partial layer transfer, working when using replace enough groups and only for the

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59219] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : code clean up: removing deprecated comments from BM_me

2013-08-17 Thread Walid Shouman
Revision: 59219 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59219 Author: walid Date: 2013-08-17 19:15:06 + (Sat, 17 Aug 2013) Log Message: --- code clean up: removing deprecated comments from BM_mesh_data_copy() and BM_mesh_multi_layer

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59217] branches/ soc-2013-meshdata_transfer/source/blender/editors/mesh/mesh_data.c: UV transfer: active layer selection fix -checking the destinatio

2013-08-17 Thread Walid Shouman
Revision: 59217 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59217 Author: walid Date: 2013-08-17 16:42:56 + (Sat, 17 Aug 2013) Log Message: --- UV transfer: active layer selection fix -checking the destination layers instead of the sour

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59216] branches/ soc-2013-meshdata_transfer/source/blender: shapekey transfer: rewiring the calls to use BM_mesh_data_copy, Vertex Group transfer: re

2013-08-17 Thread Walid Shouman
Revision: 59216 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59216 Author: walid Date: 2013-08-17 16:16:02 + (Sat, 17 Aug 2013) Log Message: --- shapekey transfer: rewiring the calls to use BM_mesh_data_copy, Vertex Group transfer: rewir

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59206] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : single layer UV transfer: making the l_grp be accessed

2013-08-17 Thread Walid Shouman
Revision: 59206 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59206 Author: walid Date: 2013-08-17 09:54:43 + (Sat, 17 Aug 2013) Log Message: --- single layer UV transfer: making the l_grp be accessed per_vertex instead of per_mesh which

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59203] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : multi layer UV transfer: making the l_grp be accessed

2013-08-17 Thread Walid Shouman
Revision: 59203 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59203 Author: walid Date: 2013-08-17 08:55:41 + (Sat, 17 Aug 2013) Log Message: --- multi layer UV transfer: making the l_grp be accessed per_vertex instead of per_mesh which s

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59168] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : multi layer UV transfer: counter reset fix after each

2013-08-15 Thread Walid Shouman
Revision: 59168 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59168 Author: walid Date: 2013-08-15 22:09:29 + (Thu, 15 Aug 2013) Log Message: --- multi layer UV transfer: counter reset fix after each layer Modified Paths: --

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59122] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Vertex Color Transfer: removing the special transfer function BM_mesh_vertex_

2013-08-13 Thread Walid Shouman
Revision: 59122 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59122 Author: walid Date: 2013-08-13 20:01:30 + (Tue, 13 Aug 2013) Log Message: --- Vertex Color Transfer: removing the special transfer function BM_mesh_vertex_color_copy() -c

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59121] branches/ soc-2013-meshdata_transfer/source/blender/editors/mesh/mesh_data.c: Vertex Color Transfer: rewiring the operator to make the transfe

2013-08-13 Thread Walid Shouman
Revision: 59121 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59121 Author: walid Date: 2013-08-13 19:56:06 + (Tue, 13 Aug 2013) Log Message: --- Vertex Color Transfer: rewiring the operator to make the transfer by BM_mesh_data_copy() Mo

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59120] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Appending the UVs to the BM_mesh_data_copy()

2013-08-13 Thread Walid Shouman
Revision: 59120 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59120 Author: walid Date: 2013-08-13 19:41:52 + (Tue, 13 Aug 2013) Log Message: --- Appending the UVs to the BM_mesh_data_copy() Modified Paths: -- branches/so

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59101] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Appending the shapekeys to the BM_mesh_data_copy()

2013-08-12 Thread Walid Shouman
Revision: 59101 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59101 Author: walid Date: 2013-08-13 06:08:54 + (Tue, 13 Aug 2013) Log Message: --- Appending the shapekeys to the BM_mesh_data_copy() Modified Paths: -- branc

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59074] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Vertex Weight Transfer: memory leak fix, appended the vertex weights to the B

2013-08-11 Thread Walid Shouman
Revision: 59074 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59074 Author: walid Date: 2013-08-11 20:50:17 + (Sun, 11 Aug 2013) Log Message: --- Vertex Weight Transfer: memory leak fix, appended the vertex weights to the BM_mesh_data_cop

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59067] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: renaming BM_mesh_copy to BM_mesh_data_copy as the name was already preserved

2013-08-11 Thread Walid Shouman
Revision: 59067 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59067 Author: walid Date: 2013-08-11 12:44:59 + (Sun, 11 Aug 2013) Log Message: --- renaming BM_mesh_copy to BM_mesh_data_copy as the name was already preserved in another plac

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59056] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Transfer function: duplicating the color transfer to be a base for a generic

2013-08-10 Thread Walid Shouman
Revision: 59056 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59056 Author: walid Date: 2013-08-10 22:04:18 + (Sat, 10 Aug 2013) Log Message: --- Transfer function: duplicating the color transfer to be a base for a generic function for th

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59046] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Vertex Color Transfer: removing the copy to a different function to later mod

2013-08-10 Thread Walid Shouman
Revision: 59046 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59046 Author: walid Date: 2013-08-10 11:25:55 + (Sat, 10 Aug 2013) Log Message: --- Vertex Color Transfer: removing the copy to a different function to later modularize all the

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59041] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex Color Transfer Through projection: performance

2013-08-09 Thread Walid Shouman
Revision: 59041 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59041 Author: walid Date: 2013-08-09 22:26:58 + (Fri, 09 Aug 2013) Log Message: --- Vertex Color Transfer Through projection: performance optimising the transfer speed to skip

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59038] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex color transfer: memory leak fix and removing th

2013-08-09 Thread Walid Shouman
Revision: 59038 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59038 Author: walid Date: 2013-08-09 19:56:20 + (Fri, 09 Aug 2013) Log Message: --- Vertex color transfer: memory leak fix and removing the usage of memory allocation within a

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59005] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex Color transfer through projection: separating t

2013-08-07 Thread Walid Shouman
Revision: 59005 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59005 Author: walid Date: 2013-08-07 21:56:34 + (Wed, 07 Aug 2013) Log Message: --- Vertex Color transfer through projection: separating the transfer into either a single layer

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58998] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex Color transfer through projection: code cleanin

2013-08-07 Thread Walid Shouman
Revision: 58998 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58998 Author: walid Date: 2013-08-07 18:31:26 + (Wed, 07 Aug 2013) Log Message: --- Vertex Color transfer through projection: code cleaning, initializing the return vectors ins

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58977] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Code cleaning: repositioning code pieces to be more meaningful

2013-08-06 Thread Walid Shouman
Revision: 58977 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58977 Author: walid Date: 2013-08-06 23:14:48 + (Tue, 06 Aug 2013) Log Message: --- Code cleaning: repositioning code pieces to be more meaningful Modified Paths: -

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58976] branches/ soc-2013-meshdata_transfer/source/blender: Code cleaning: removing deprecated function vertex BM_mesh_vertex_group_copy and replacin

2013-08-06 Thread Walid Shouman
Revision: 58976 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58976 Author: walid Date: 2013-08-06 22:58:40 + (Tue, 06 Aug 2013) Log Message: --- Code cleaning: removing deprecated function vertex BM_mesh_vertex_group_copy and replacing i

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58968] branches/ soc-2013-meshdata_transfer/source/blender: All transfer through projection: supporting either to transfer relative to the target (th

2013-08-06 Thread Walid Shouman
Revision: 58968 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58968 Author: walid Date: 2013-08-06 14:50:39 + (Tue, 06 Aug 2013) Log Message: --- All transfer through projection: supporting either to transfer relative to the target (the s

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58967] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex Color transfer through projection: missing equa

2013-08-06 Thread Walid Shouman
Revision: 58967 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58967 Author: walid Date: 2013-08-06 13:41:05 + (Tue, 06 Aug 2013) Log Message: --- Vertex Color transfer through projection: missing equal sign in iterating the layers Modifi

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58965] branches/ soc-2013-meshdata_transfer/source/blender: Applying fixes for the layer management of all the transfer functions, fix for UV transfe

2013-08-06 Thread Walid Shouman
Revision: 58965 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58965 Author: walid Date: 2013-08-06 10:52:43 + (Tue, 06 Aug 2013) Log Message: --- Applying fixes for the layer management of all the transfer functions, fix for UV transfer -

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58963] branches/ soc-2013-meshdata_transfer/source/blender: Shapekey, UV and Vertex Color transfer: removing the layer identification completely outs

2013-08-06 Thread Walid Shouman
Revision: 58963 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58963 Author: walid Date: 2013-08-06 09:19:44 + (Tue, 06 Aug 2013) Log Message: --- Shapekey, UV and Vertex Color transfer: removing the layer identification completely outside

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58942] branches/ soc-2013-meshdata_transfer/source/blender: Vertex Groups transfer through projection: using the MVertWeight to access the vertex wei

2013-08-05 Thread Walid Shouman
Revision: 58942 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58942 Author: walid Date: 2013-08-05 19:06:37 + (Mon, 05 Aug 2013) Log Message: --- Vertex Groups transfer through projection: using the MVertWeight to access the vertex weight

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58937] branches/ soc-2013-meshdata_transfer/source/blender/editors/object/object_vgroup.c: Vertex Groups transfer operator: fixing the layer manipula

2013-08-05 Thread Walid Shouman
Revision: 58937 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58937 Author: walid Date: 2013-08-05 16:45:36 + (Mon, 05 Aug 2013) Log Message: --- Vertex Groups transfer operator: fixing the layer manipulation behaviour to go on well with

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58936] branches/ soc-2013-meshdata_transfer/source/blender: Vertex Groups transfer: removing the layer identificationcompletely outside of the copy f

2013-08-05 Thread Walid Shouman
Revision: 58936 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58936 Author: walid Date: 2013-08-05 15:54:31 + (Mon, 05 Aug 2013) Log Message: --- Vertex Groups transfer: removing the layer identificationcompletely outside of the copy func

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58934] branches/ soc-2013-meshdata_transfer/source/blender: Vertex Groups transfer: removing the layer identificationcompletely outside of the copy f

2013-08-05 Thread Walid Shouman
Revision: 58934 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58934 Author: walid Date: 2013-08-05 15:49:25 + (Mon, 05 Aug 2013) Log Message: --- Vertex Groups transfer: removing the layer identificationcompletely outside of the copy func

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58933] branches/ soc-2013-meshdata_transfer/source/blender: Vertex Groups transfer: duplicating the function for a refactoring for more modularity

2013-08-05 Thread Walid Shouman
Revision: 58933 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58933 Author: walid Date: 2013-08-05 15:26:45 + (Mon, 05 Aug 2013) Log Message: --- Vertex Groups transfer: duplicating the function for a refactoring for more modularity Modi

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58925] branches/ soc-2013-meshdata_transfer: Vertex Groups transfer: registering its operator, other transfer function: changes in the description/e

2013-08-04 Thread Walid Shouman
Revision: 58925 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58925 Author: walid Date: 2013-08-05 05:27:49 + (Mon, 05 Aug 2013) Log Message: --- Vertex Groups transfer: registering its operator, other transfer function: changes in the de

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58898] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex Color transfer through projection: fixing the m

2013-08-04 Thread Walid Shouman
Revision: 58898 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58898 Author: walid Date: 2013-08-04 07:16:43 + (Sun, 04 Aug 2013) Log Message: --- Vertex Color transfer through projection: fixing the mloopcol access to be by MLoopCol Modi

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58897] branches/ soc-2013-meshdata_transfer: Vertex Color transfer Operator: registering the operator with all the options found in the UV transfer o

2013-08-03 Thread Walid Shouman
Revision: 58897 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58897 Author: walid Date: 2013-08-04 05:37:25 + (Sun, 04 Aug 2013) Log Message: --- Vertex Color transfer Operator: registering the operator with all the options found in the U

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58893] branches/ soc-2013-meshdata_transfer/source/blender/editors/mesh/mesh_data.c: UV transfer Operator: Adding support for bidirectional transfer

2013-08-03 Thread Walid Shouman
Revision: 58893 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58893 Author: walid Date: 2013-08-04 03:51:24 + (Sun, 04 Aug 2013) Log Message: --- UV transfer Operator: Adding support for bidirectional transfer (from or to active object)

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58889] branches/ soc-2013-meshdata_transfer/source/blender: UV transfer Operator: Managing UV layers for transfer and fixing initializations related

2013-08-03 Thread Walid Shouman
Revision: 58889 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58889 Author: walid Date: 2013-08-04 03:26:38 + (Sun, 04 Aug 2013) Log Message: --- UV transfer Operator: Managing UV layers for transfer and fixing initializations related to

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58860] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : UV transfer through projection: fixing the memory leak

2013-08-03 Thread Walid Shouman
Revision: 58860 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58860 Author: walid Date: 2013-08-03 14:04:21 + (Sat, 03 Aug 2013) Log Message: --- UV transfer through projection: fixing the memory leaks and reducing the reallocation allove

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58854] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : All Data transfer functions through projection: freein

2013-08-03 Thread Walid Shouman
Revision: 58854 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58854 Author: walid Date: 2013-08-03 11:10:39 + (Sat, 03 Aug 2013) Log Message: --- All Data transfer functions through projection: freeing the bmtrees at the end of each funct

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58853] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Shapekey transfer through projection: fixing the memor

2013-08-03 Thread Walid Shouman
Revision: 58853 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58853 Author: walid Date: 2013-08-03 11:03:52 + (Sat, 03 Aug 2013) Log Message: --- Shapekey transfer through projection: fixing the memory leaks and applying the same optimiza

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58852] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex weights transfer through projection: fixing the

2013-08-03 Thread Walid Shouman
Revision: 58852 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58852 Author: walid Date: 2013-08-03 10:41:36 + (Sat, 03 Aug 2013) Log Message: --- Vertex weights transfer through projection: fixing the memory leaks and applying the same op

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58849] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Vertex Colors transfer through projection: fixing the

2013-08-03 Thread Walid Shouman
Revision: 58849 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58849 Author: walid Date: 2013-08-03 08:28:38 + (Sat, 03 Aug 2013) Log Message: --- Vertex Colors transfer through projection: fixing the memory leaks and optimizing the reallo

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58839] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Vertex Colors transfer through projection: initial implementation for the Ver

2013-08-02 Thread Walid Shouman
Revision: 58839 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58839 Author: walid Date: 2013-08-03 01:59:04 + (Sat, 03 Aug 2013) Log Message: --- Vertex Colors transfer through projection: initial implementation for the Vertex Colors tran

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58838] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: Vertex Weights transfer through projection: initial implementation for the ve

2013-08-02 Thread Walid Shouman
Revision: 58838 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58838 Author: walid Date: 2013-08-02 23:41:09 + (Fri, 02 Aug 2013) Log Message: --- Vertex Weights transfer through projection: initial implementation for the vertex weights tr

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58836] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Shapekey transfer through projection: fully implementi

2013-08-02 Thread Walid Shouman
Revision: 58836 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58836 Author: walid Date: 2013-08-02 21:55:33 + (Fri, 02 Aug 2013) Log Message: --- Shapekey transfer through projection: fully implementing shapekey transfer -fixing the inter

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58834] branches/ soc-2013-meshdata_transfer/source/blender: Shapekey transfer through projection: duplicating the shapekey transfer and rewiring the

2013-08-02 Thread Walid Shouman
Revision: 58834 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58834 Author: walid Date: 2013-08-02 19:54:32 + (Fri, 02 Aug 2013) Log Message: --- Shapekey transfer through projection: duplicating the shapekey transfer and rewiring the tra

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58833] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : UV transfer through faces: memory reallocation fix

2013-08-02 Thread Walid Shouman
Revision: 58833 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58833 Author: walid Date: 2013-08-02 18:19:08 + (Fri, 02 Aug 2013) Log Message: --- UV transfer through faces: memory reallocation fix Modified Paths: -- branc

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58825] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: UV transfer through faces: fully implementing the uv transfer

2013-08-02 Thread Walid Shouman
Revision: 58825 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58825 Author: walid Date: 2013-08-02 10:07:15 + (Fri, 02 Aug 2013) Log Message: --- UV transfer through faces: fully implementing the uv transfer Modified Paths: --

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58786] branches/ soc-2013-meshdata_transfer/source/blender: UV transfer through faces: bugfixing the island connecting -WIP-, Shapekey transfer: bug

2013-07-31 Thread Walid Shouman
Revision: 58786 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58786 Author: walid Date: 2013-07-31 21:51:05 + (Wed, 31 Jul 2013) Log Message: --- UV transfer through faces: bugfixing the island connecting -WIP-, Shapekey transfer: bugfix

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58757] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : UV transfer through faces: added portion to connect UV

2013-07-31 Thread Walid Shouman
Revision: 58757 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58757 Author: walid Date: 2013-07-31 08:01:29 + (Wed, 31 Jul 2013) Log Message: --- UV transfer through faces: added portion to connect UVs after transfer -WIP- Modified Paths:

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58722] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : UV transfer through faces: using face to face mapping

2013-07-29 Thread Walid Shouman
Revision: 58722 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58722 Author: walid Date: 2013-07-29 18:09:32 + (Mon, 29 Jul 2013) Log Message: --- UV transfer through faces: using face to face mapping and commenting the island finding part

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58704] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: UV transfer through faces: several fixes for the islands' seams finding -WIP-

2013-07-28 Thread Walid Shouman
Revision: 58704 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58704 Author: walid Date: 2013-07-29 03:10:09 + (Mon, 29 Jul 2013) Log Message: --- UV transfer through faces: several fixes for the islands' seams finding -WIP- Modified Paths

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58686] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools: UV transfer through faces: integrating the island matching into the code -WIP

2013-07-28 Thread Walid Shouman
Revision: 58686 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58686 Author: walid Date: 2013-07-28 08:21:21 + (Sun, 28 Jul 2013) Log Message: --- UV transfer through faces: integrating the island matching into the code -WIP- Modified Path

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58653] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : UV transfer through faces: simple fix for the interpol

2013-07-27 Thread Walid Shouman
Revision: 58653 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58653 Author: walid Date: 2013-07-27 08:04:46 + (Sat, 27 Jul 2013) Log Message: --- UV transfer through faces: simple fix for the interpolation to work for single islands Modi

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58635] branches/ soc-2013-meshdata_transfer/source/blender: UV transfer through faces: implemented basic copy -very basic interpolation- & Shapekey t

2013-07-26 Thread Walid Shouman
Revision: 58635 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58635 Author: walid Date: 2013-07-26 22:11:41 + (Fri, 26 Jul 2013) Log Message: --- UV transfer through faces: implemented basic copy -very basic interpolation- & Shapekey tran

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58627] branches/ soc-2013-meshdata_transfer/source/blender/editors/object/object_shapekey.c: Shapekey transfer through vertices: supporting multi dir

2013-07-26 Thread Walid Shouman
Revision: 58627 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58627 Author: walid Date: 2013-07-26 16:13:09 + (Fri, 26 Jul 2013) Log Message: --- Shapekey transfer through vertices: supporting multi direction copying -either to/from activ

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58624] branches/ soc-2013-meshdata_transfer/source/blender/editors/object/object_shapekey.c: Shapekey transfer through vertices: fixing the shapkey'

2013-07-26 Thread Walid Shouman
Revision: 58624 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58624 Author: walid Date: 2013-07-26 15:15:58 + (Fri, 26 Jul 2013) Log Message: --- Shapekey transfer through vertices: fixing the shapkey's name copy while transfer Modified

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58623] branches/ soc-2013-meshdata_transfer/source/blender: Adding feature to shapekey transfer by nearest vertex: supporting basic automatic toleran

2013-07-26 Thread Walid Shouman
Revision: 58623 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58623 Author: walid Date: 2013-07-26 13:45:25 + (Fri, 26 Jul 2013) Log Message: --- Adding feature to shapekey transfer by nearest vertex: supporting basic automatic tolerance

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58622] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Moving the search for the nearest vertices out of the

2013-07-26 Thread Walid Shouman
Revision: 58622 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58622 Author: walid Date: 2013-07-26 12:10:19 + (Fri, 26 Jul 2013) Log Message: --- Moving the search for the nearest vertices out of the copying between layers as they're lay

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58621] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Using vertex tables to eliminate the usage of BM_vert_

2013-07-26 Thread Walid Shouman
Revision: 58621 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58621 Author: walid Date: 2013-07-26 11:44:23 + (Fri, 26 Jul 2013) Log Message: --- Using vertex tables to eliminate the usage of BM_vert_at_index to optimize for the vertex ac

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58616] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Using mallocs instead of nested reallocs within the tr

2013-07-26 Thread Walid Shouman
Revision: 58616 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58616 Author: walid Date: 2013-07-26 10:02:54 + (Fri, 26 Jul 2013) Log Message: --- Using mallocs instead of nested reallocs within the transfer shapekey function Modified Path

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58564] branches/ soc-2013-meshdata_transfer/source/blender: Supporting the shapekey transfer by nearest face

2013-07-23 Thread Walid Shouman
Revision: 58564 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58564 Author: walid Date: 2013-07-24 05:39:38 + (Wed, 24 Jul 2013) Log Message: --- Supporting the shapekey transfer by nearest face Modified Paths: -- branche

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58488] branches/ soc-2013-meshdata_transfer/source/blender/bmesh/tools/bmesh_data_transfer.c : Complexity reduction for the shapekey transfer interpo

2013-07-21 Thread Walid Shouman
Revision: 58488 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58488 Author: walid Date: 2013-07-22 02:32:45 + (Mon, 22 Jul 2013) Log Message: --- Complexity reduction for the shapekey transfer interpolation and some memory allocation fixe

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58401] branches/ soc-2013-meshdata_transfer/source/blender/editors/object/object_shapekey.c: Applying the fix for shapekey transform to work

2013-07-19 Thread Walid Shouman
Revision: 58401 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58401 Author: walid Date: 2013-07-19 11:51:04 + (Fri, 19 Jul 2013) Log Message: --- Applying the fix for shapekey transform to work Modified Paths: -- branches

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58375] branches/ soc-2013-meshdata_transfer/source/blender: Making a basic interpolation for UV copying and adding a callback for BM_mesh_calc_face_g

2013-07-19 Thread Walid Shouman
Revision: 58375 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58375 Author: walid Date: 2013-07-19 09:09:30 + (Fri, 19 Jul 2013) Log Message: --- Making a basic interpolation for UV copying and adding a callback for BM_mesh_calc_face_grou

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58326] branches/ soc-2013-meshdata_transfer/source/blender: Rewriting the copy function to use spacial nearest vertex instead of matching topologies

2013-07-16 Thread Walid Shouman
Revision: 58326 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58326 Author: walid Date: 2013-07-17 05:38:51 + (Wed, 17 Jul 2013) Log Message: --- Rewriting the copy function to use spacial nearest vertex instead of matching topologies Mo

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58325] branches/ soc-2013-meshdata_transfer: Adding UV Transfer between identical meshes

2013-07-16 Thread Walid Shouman
Revision: 58325 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58325 Author: walid Date: 2013-07-17 02:19:18 + (Wed, 17 Jul 2013) Log Message: --- Adding UV Transfer between identical meshes Modified Paths: -- branches/soc

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58259] branches/ soc-2013-meshdata_transfer/source/blender: Adding a shapekeys debugging function print_shape_key_info()

2013-07-15 Thread Walid Shouman
Revision: 58259 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58259 Author: walid Date: 2013-07-15 08:32:13 + (Mon, 15 Jul 2013) Log Message: --- Adding a shapekeys debugging function print_shape_key_info() Modified Paths: --

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58230] branches/ soc-2013-meshdata_transfer: Adding the Shapekey transfer algorithm

2013-07-14 Thread Walid Shouman
Revision: 58230 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58230 Author: walid Date: 2013-07-14 08:13:02 + (Sun, 14 Jul 2013) Log Message: --- Adding the Shapekey transfer algorithm Modified Paths: -- branches/soc-2013

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58228] branches/ soc-2013-meshdata_transfer: merge from svn -r58114:58222

2013-07-13 Thread Walid Shouman
Revision: 58228 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58228 Author: walid Date: 2013-07-14 01:34:29 + (Sun, 14 Jul 2013) Log Message: --- merge from svn -r58114:58222 Revision Links: -- http://projects.blender.org

[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58024] branches/ soc-2013-meshdata_transfer: merge from svn -r57866:58022

2013-07-05 Thread Walid Shouman
Revision: 58024 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58024 Author: walid Date: 2013-07-05 18:37:13 + (Fri, 05 Jul 2013) Log Message: --- merge from svn -r57866:58022 Revision Links: -- http://projects.blender.org