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-18Collections and groups unificationBrecht Van Lommel
2018-05-18Fix crash running in background mode, after recent changes.Brecht Van Lommel
2018-05-18Cleanup: move unneeded struct out of DNA.Brecht Van Lommel
2018-05-18Tool System: support for tool cursorsCampbell Barton
2018-05-18Fix operator execution resetting the cursorCampbell Barton
2018-05-18Fix manipulator resetting the cursorCampbell Barton
2018-05-18Merge branch 'master' into blender2.8Campbell Barton
2018-05-18Logging: add --show-log-backtraceCampbell Barton
2018-05-18Tool System: store the active tool in ScrAreaCampbell Barton
2018-05-18Cleanup: unused DNACampbell Barton
2018-05-18Cleanup: use '_Runtime' suffixCampbell Barton
2018-05-18Tool System: add cursor (currently unused)Campbell Barton
2018-05-18Color: Assume Rec 709 in remaining comp nodesAaron Carlisle
2018-05-17Tool System: tools now initialize on startupCampbell Barton
2018-05-17RNA: quiet warningCampbell Barton
2018-05-17Tool System: use context modeCampbell Barton
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-17makesrna: error check from 2.8Campbell Barton
2018-05-17Fix UV shadow drawingCampbell Barton
2018-05-17Static Override/RNA diffing: Use a nasty macro to factorize a bit the code.Bastien Montagne
2018-05-17Multi-Object-Mode: EditCuve Select AllCampbell Barton
2018-05-17Modifiers: ported Surface DerivedMesh → MeshSybren A. Stüvel
2018-05-17Tool System: per space/mode tool supportCampbell Barton
2018-05-17Cleanup: warningCampbell Barton
2018-05-17Tag scene & objects for COW update after physics settings changed via RNASybren A. Stüvel
2018-05-17Modifiers: ported Collision DerivedMesh → MeshSybren A. Stüvel
2018-05-17Collision Modifier: get time from depsgraph instead of sceneSybren A. Stüvel
2018-05-17EEVEE: Fix Motion Blur for copy-on-writeDalai Felinto
2018-05-17Outliner: add ID type filter option for Blender File and Orphaned Data.Brecht Van Lommel
2018-05-17Outliner: in Blender File, use upper case names and icons.Brecht Van Lommel
2018-05-17Outliner: rename Data-Blocks to Data API, to make clear it's low level stuff.Brecht Van Lommel
2018-05-17Modifiers: ported Particle Instance DerivedMesh → MeshSybren A. Stüvel
2018-05-17Particle System: fixed dupliobject drawing by getting time from depsgraphSybren A. Stüvel
2018-05-17Fix menu navigation and modal tools affecting the active region.Brecht Van Lommel
2018-05-17Armature: Fix non working Wireframe option on bones.Clément Foucault
2018-05-17T55090: Proxy bones were not selectableJeroen Bakker
2018-05-17Cleanup: Use `ED_view3d_win_to_ray_ex` to get the ray and remove unused param...Germano
2018-05-17Transform: Use `isect_ray_seg_v3` instead `dist_squared_ray_to_seg_v3` in the...Germano
2018-05-17BLI_math_geom: Separate the `isect_ray_seg_v3` from `dist_squared_ray_to_seg_...Germano
2018-05-17Transform: Fix bugs for the latest changes to the snap system.Germano
2018-05-17EEVEE Scene: Set all variable as overridableDalai Felinto
2018-05-17Remove ViewLayer settings - cleanup 2/2Dalai Felinto
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-17Move Clay properties into sceneDalai Felinto
2018-05-17Move EEVEE properties into sceneDalai Felinto
2018-05-16Cleanup: BKE_bvhuitls: Use a struct rather than re-create each member of it.Germano
2018-05-16Fix crash when duplicating an object type mesh with raycast operation enabled.Germano
2018-05-16Cleanup: unused varsCampbell Barton
2018-05-16Static overrides: reduce the amount of instantiated objects when overriding a...Bastien Montagne