Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-04fix for inner uv and fractal / bmeshtemp-fracture-modifier-2.8Martin Felke
2019-04-04attempt to fix inner uv for fractal booleanMartin Felke
2019-03-09bring back carve as boolean alternative for FM 2.8 (and boolean modifier too)Martin Felke
2018-12-12fixed some memory leaks, removed unused "reset" parameter in fracture operatorMartin Felke
2018-11-30attempt for fixing fake cloth + dynamic fractureMartin Felke
2018-11-25cleanup, sensible rename and code documentation, first partMartin Felke
2018-08-24Merge remote-tracking branch 'refs/remotes/origin/blender2.8' into fracture_m...Martin Felke
2018-08-23fixes and polishing recently implemented featuresMartin Felke
2018-08-21decouple FM motion data cache from pointcacheMartin Felke
2018-08-19split to islands and autoexecute work againMartin Felke
2018-08-17fixes for fractal boolean, autohide and convert to objectsMartin Felke
2018-08-16memory leak hunting with partial successMartin Felke
2018-08-15further rewrite to make more readable / maintainable codeMartin Felke
2018-08-15complete rewrite of ugly code pieces, work in progressMartin Felke
2018-08-14removing shards from fracture modifer (work in progress)Martin Felke
2018-08-09put FM storage contents into cow-shared structMartin Felke
2018-08-07more compile fixesMartin Felke
2018-08-06Merge branch 'fracture_modifier' into fracture_modifier-2.8Martin Felke
2018-04-14Merge remote-tracking branch 'refs/remotes/origin/blender-v2.79b-release' int...Martin Felke
2018-02-22Merge remote-tracking branch 'refs/remotes/origin/blender-v2.79a-release' int...Martin Felke
2017-08-22use areabased centroid calculation again for shards + small fix in loading ro...Martin Felke
2017-05-12added rectangular alignment feature for fast bisect (works with uniform only)Martin Felke
2017-03-28fix attempt for numerical instabilty with cuttergroups + a couple of minor fixesMartin Felke
2016-12-23let weights fade out at breaking locations with dynamic fractureMartin Felke
2016-12-16added some random rotation for fast bisect, to reduce parallel cutsMartin Felke
2016-12-16support for keeping edge data in fracture modifier (like sharp edges)Martin Felke
2016-12-13fix attempt for getting better fractal details, using bbox center and a small...Martin Felke
2016-12-07speed optimization for fractal boolean, about 10x (note, Inner UV might not w...Martin Felke
2016-11-26stability fix for dynamic fractal, use triangulated cutter planes now and ens...Martin Felke
2016-11-25typo fixMartin Felke
2016-11-25partial crash fix for dynamic fractal fracture, can still crash in carve and ...Martin Felke
2016-09-28added new bmesh boolean solver to fracture modifier as wellMartin Felke
2016-09-27Merge remote-tracking branch 'refs/remotes/origin/blender-v2.78-release' into...Martin Felke
2016-08-07some more optimizations at bisect, bit faster and less memory consumption, an...Martin Felke
2016-08-06fixes for bisect and bisect+fill, should look correct again and be a bit fast...Martin Felke
2016-07-11attempt to make fast bisect usable with mousebased fracture... now the user h...Martin Felke
2016-07-09some tweaks for the faster voronoi+bisect method, its faster but not interact...Martin Felke
2016-07-09attempt to make voronoi+bisect faster, but it has problems with selfintersect...Martin Felke
2016-02-28fix for loading inner vertex groups and set min weight for passive vertexgrou...Martin Felke
2015-11-04added inner uv map setting, which will contain only inner face's UVs, useful ...Martin Felke
2015-08-07crash fixes for greasepencil edge fractureMartin Felke
2015-06-01some performance improvement with mouse based fracture (addon), only attempti...Martin Felke
2015-05-07fix: crash when using fractal boolean with 1 shard and split shards and other...Martin Felke
2015-03-18fix: bugfixes for fractal boolean and greasepencil edge cutting due to refact...Martin Felke
2015-03-17refactoring of FractureModifier: split very long functions into more, shorter...Martin Felke
2015-02-21fix: skip invalid shards when doing voronoi+bisect+fill, (less than 3 verts),...Martin Felke
2015-02-18added greasepencil edge fracture, the direction of cutting is currently limit...Martin Felke
2015-02-18fix: cutter groups should work mostly nowMartin Felke
2015-02-18fix : forgot to set inner material with fractal booleanMartin Felke
2015-02-17added cutter groups, this is intended to define custom sets of objects to mak...Martin Felke