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-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
2018-06-28Cleanup: Nuke DM out of particle edit code.Bastien Montagne
2018-06-28Cleanup: remove some DM from editor's Object vgroup code.Bastien Montagne
2018-06-28Cleanup: more DM include removal, use BAREMESH cddata mask in constraint code.Bastien Montagne
2018-06-28Merge branch 'blender2.8' of git.blender.org:blender into blender2.8Jeroen Bakker
2018-06-28Merge branch 'master' into blender2.8Campbell Barton
2018-06-28UI: use two dot ellipsesCampbell Barton
2018-06-28Workbench: Fix crash editing in texture modes without uv layerJeroen Bakker
2018-06-28Hair drawing: respect the amount of layers.Jeroen Bakker
2018-06-28Workbench: Materials Texture hashJeroen Bakker
2018-06-28Workbench: Fix Texture drawingJeroen Bakker
2018-06-28Fix missing blend mode in recent OpenGL refactorCampbell Barton
2018-06-28gl cleanup: fix wrong cast in bf_editor_transformRay Molenkamp
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-28UI: keep statusbar keymap icons in same position, if there is enough space.Brecht Van Lommel
2018-06-28Merge branch 'master' into blender2.8Campbell Barton
2018-06-27Cleanup: styleCampbell Barton
2018-06-27Cleanup: styleCampbell Barton
2018-06-27UI: tweak status bar layout to make it less jumpy.Brecht Van Lommel
2018-06-27UI: some renaming for more clear/consistent cursor keymaps in status bar.Brecht Van Lommel
2018-06-27Fix T55644: Multires ignores render subdivision when simplifiedSergey Sharybin
2018-06-27Depsgraph: Move time dependency to animation of actionSergey Sharybin
2018-06-27Depsgraph: Add missing relation to pose initSergey Sharybin
2018-06-27Depsgraph: Fix missing relation from action to animation when it's sharedSergey Sharybin
2018-06-27UI: remove layout choosing menu from new window operator.Brecht Van Lommel
2018-06-27Theme: set default theme 'Flatty Dark Blueberry'Campbell Barton
2018-06-27Workbench: Use different samples in AO per TAA iterationJeroen Bakker
2018-06-27Workbench: Added a quality slider for the viewportJeroen Bakker
2018-06-27mesh_navmesh.c removalDalai Felinto
2018-06-27Cleanup: remove BKE's modifiers_bmesh.c, other DM removal/cleanup in BMesh code.Bastien Montagne
2018-06-27Cleanup: nuke DM out of constraint code.Bastien Montagne
2018-06-27Cleanup: remove some more DM usages...Bastien Montagne
2018-06-27bf_gpu: Add GPU_state module.Ray Molenkamp
2018-06-26Merge branch 'master' into blender2.8Campbell Barton
2018-06-26Fix scrollbar operator showing in status bar cursor keymap.Brecht Van Lommel
2018-06-26Fix status bar wrong cursor keymap using wrong region in some cases.Brecht Van Lommel
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-26UI: Add/Update bad tooltipsAaron Carlisle
2018-06-26Workbench: Wrong ENUM value for SINGLE colorJeroen Bakker