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-05-30Initial 'fix' for Sculpt & COW - shallow copy sculpt data into COWed object.Bastien Montagne
2018-05-30ID copy: Add flag which allows custom data to reference original datablockSergey Sharybin
2018-05-30Workbench: Specular HighlightsJeroen Bakker
2018-05-30Modifier stack: Avoid roundtrip from mesh to DM back to meshSergey Sharybin
2018-05-30Eevee: Keep track on whether orco was allocated or notSergey Sharybin
2018-05-30Object Mode: Add Texture space visualization.Clément Foucault
2018-05-30Fix T55256: Animation Noise modifier does not update on value changeJoshua Leung
2018-05-30Fix: Toggling "mute" toggle in animation editors didn't work with copy-on-writeJoshua Leung
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-30Fix unnecessary Cycles render updates when selecting objects.Brecht Van Lommel
2018-05-30Fix broken meshdeform modifier after recent cleanup.Bastien Montagne
2018-05-30Keymap: group paint modes, reorder enumCampbell Barton
2018-05-30Keymap: Pose/Weight-Paint modes now co-existCampbell Barton
2018-05-30Cleanup: remove '.'Campbell Barton
2018-05-30DRW: Instance Data: Replace with static allocation that can be referenced.Clément Foucault
2018-05-30Eevee: Hair: Fix hair strip view Position.Clément Foucault
2018-05-30DRW: Add compile option to disable deferred compilation.Clément Foucault
2018-05-30DRW: Instance selection id: use Batch buffers instead of DRWInstanceDataClément Foucault
2018-05-30Eevee: Add support for the Hair info node.Clément Foucault
2018-05-30Eevee: Add support for new Hair geometry system.Clément Foucault
2018-05-30GPUMaterial: Add support for hair vertex color, uvs and orco.Clément Foucault
2018-05-30DRW: Add new GPU hair system.Clément Foucault
2018-05-30Hair Particles: DNA: Add properties for new GPU hairs.Clément Foucault
2018-05-30DRW: Add new per drawcall option to bypass culling.Clément Foucault
2018-05-30GPUTexture: Add support for GL_RGBA16 texture format.Clément Foucault
2018-05-30DRW: Add DRW_CALL_PROCEDURAL DRWCall type.Clément Foucault
2018-05-30BLI: Utils: Add Macro that compute the number of digits in integers type.Clément Foucault
2018-05-30Keymap: add back sculpt keysCampbell Barton
2018-05-30Cleanup/fix wrong modifiers targets handling in COW context.Bastien Montagne
2018-05-30Depsgraph: Add TODO about backing up evaluated state of IDSergey Sharybin
2018-05-30Add deformed evaluated mesh to objectSergey Sharybin
2018-05-30Fix T55253: Camera lens can't be edited after keyframing itSergey Sharybin
2018-05-30Cleanup: Wrap object runtime eval members into own structSergey Sharybin
2018-05-30Outliner: support toggling non-active edit/pose mode objectsCampbell Barton
2018-05-30UI: Show outliner icon highlight w/ non-active edit-mode objectsCampbell Barton
2018-05-30BKE_object: Add BKE_object_data_is_in_editmodeCampbell Barton
2018-05-30Cleanup: use 'e' prefix for enum typesCampbell Barton
2018-05-30Cleanup: Naming, match policy with rest of copy-on-write designSergey Sharybin
2018-05-30Cleanup: More typed allocation type enum usageSergey Sharybin
2018-05-30Cleanup: Use typed allocation type enum in custom data APISergey Sharybin
2018-05-30Use enum for custom data allocation typeSergey Sharybin
2018-05-30Merge branch 'master' into blender2.8Campbell Barton
2018-05-30Edit Mode: add success return valueCampbell Barton
2018-05-30Merge branch 'master' into blender2.8Campbell Barton
2018-05-30DNA: add OB_DATA_SUPPORT_EDITMODE macroCampbell Barton
2018-05-29EEVEE: LookDev, reset camera settingsJeroen Bakker
2018-05-29Fix last commit.Germano
2018-05-29Fix T55223: Crash when changing lattice resolution.Germano
2018-05-29Correct last commitCampbell Barton
2018-05-29Keymap: partially implement changes from T55162Campbell Barton