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
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-09Remove Frame ServerCampbell Barton
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-04-26Icons: correct arg parsingCampbell Barton
2018-04-23UI: option to load icon from fileCampbell Barton
2018-04-20Dopesheet-Timeline: Removal of Timeline Editor!Joshua Leung
2018-04-20UI: Python API defining dynamic iconsCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Add generic bpy API to check if a property is overridable, and to set overrid...Bastien Montagne
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-17Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-04-17bpy consistency fix handler_add(handle)Dalai Felinto
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: newlines left in messagesCampbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Logging: use for Python APICampbell Barton
2018-03-22GPUCompositing: Remove entire module.Clément Foucault
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-12Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-28Code cleanup: fix a few harmless warnings.Brecht Van Lommel
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-13GPU: add offscreen buffer drawing utility functions.Brecht Van Lommel
2018-02-08Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-08Remove Carve booleanSergey Sharybin
2018-01-16Merge branch 'master' into blender2.8Campbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-15Merge branch 'master' into blender2.8Campbell Barton
2018-01-15RNA: Add RNA_property_string_set_bytesCampbell Barton
2018-01-04GPU_offscreen: Add option for high bit depth.Clément Foucault
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-12-04Merge branch 'master' into blender2.8Campbell Barton
2017-12-04Cleanup: styleCampbell Barton
2017-11-29Define RNA_STACK_ARRAY (usable everywhere in RNA), and make PYRNA_STACK_ARRAY...Bastien Montagne
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29PyAPI: PyC_Err_PrintWithFunc utility functionCampbell Barton
2017-11-23RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-15Merge branch 'master' into blender2.8Bastien Montagne