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
2016-09-28added new bmesh boolean solver to fracture modifier as wellMartin Felke
2014-12-31fix for incorrect merge in MOD_boolean_util.c, old functionality isnt necessa...Martin Felke
2014-12-31Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifierMartin Felke
2014-12-02Fix T42767: Subsurfacing union boolean with same-named UVs crashes BlenderSergey Sharybin
2014-09-29pre-review cleanup part 1 (until object.c, rest will follow in part 2)Martin Felke
2014-07-20Merge branch 'master' into fracture_modifier_oldsimMartin Felke
2014-06-01Fix a typo in a comment.Tamito Kajiyama
2014-05-26Fix T40315: Boolean modifier with Freestyle edgesSergey Sharybin
2014-05-22Fix T40215: Boolean looses bevel widthCampbell Barton
2014-05-17Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modif...Martin Felke
2014-05-14Code cleanup: indentationCampbell Barton
2014-05-13Fix T40151: Problem in normal with subdivision surface + Boolean modifierSergey Sharybin
2014-05-13added threshold vertexgroup support (a single vertexgroup with weightpainting)Martin Felke
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-16missing brace caused compile errors...Martin Felke
2014-04-16Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifierMartin Felke
2014-03-05Fix T38962: Boolean modifier crashes when only right operand has UV layerSergey Sharybin
2014-02-22Code cleanup: styleCampbell Barton
2014-02-17Remove left-over form debug timeSergey Sharybin
2014-02-13Rework carve integration into boolean modifierSergey Sharybin
2014-02-06small typo fix from sergeys patchMartin Felke
2014-02-03Applied diffs 837 and 838 from D274.Lukas Tönne
2014-02-02new boolean patch by sergey and small fracture bisect fix (need unity_m4 obma...Martin Felke
2014-02-01testing new boolean patch, CRASH ! in intersect.cpp, line 438 from carveMartin Felke
2014-01-30Merge branch 'refs/heads/boolean_fracture' into fractureMartin Felke
2013-08-26Remove unused function NewBooleanMeshSergey Sharybin
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-05-30remove CD_MASK_NORMAL from CD_MASK_DERIVEDMESH, bmesh merge included this but...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-07-08Fixing a typo!Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-06style cleanup: modifiersCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20real fix for booleans and face shading this time.Campbell Barton
2012-03-20partial fix for bug where booleans were using invalid face/poly normals.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton