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-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-14BGL: Expose OpenGL API for FrameBuffers and RenderBuffers.Germano
2018-04-13PyAPI: Gawain: Checks the member `data` instead `vbo_id`.Germano
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-02PyAPI: Add PyC_Tuple_Pack_F64 utilityCampbell 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-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Correct accidental changes by C Logging additionCampbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-03-29PyDocs: Adde link to Wikipedia page for mathutils.Euler classAaron Carlisle
2018-03-22GPUCompositing: Remove entire module.Clément Foucault
2018-03-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Fixed typo Python APIJeroen Bakker
2018-03-18Merge branch 'master' into blender2.8Bastien Montagne
2018-03-18mathutils: replace interp w/ blend when standaloneCampbell Barton
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-19Merge branch 'master' into blender2.8Campbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
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-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Improved docstring of mathutils.Matrix.lerp()Sybren A. Stüvel
2018-01-18Improve docstring for mathutils.Matrix.decompose()Sybren A. Stüvel
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-13Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-12Fix bmesh.utils.face_join arg parsingCampbell Barton
2018-01-10Fix color for manipulator drawingCampbell 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