July 23, 2021, 10:59 (GMT) |
GPencil: Add warning for non supported features Some features as modifiers are part of the object and this asset type is datablock only and canot support them. Now the user receives a warning about these features because they are not included in the final asset. To get all these features in the asset, it's necessary create Object Asset type and not Datablock type as it's done in this operator. |
July 23, 2021, 10:45 (GMT) |
GPencil: Rename enum values for better naming |
July 23, 2021, 10:40 (GMT) |
GPencil: Remove unused variable |
July 23, 2021, 10:38 (GMT) |
GPencil: Code cleanup |
July 23, 2021, 10:24 (GMT) |
GPencil: Exclude hidden layers |
July 23, 2021, 10:24 (GMT) |
GPencil: Use bool instead of int |
July 23, 2021, 09:08 (GMT) |
Merge branch 'master' into asset-greasepencil |
July 22, 2021, 12:03 (GMT) |
Cleanup: Comments |
July 22, 2021, 09:37 (GMT) |
Merge branch 'master' into asset-greasepencil |
July 22, 2021, 09:15 (GMT) |
GPencil: Fix empty preview image As the render preview uses a new scene, the active frame is set to 1, but grease pencil needs to have the current frame in the right place to display the strokes. Now the current frame number in the original frame is passes to scene creation function to set the same frame in the preview temporal scene. |
July 22, 2021, 09:12 (GMT) |
GPencil: Fix error in layers order Before was inverted because a bug |
July 22, 2021, 08:38 (GMT) |
GPencil: Fix infinite loop when importing to new object |
July 22, 2021, 08:37 (GMT) |
GPencil: Avoid segment fault when material is NULL |
July 21, 2021, 19:04 (GMT) |
GPencil: Fix error importing layers The layer need to be duplicated in order to keep all details. |
July 21, 2021, 18:59 (GMT) |
GPencil: New option to create asset for selected frames |
July 21, 2021, 18:41 (GMT) |
GPencil: New options to create Asset for All layers and All layers splitted |
July 21, 2021, 18:19 (GMT) |
GPencil: Add option to merge layers in Asset creation |
July 21, 2021, 18:03 (GMT) |
GPencil: Move to function the layer merge logic This will be used by asset creation. |
July 21, 2021, 15:36 (GMT) |
GPencil: Fix wrong comment |
July 21, 2021, 15:30 (GMT) |
GPencil: Use current frame to insert asset instead of absolute values |
|