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
2017-09-02Fixed inverse tube bug. Minor normal issue remains.soc-2017-sculpting_improvementsSebastian Witt
2017-08-29Fixed a really hard to find crasher bug and a lot of mesh issues!Sebastian Witt
2017-08-29Added clamping to input settings.Sebastian Witt
2017-08-29Mini fixes. Catch some cornercases that shouldn't happen.Sebastian Witt
2017-08-28Fixed a crasher, mutex was missing initialisation.Sebastian Witt
2017-08-25Possibly fixed a big portion of the ring missalignments and uncomplete rings.Sebastian Witt
2017-08-25Fixed some normal orientation issues. B-Ring normals are now aligned A-ring s...Sebastian Witt
2017-08-24Mayor rework of the edgering system. Unified code, bugfixes.Sebastian Witt
2017-08-22Fix mini crasher, last commit before mayor rework of the edgering detection/s...Sebastian Witt
2017-08-22Fix holes bug in fillets.Sebastian Witt
2017-08-20Compiler pointer arithmetic fix.Sebastian Witt
2017-08-20Fix compiler error on win. (Arithmetic on void pointer)Sebastian Witt
2017-08-19Added subtract mode. "Clipping brush"Sebastian Witt
2017-08-19Fillets now get generated. Almost feature complete.Sebastian Witt
2017-08-18Improved triangulation, working on ring assignments.Sebastian Witt
2017-08-17Added first triangulation to generate the fillets. Still needs ring order and...Sebastian Witt
2017-08-16Most data is now exposed to be used for final transitions/fillets.Sebastian Witt
2017-08-15Fixing flooding bug, partial fix. Found BB related flood cause. Realloc fix.Sebastian Witt
2017-08-15Inner vertices now get calculated as well as edgerings. Problem with holes in...Sebastian Witt
2017-08-14First version calculating the inside and outside vertices. Needs multiple rin...Sebastian Witt
2017-08-11Managed intersection data from multiprocess. Fixed ghash_pop workaround.Sebastian Witt
2017-08-10Added Multithreading to the intersection tests. No real performance improveme...Sebastian Witt
2017-08-10Calculating intersecting edges in the silhouette. (Big performance hit)Sebastian Witt
2017-08-09Generating Tri array for later intersection testing.Sebastian Witt
2017-08-09Calculate BBs for branches.Sebastian Witt
2017-08-08Orthographic projection now fixed as well as wrong stroke boundingbox calcula...Sebastian Witt
2017-08-07Added method to remove vertices from basic meshes by remapping the v/e/l/p cu...Sebastian Witt
2017-08-04Overlapping parts of cross node edgecuts are now calculated.Sebastian Witt
2017-08-03Merge branch 'master' into soc-2017-sculpting_improvements. Keep the branch u...Sebastian Witt
2017-08-03Added memory and data to handle intersection rings. Still WIP unstable.Sebastian Witt
2017-08-03Cycles: Extra tweaks to performance of header expansionSergey Sharybin
2017-08-03Remove volatile, causing issues w/ GCC/ubsanCampbell Barton
2017-08-03mikktspace: minor optimizationCampbell Barton
2017-08-02Cycles: Avoid some expensive operations in header expansionsSergey Sharybin
2017-08-02Cycles: Support "precompiled" headers in include expansion algorithmSergey Sharybin
2017-08-02Cycles: Speed up #include expansion algorithmSergey Sharybin
2017-08-02Fix T52250: Glitch in UI in the addon panel regressionAleksandr Zinovev
2017-08-02Added edge border calculation. Cut edge for the part is now being calculated....Sebastian Witt
2017-08-012.79 release: new splash, yeah!Bastien Montagne
2017-08-012.79 release: update version numbers & readfile versionning code.Bastien Montagne
2017-08-01Tweak multi-units tests to match new precision handling in conversion from ra...Bastien Montagne
2017-08-01Fix multi-units drawing re precision handling.Bastien Montagne
2017-08-01BLI_math: add simple helper to get amount of 'integer' digits in a float number.Bastien Montagne
2017-08-01Cleanup: warnings from last commitCampbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-08-01Fix fcurve color assignmentCampbell Barton
2017-08-01Correct accidental variable declarationCampbell Barton
2017-07-31Fix T52224: auto IK not respecting length, after recent bugfix.Brecht Van Lommel
2017-07-31Code cleanup: fix warning with clang.Brecht Van Lommel
2017-07-31Fix T52232: Crash in RNA_enum_from_value while inspecting compositor image no...Bastien Montagne