Revision 162711f 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) April 4, 2018, 14:37 (GMT) |
Cleanup: Move vfx code and solve VFX order All the code moved to vfx module and now the VFX modifiers are evaluated in the same order defined in the interface. Before, the order was always the same and did not use the interface order. |
Revision f536d5f 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) April 4, 2018, 14:23 (GMT) |
Cleanup: Define variable using #define |
Revision dcd0493 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) April 4, 2018, 14:17 (GMT) |
Cleanup: Remove redundant object parameter for VFX |
Revision b756456 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) April 4, 2018, 14:10 (GMT) |
Cleanup: Remove object index parameter for vfx |
Revision 0a5c958 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) April 4, 2018, 14:07 (GMT) |
Cleanup: More work to structure code |
Revision e286b35 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) April 4, 2018, 14:00 (GMT) |
Cleanup. Create framebuffers in separate function |
Revision 637b015 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) April 4, 2018, 13:54 (GMT) |
Cleanup: Create shaders in a separate function |
Revision 96f4c34 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) April 4, 2018, 13:44 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
April 4, 2018, 13:03 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/BKE_object.h |
April 4, 2018, 12:58 (GMT) |
Fix modifier freeing code re. ID refcounting. Free code should not handle ID refcounting at all. This has to be done at higher level, since in some case we want to free (temp) data that actually did not refcount at all its IDs. This change seems to be working OK, but as usual in that area, only lots of testing in real-case situation will say whether there are some hidden bugs or not. |
April 4, 2018, 11:18 (GMT) |
Fix Cycles particle info node not working. |
April 4, 2018, 11:02 (GMT) |
Depsgraph: Cleanup, reduce indentation level |
April 4, 2018, 10:57 (GMT) |
Merge branch 'master' into blender2.8 |
April 4, 2018, 10:56 (GMT) |
Depsgraph: Make sure textures used by modifiers are in the graph |
April 4, 2018, 10:36 (GMT) |
April 4, 2018, 10:33 (GMT) |
Fix undefined workspace in UI script |
April 4, 2018, 10:28 (GMT) |
Fix Eevee crash with generated coordinates on non-objects. |
April 4, 2018, 10:28 (GMT) |
Cleanup: simplify fix for T53497, this part is not strictly needed. |
April 4, 2018, 10:00 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenloader/intern/readfile.c |
April 4, 2018, 09:59 (GMT) |
Tweak ID->tag reset on file load (no visible change expected!). Issue was, *some* IDs (like infamous nodetrees from materials etc.) would not go through the 'main' read_libblock() func, so their tags were never reset. So now, we ensure direct_link_id() always clear the tags, and move setting them in read_libblock() after the call to direct_link_id(). Needed for depsgraph, but general healthier fix actually. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021