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
path: root/source
AgeCommit message (Expand)Author
2020-11-04Modifiers: return empty mesh in case of error in Volume to Mesh modifierJacques Lucke
2020-11-04Fix T82393: Volume to Mesh modifier with sequence fails during renderingJacques Lucke
2020-11-04Fix assert on mouseover of blocks not using the layout systemHans Goudey
2020-11-04PyAPI: add Struct.is_property_set(..., ghost) optionCampbell Barton
2020-11-04Fix T49850: Detailed curves are heavily reducedCampbell Barton
2020-11-04Fix T65449: Rip wire edges show error even when it worksCampbell Barton
2020-11-04Fix T60517: "Fix Deforms" crashes for meshes without vgroup dataCampbell Barton
2020-11-04Fix T81799: Enable use self in trimming tool booleansPablo Dobarro
2020-11-04Fix T81842: Cloth brush not creating simulation areas for each tiling symmetr...Pablo Dobarro
2020-11-04Fix mask extract and slice not preserving mesh symmetry optionsPablo Dobarro
2020-11-04Fix mask slice to new object preserving the maskPablo Dobarro
2020-11-04Fix T81691: Use-after-free with property search and hovered buttonHans Goudey
2020-11-04Property Search: Fix missing update switching tabs after searchHans Goudey
2020-11-03Fix T82356: Gpencil merge freezes BlenderAntonio Vazquez
2020-11-03Fix T81756: relinking multiple links to group input removes linksJacques Lucke
2020-11-03GL: Fix default framebuffers being bound using srgbClément Foucault
2020-11-03Fix T82074: Volume to Mesh normals are invertedJacques Lucke
2020-11-03Fluid: Fix crash with viewport display optionsSebastián Barschkis
2020-11-03Fix T81988: Surface Deform "Bind" causes vertices to spikeCampbell Barton
2020-11-03DrawManager: Cleanup unneeded memory allocationJeroen Bakker
2020-11-03Fix T77161: Outliner - Hiding a Collection does not gray out children objectsManuel Castilla
2020-11-03Fix T82120: Arc miter bevel creates miters on straight edgesHans Goudey
2020-11-02Fix crash opening some 2.4x .blend files with drivers or NLA editorBrecht Van Lommel
2020-11-02Revert "Parenting: fix return value when parenting object to itself"Sybren A. Stüvel
2020-11-01PyAPI: set sys.executable to None when Python can't be foundCampbell Barton
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-10-31Fix new boolean performance bug.Howard Trickey
2020-10-31Fix T82265: GPencil interpolate crash when next frame was NULLAntonio Vazquez
2020-10-30Fix (unreported) buffer-overflow in new lattice code.Bastien Montagne
2020-10-30Parenting: fix return value when parenting object to itselfSybren A. Stüvel
2020-10-30Outliner: use undo-group for outliner mode switchingCampbell Barton
2020-10-30Object: use undo-group for object.switch_objectCampbell Barton
2020-10-30Undo System: support for grouping steps with begin/end callsCampbell Barton
2020-10-30Fix outliner mode toggling with multi-object pose/edit modeCampbell Barton
2020-10-29Fix Zoom to Mouse Position ignored when zooming outJulian Eisel
2020-10-29RNA properties subtypes enum: sync definitions everywherePhilipp Oeser
2020-10-29CustomData color copying: use interpolated alphaPhilipp Oeser
2020-10-29Fix blend_color_interpolate_byte returning wrong alpha in certain casePhilipp Oeser
2020-10-29Fix 3D smooth-view ignoring lens when exiting camera viewErik Abrahamsson
2020-10-29PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-28Animation: Improve labels on Snap menu in NLA & DopesheetAaron Carlisle
2020-10-28Revert "Fix T81077 id_management test on macOS"Ankit Meel
2020-10-28Fix T82149: Blender crash when using collection user_id remapping (python).Bastien Montagne
2020-10-28Revert "PyAPI: point sys.executable to the Python binary"Campbell Barton
2020-10-28Fix T82049: material select button now only works for active objectCampbell Barton
2020-10-28PyAPI: point sys.executable to the Python binaryCampbell Barton
2020-10-27GPencil: Fix unreported Fill when use boundary and Visble layersAntonio Vazquez
2020-10-27Fix T81844: Change Bone Layers fails in Pose ModeSebastian Parborg
2020-10-27Fix T80819: Border zoom is isn't accurate in perspective viewErik Abrahamsson
2020-10-27BLI_rect: add resize_x/y functionsCampbell Barton