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
2021-08-13Keyframe: Reduce GPU context switches.Jeroen Bakker
2021-08-13Cleanup: remove unused draw_gpencil_channel.Jeroen Bakker
2021-08-13Docs: tooltip update missing from 3e775a4fc57cfd48954adcf284354312f34d5412Campbell Barton
2021-08-13PyAPI: remove the .py extension requirement for startup registrationCampbell Barton
2021-08-13Mesh: replace saacos with acosf for normal calculationCampbell Barton
2021-08-13Docs: note that normalize_v# functions zero out input containing nanCampbell Barton
2021-08-13Cleanup: remove unused BKE_mesh_calc_normals_mapping functionsCampbell Barton
2021-08-13Cleanup: remove use of BKE_mesh_calc_normals_mapping_simpleCampbell Barton
2021-08-13Cleanup: code-commentsCampbell Barton
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-08-13Mesh: optimize normal calculationCampbell Barton
2021-08-12Cleanup: Remove unused includesHans Goudey
2021-08-12Geometry Nodes: tag normals dirty after joinJacques Lucke
2021-08-12Fix T89241: 3D Text "Scale to Fit" wraps onto the second lineCampbell Barton
2021-08-12Fix NLA action cannot be unlinked in certain casesPhilipp Oeser
2021-08-12Fix T89805: NLA crash without active trackPhilipp Oeser
2021-08-12Fix T88498: 'Clear Parent' does not clear parent_bonePhilipp Oeser
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-12Fix T90630: Crash loading certain user preferencesCampbell Barton
2021-08-12Cleanup: remove redundant variableCampbell Barton
2021-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-12datadoc: add newlines to generated source filesCampbell Barton
2021-08-12Cleanup: comments/disabled codeCampbell Barton
2021-08-12Fix T89046: Startup file with Python drivers crashes on loadCampbell Barton
2021-08-12Cleanup: use parameters struct for wm_homefile_readCampbell Barton
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-12Cleanup: remove *.orig file from 6a9d7139f7d05e0c51827a3a4b862c0547dc0513Campbell Barton
2021-08-12Makesdna: Fix detecting 32 bit padding issues.Ray Molenkamp
2021-08-12Fix: DNA struct alignment on 32 bitRay Molenkamp
2021-08-11BLF: Do Not Cache Unused Rendered GlyphsHarley Acheson
2021-08-11Fix T89984: Improve Icon previews reflective and transmissive materials.Jeroen Bakker
2021-08-11Cleanup: moved keyframe drawing to a draw list.Jeroen Bakker
2021-08-11PyAPI: GPU: Expose builtin shadersGermano Cavalcante
2021-08-11Cleanup: ID management: remove unused old `BKE_libblock_copy_for_localize` fu...Bastien Montagne
2021-08-11Fix T90519: USD Exporter ErrorMichael Kowalski
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-08-11Cleanup: Keylist Drawing - Split up in multiple functions.Jeroen Bakker
2021-08-11Cleanup: Minor comment update on `LIB_TAG_NEW`.Bastien Montagne
2021-08-11PyAPI: report unreleased ID's with WITH_PYTHON_SAFETY enabledCampbell Barton
2021-08-11Fix T88033: Python reference memory leaks for non main data-blocksCampbell Barton
2021-08-11Cleanup: rename BKE_collection_{free => free_data}Campbell Barton
2021-08-11Modifier: use high quality normals for vertex offsetHenrik Dick
2021-08-11Cleanup: clang-formatCampbell Barton
2021-08-11Cleanup: trailing space, remove BOMCampbell Barton
2021-08-11Fix 'GPU_matrix_unproject_3fv' not working with out-of-bounds pointsGermano Cavalcante
2021-08-10Fix T90447: 3D view transform locks do not use driver colorsHans Goudey
2021-08-10Clean-up: Remove UTF8-BOM markersRay Molenkamp
2021-08-10Fix T90572: "Render Region" is broken due to compositingManuel Castilla
2021-08-10Compositor: Full frame output nodesManuel Castilla