March 24, 2018, 13:48 (GMT) |
more updates for decoupled baking - initial support for smoke |
Revision 3265ed2 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 24, 2018, 12:45 (GMT) |
Fix grease pencil paper reset loading files The paper was reset loading any file, not only old files. |
Revision c3fa124 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 24, 2018, 12:09 (GMT) |
Make less sensible strength brush and smooth Now the factor to apply is less sensible and after apply the strength a smooth operation is done with surrounding points. Before the change in the opacity changed too much with small input. |
Revision 60e18bf by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 24, 2018, 11:54 (GMT) |
Cleanup: Fix comments |
Revision dcbd96e by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 24, 2018, 11:20 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 9459362 by Gaia Clary March 23, 2018, 19:57 (GMT) |
Refactor: Collada: Renamed BCMatrix to BCSample Since the BCSample Objects will contain either Matrix data for Object animation or other data for Lamp, Material, and Camera animation. |
Revision dec977f by Gaia Clary March 23, 2018, 16:17 (GMT) |
Cleanup: Collada reordered and commented BC_animation_transform_type |
Revision 938ecae by Gaia Clary March 23, 2018, 14:49 (GMT) |
Refactor: Use more general appraoch to get data from BCMatrix Added virtual function get_value_for() that can pick the correct data from a Matrix (and later also for a vector or a float array) (wip) this is in preparation for adding Sample data for Materials, light and camera Those animations do not need matrix values, but either simple float arrays or float vector arrays. I still want to handle those animation samples in the same way as the Matrix samples. So i try to use a class hierarchy here with the base class BCSample and derived classes where BCMatrix is the only implemented subclass so far. (wip) |
Revision e7a8f35 by Gaia Clary March 23, 2018, 14:42 (GMT) |
Cleanup: Fixed '#ifndef xxx' brakets in hjeader files Due to renaming classes and files the initial #ifndef brakets have got possibly misleading values for xxx |
Revision eaa9d64 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 23, 2018, 13:05 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 74c3c99 by Gaia Clary March 23, 2018, 11:20 (GMT) |
Removed the "See Also" line from the license comments |
Revision 0e7451d by Gaia Clary March 23, 2018, 10:31 (GMT) |
Renamed the file BCMatrix.* to BCSampleData.* BCMatrix is still used, but i intend to setup a class hierarchy wher BCSampleData is the parent of all sampled data in the BCAnimationCurveContainer (wip) |
Revision c0e123c by Gaia Clary March 23, 2018, 09:18 (GMT) |
Fixed File Copyright blocks in file headers |
Revision 2fe1e9d by Gaia Clary March 23, 2018, 08:50 (GMT) |
Added separate functions to get curve data for sampling and keyframes For Materials, Camera, Lamp actions it turned out that the sampler can not sample the data at the moment. So for those curves i need to get the data from the original curves for now. I Added a getter that would retreive the data from the FCurve instead from the sampled data if no sampled data is available. This will change (wip) Known limitation: the Material,Lamp,Camera actions are always exported with linear interpolation (wip) |
Revision b916220 by Gaia Clary March 22, 2018, 23:30 (GMT) |
First stable version of new Collada Animation Exporter. This still needs cleanup and fixing (wip) |
Revision 176d2ac by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 18:22 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision ccf3889 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 18:13 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
March 22, 2018, 17:37 (GMT) |
Fix build (BLI_array_len/_count) |
Revision 4c078cb by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 16:24 (GMT) |
Cleanup: Make code more compact |
Revision 619d989 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) March 22, 2018, 15:45 (GMT) |
Update depsgraph for stroke transforms This is required to work with COW |
|