July 25, 2020, 19:17 (GMT) |
GPencil: Some tweaks to create filled areas |
July 25, 2020, 18:38 (GMT) |
GPencil: Integrate perimter functions This is a modified version of the functions included in D6637 https://developer.blender.org/D6637 |
July 25, 2020, 14:32 (GMT) |
Merge branch 'temp-export-xml' into greasepencil-object |
July 25, 2020, 14:24 (GMT) |
Merge branch 'master' into greasepencil-object |
July 25, 2020, 14:17 (GMT) |
GPencil: Include Styles |
July 25, 2020, 10:15 (GMT) |
GPencil: Fix size and position issue Also, structure code. |
July 24, 2020, 20:41 (GMT) |
GPencil: Basic path exported Still pending perimter, materials and center in the document. |
July 24, 2020, 19:07 (GMT) |
GPencil: Basic structure of layers The problem was the Region was NULL, but now using a function the region is right. |
July 24, 2020, 14:29 (GMT) |
Merge branch 'master' into temp-export-xml |
July 24, 2020, 14:25 (GMT) |
Merge branch 'master' into greasepencil-object |
July 24, 2020, 14:03 (GMT) |
More test |
July 24, 2020, 09:41 (GMT) |
GPencil: Basic structure of XML with GP Object |
July 23, 2020, 21:06 (GMT) |
GPencil: reorganize code Prepare to have more exporter types |
July 23, 2020, 18:19 (GMT) |
GPencil: Basic creation of XML All parts in place, ready to start to create the export |
July 23, 2020, 15:27 (GMT) |
GPencil: More basis structure changes |
July 23, 2020, 15:17 (GMT) |
GPencil: Prepare basic structure for Export Operator Still is not calling anything |
July 23, 2020, 15:06 (GMT) |
GPencil: Prepare IO operator project This is just an empty structure |
July 23, 2020, 14:46 (GMT) |
GPencil: Rename IO project Old name was redundant. |
July 23, 2020, 14:38 (GMT) |
GPencil: Create basic structure of new project for IO This project will be used to export data. |
July 23, 2020, 14:03 (GMT) |
GPencil: Fix unreported missing frames in interpolation When interpolate, the temp frames are tagged, and later removed. If for any reason any stroke was tagged in other area of Blender (this tag is used for temp tagging), the stroke could be removed by error when run interpolation. In a previous fix, the tag was cleared before, but only for the frame range of the interpolation. Now, the clear is done for all frames. Also, instead to clear for each stroke sampling, now it's done only once at invoke time. |
|