Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> simonrepp
Simon Repp (simonrepp)
Total Commits : 3
Master Commits : 3
Branch Commits : 0
First Commit : December 23, 2013
Latest Commit : January 18, 2014
Commits by Month
Date | Number of Commits | |
---|---|---|
January, 2014 | 2 | |
December, 2013 | 1 |
Favourite Files
Filename | Total Edits |
---|---|
icon16_mod_wireframe.dat | 1 |
space_info.py | 1 |
icon32_mod_wireframe.dat | 1 |
curve.c | 1 |
editcurve.c | 1 |
space_info.c | 1 |
blender_icons.svg | 1 |
DNA_curve_types.h | 1 |
UI_icons.h | 1 |
info_ops.c | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 2 | 0.7 |
Modified | 10 | 3.3 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 369 | 123.0 |
Lines Removed | 27 | 9.0 |
Latest commits
January 18, 2014, 18:22 (GMT) |
Increase maximum allowed amount of points for Splines in both U and V directions Increase the maximum allowed amount of points in a spline from currently 32,767 (short) to 2,147,483,647 (int). Change variables that get assigned the value from pntsu/pntsv to int type all over the codebase. Change function parameters that previously passed the count as short to int type as well. (because https://developer.blender.org/T38191) Reviewed By: sergey Differential Revision: https://developer.blender.org/D212 |
January 17, 2014, 15:47 (GMT) |
UI/Modifiers: add missing icon for Wireframe modifier Reviewed By: carter2422, billrey, plasmasolutions, brecht Differential Revision: https://developer.blender.org/D220 |
December 23, 2013, 17:55 (GMT) |
UI: communicate external data autopack better in the UI. Previously there was no way to see if autopack was enabled. Now the external data menu has 3 entries instead of 2: * Automatically Pack Into .blend (with checkbox to indicate autopack on/off) * Pack All Into .blend * Unpack All Into Files Fixes T37608, includes modifications by Brecht from the original patch. Reviewed By: brecht Differential Revision: https://developer.blender.org/D118 |
MiikaHweb - Blender Git Statistics v1.06