Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> soc-2013-sketch_mesh
"Soc-2013-sketch_mesh" branch
Total commits : 52
Total committers : 3
First Commit : June 11, 2013
Latest Commit : December 11, 2013
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2013 | 1 | |
November, 2013 | 18 | |
October, 2013 | 11 | |
September, 2013 | 0 | |
August, 2013 | 3 | |
July, 2013 | 15 | |
June, 2013 | 4 |
Committers
Author | Number of Commits |
---|---|
Alexander Pinzon | 42 |
Campbell Barton | 9 |
Sergey Sharybin | 1 |
Popular Files
Filename | Total Edits |
---|---|
MOD_laplaciandeform.c | 24 |
editmesh_deform_laplacian.c | 11 |
rna_modifier.c | 8 |
properties_data_modifier.py | 8 |
DNA_modifier_types.h | 7 |
bmo_deform_laplacian.c | 4 |
mesh_intern.h | 3 |
mesh_ops.c | 3 |
object_modifier.c | 3 |
space_view3d.py | 3 |
Latest commits
December 11, 2013, 16:10 (GMT) |
Merge branch 'master' into soc-2013-sketch_mesh Conflicts: release/scripts/addons source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/writefile.c source/blender/editors/object/object_modifier.c source/blender/makesrna/intern/rna_modifier.c source/blender/modifiers/intern/MOD_laplaciandeform.c |
November 25, 2013, 13:59 (GMT) |
Merge branch 'master' into soc-2013-sketch_mesh |
November 22, 2013, 20:04 (GMT) |
I adjusted some variables names. The modifier sends a message on screen if the system not found a solution: (The Modifier not determines if a system is soluble, the numeric solver OpenNL Superlu notifies if solution was found.) Fix bugs: - Load file in a correct way. - Delete vertex co (float array) when the bind flag is false. |
November 21, 2013, 22:35 (GMT) |
Code Cleanup: minor changes to laplacian deform modifier interface |
November 21, 2013, 22:18 (GMT) |
Code Cleanup: style edits and avoid sqrt |
November 21, 2013, 22:17 (GMT) |
Code Cleanup: includes and warnings |
November 21, 2013, 18:50 (GMT) |
Changed the names of some variables. The modifier print on screnn an alert when the user change the vertices, edges, or vertex group. |
November 21, 2013, 01:25 (GMT) |
Create of new Operator for bind Laplacian Deform Modifier The Laplacian Deform Modifier bind the initial vertexes positions. I Modified the LaplacianDeformModifierData struct to store bind state. |
November 20, 2013, 21:05 (GMT) |
Add eModifierTypeFlag_SupportsEditmode to support modifier in EditMode |
November 20, 2013, 14:18 (GMT) |
Merge branch 'master' into soc-2013-sketch_mesh |
November 12, 2013, 20:30 (GMT) |
svn merge ^/trunk/blender 60972:61239 |
November 6, 2013, 23:06 (GMT) |
Changes suggested by Campbell: - Delete pointer to DeriveMesh - Store face tessellation |
November 5, 2013, 23:15 (GMT) |
The LaplacianDeform modifier only use DeriveMesh. Fix bug: about only support mesh with faces |
November 5, 2013, 12:11 (GMT) |
remove use of BLI_array |
November 5, 2013, 12:04 (GMT) |
minor changes, remove some NULL checks for allocating small arrays. |
November 5, 2013, 11:50 (GMT) |
rename rna repetitions to iterations |
November 5, 2013, 11:46 (GMT) |
replace calloc for malloc in places, also minor style edits. |
November 5, 2013, 10:09 (GMT) |
code cleanup: style |
November 3, 2013, 16:02 (GMT) |
branch now compiles on linux (minor fixes) |
October 31, 2013, 21:56 (GMT) |
Fix a bug when the user modify the vertex positions in edit mode |
MiikaHweb - Blender Git Statistics v1.06