Just found a soft conflict when it comes with the pre-3.0 Better Dynamic Snow mod and the parallax meshes.
For instance, in the DynDOLOD.esm the WHmarket02[3839F] get replaced by the WHmarket02_DynDOLOD_NOFLAG.
When one has installed the BDS2.11 and a corresponding parallax mesh for that object, it works well, because BDS2.11 has modified the direction material to its own one.
When the object get replaced by the the DynDOLOD, the BDS modification get nullifyed, because the WHmarket02_DynDOLOD_NOFLAG copies the vanilla direction material, which doesnt work with a parallax mesh. after activating DynDOLOD, the object in game becomes texture-less.
this problem can be solved manually by making a compatibility patch of DynDOLOD and BDS by reproducing BDS modifications to WHmarket02 on the new WHmarket02_DynDOLOD_NOFLAG. The in game effect works perfectly.
I dont know if it is posible to make a xedit script to automize this kind of process, but anyway i report it here.