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
AgeCommit message (Expand)Author
2019-07-04node_shader_utils: add possibility to override image colorspacePhilipp Oeser
2019-06-26Fix typo pratially breaking node shader wrapper (used by IO add-ons).andreas atteneder
2019-05-17Update for Depsgraph API changesPhilipp Oeser
2019-05-17Fix T64733: Error baking actionPhilipp Oeser
2019-05-16Fix using non-euler cursor orientationCampbell Barton
2019-05-15Py NodeShader wrapper helper: add support for new Alpha setting of Principled...Bastien Montagne
2019-05-15Objects: new 3D cursor alignment option when adding objectsHans Goudey
2019-05-09Fix T64308: bake animation not working after recent bendy bone changesLucas Veber
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2019-04-19Cleanup: correct misleading classmethod argCampbell Barton
2019-03-17Cleanup: unused variablesCampbell Barton
2019-03-17Cleanup: unused importsCampbell Barton
2019-03-15Cleanup: unused importsCampbell Barton
2019-03-13Fix T62436: New added Torus won't appear in Local ViewCampbell Barton
2019-03-13Revert "Fix T62436: New added Torus won't appear in Local View"Campbell Barton
2019-03-12Fix T62436: New added Torus won't appear in Local ViewDalai Felinto
2019-03-01RNA: move cursor into own structCampbell Barton
2019-02-14Fix Object > Animation > Bake ActionDalai Felinto
2019-02-08Fix T61309: mesh_utils.triangle_random_points fails with a TypeErrorPhilipp Oeser
2019-01-30Fix T61017: node_shader_utils did not handle diffuse_color correctlyJacques Lucke
2019-01-30Cleanup: line lengthCampbell Barton
2019-01-15Fix T60410: Crash adjusting torus w/ enter edit-mode preferenceCampbell Barton
2019-01-10Fix anim_utils.bake_action typoCampbell Barton
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-05Fix own mistake in recent rB74361eebe68c.Bastien Montagne
2018-12-05Fix T58772: Stray "forward" and "up" options in 2.8 import addons?Bastien Montagne
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-20Add option not to print debug/info in ngon_tessellate.Bastien Montagne
2018-11-20Keymap: update addon register/unregister utilitiesCampbell Barton
2018-11-20Cleanup: move keymap hierarchy into own fileCampbell Barton
2018-11-20Cleanup: move bpy_extras.keyconfig_utils to own moduleCampbell Barton
2018-11-18Cleanup: namingCampbell Barton
2018-11-18PyAPI: add bpy.utils.execfileCampbell Barton
2018-11-16Fix related to T57851: broken normalmap handling in py shader wrapper.Bastien Montagne
2018-11-16Keymap: allow filling in existing key-configsCampbell Barton
2018-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-15Fix node_shader_utils: "Specular Tint" is a float (not a color)Philipp Oeser
2018-11-15WM: use Python bytecode cache to run presetsCampbell Barton
2018-11-15Keymap: remove keymap export that wrote API callsCampbell Barton
2018-11-15Tool System: use preset keymap loading logicCampbell Barton
2018-11-11Fix T57776: Error when adding a Torus to the scene.Bastien Montagne
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-06Fix/cleanup RNA viewlayer API.Bastien Montagne
2018-11-01Merge branch 'master' into blender2.8Campbell Barton
2018-11-01Cleanup: move progress utility module into bpy_extrasCampbell Barton
2018-10-17node_shader_utils: Proper fix for node_normalmap accessor returning ellipsis ...Bastien Montagne
2018-10-17Revert "Fix error on FBX export after material changes"Bastien Montagne
2018-10-17Fix error on FBX export after material changesDalai Felinto
2018-10-16node_shader_utils: fix bad setting of use_nodes in readonly case.Bastien Montagne