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
2018-06-29Cleanup: naming in MOD_utils.Bastien Montagne
2018-06-29Cleanup: Moar DM busting, mostly cleaning up MOD_utils.Bastien Montagne
2018-06-29Fix unnecessary empty space in shading popover.Brecht Van Lommel
2018-06-29Cycles: change AO node default to 16 samples and only local off.Brecht Van Lommel
2018-06-29Workbench: Spherical Harmonics testsJeroen Bakker
2018-06-29Cleanup: remove another bunch of DM usages, includes etc.Bastien Montagne
2018-06-29Fix T55645: broken particle Use Count option for instancing objects.Brecht Van Lommel
2018-06-29Keymap: re-enable object apply transformCampbell Barton
2018-06-29Keymap: minimal default keymapCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-29Cleanup: nuke G.main from BKE's particle_system.cBastien Montagne
2018-06-29Cleanup: some moar DM kicking, in armature edit code.Bastien Montagne
2018-06-29Workbench: Transparent texturesJeroen Bakker
2018-06-29Workbench: remove runtime warningsJeroen Bakker
2018-06-29Workbench: TAA optimalizationJeroen Bakker
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29Workbench: Use less GPU memoryJeroen Bakker
2018-06-29Workbench: Removed MaterialData UBOJeroen Bakker
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29Fix: Moving area edge could corrupt screen in very specific caseSeverin
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-28Change earlier fix to work with hiDPISeverin
2018-06-28Fix: Moving area edge could make areas overlap status-barSeverin
2018-06-28Fix T55298: Failing assert when splitting areas verticallySeverin
2018-06-28Fix: build error with msvcRay Molenkamp
2018-06-28Overlay: Make overlay engine rebder on top of paint modes.Clément Foucault
2018-06-28Correct mistake checking versionCampbell Barton
2018-06-28Removed most calls to modifier_deformVerts_DM_deprecated()Sybren A. Stüvel
2018-06-28Alembic: speed up export of packed UV islands.Cédric Paille
2018-06-28Make stdout unbufferedSybren A. Stüvel
2018-06-28Draw relationship lines for rigid body constraintsSybren A. Stüvel
2018-06-28Workbench: Anti-aliasing refactorJeroen Bakker
2018-06-28Workbench: Removed unused code in cavity shaderJeroen Bakker
2018-06-28Static Override: add support to override items (objects/sub-collections) in C...Bastien Montagne
2018-06-28Static Override: fix diffing logic for ietms ID pointers case.Bastien Montagne
2018-06-28Static Override: RNA apply code: pass extra 'item_ptr' to apply callbacks.Bastien Montagne
2018-06-28Prevented depsgraph errors when RigidBody Constraint is incompleteSybren A. Stüvel
2018-06-28Prevent copying too much in the Rigid Body simulationSybren A. Stüvel
2018-06-28Fix assert to due missing GPU blend mode.Brecht Van Lommel
2018-06-28UI: keep some operator text in headers.Brecht Van Lommel
2018-06-28Give RigidBodyWorld constraints collection a fake userSybren A. Stüvel
2018-06-28Manipulator: regression from removing keymapsCampbell Barton
2018-06-28RNA path: add way to get both valid ptr/prop pair, and final item ptr.Bastien Montagne
2018-06-28Merge branch 'master' into blender2.8Campbell Barton
2018-06-28Fix T55662: Crash on text autocompleteCampbell Barton
2018-06-28Proper fix for RNA path evaluation of collection items.Bastien Montagne
2018-06-28RNA_access: path parsing: fix broken code for collections.Bastien Montagne