Revision b4f9b25 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:18 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 462c69d by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:15 (GMT) |
Rename function and fix wrong pointer increment The change done in previous cleanup broken the function. |
Revision 5262e21 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:15 (GMT) |
Cleanup style |
Revision 7fc1d6c by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:15 (GMT) |
Cleanup: Unused variable |
Revision 3934449 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:15 (GMT) |
Add Force Fill Data parameter Add a general parameter to force the recalc of the triangulation data because some modifiers could change the geometry and the filling triangles would not be right. Now, the parameter is visible in UI panel because this option reduces FPS, but maybe in the future we can keep always ON and remove the parameter. |
Revision ee212fd by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
UI: Change text of force recalc |
Revision b91deea by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Change calculation of automatic weights There were several mistakes and now is using standard routines. |
Revision 62f67b8 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Implement Parent with Empty and Automatic weights This is an alternative way of define weights. |
Revision f92e13a by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Enable Fade geometry in Pose mode Now the grease pencil geometry is fade when the alpha value is enabled. |
Revision 948e1de by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Rename parent layer when change bone name |
Revision 7088c21 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Rename bone if Armature modifier |
Revision b425c0a by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Add weight data when drawing |
Revision cdad9b4 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Keep weight when simplify with RDP |
Revision fbc2a8a by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Interpolate weights when subdivide |
Revision ec58cb0 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:14 (GMT) |
Manage weights in simplify operator and modifier |
Revision c91aaf5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:13 (GMT) |
More changes to subdivide modifier |
Revision 8ddbcd6 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) August 23, 2018, 08:13 (GMT) |
Add weights to subdivide points |
August 23, 2018, 06:46 (GMT) |
Fix T56498: Segment fault when change parameter of one operator after undo. You cannot store ID (or any other data) pointers accross undo?s/redo?s, those are reading .blend file and hence invalidating all pointers! Not that happy with this fix, code is rather convoluted and not elegant at all, but cannot think of a better solution, so will do for now. Also found and fixed another 'str ghash used for int keys' case... |
August 23, 2018, 06:46 (GMT) |
Add helper to BKE_library to generate unique string key for an ID. Basically just concatenates ID's name (including its IDtype code) and that library's name, if any. This must give unique string in a given Main database, suitable for GHash keys e.g. |
August 23, 2018, 06:20 (GMT) |
Cleanup: trailing space |
|
|
|


Master Commits
MiikaHweb | 2003-2021