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-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Python API: Initial 'imbuf' APICampbell Barton
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in Python moduleCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28Merge remote-tracking branch 'origin/master' into blender2.8Ray Molenkamp
2018-05-28Windows: Add support for building with clang.Ray Molenkamp
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-09Remove Frame ServerCampbell Barton
2018-05-07Merge branch 'master' into blender2.8Bastien Montagne
2018-05-07Fix T54966: mathutils.noise.voronoi Memory leakBastien Montagne
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05PyAPI: add pop method to RNA struct typesCampbell Barton
2018-05-05IDProp Py API: Add default argument to popCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-05-03Merge branch 'master' into blender2.8Campbell Barton
2018-05-03Fix T54927: BMesh Py error w/ select history sliceCampbell Barton
2018-04-26Icons: correct arg parsingCampbell Barton
2018-04-23UI: option to load icon from fileCampbell Barton
2018-04-22Cleanup: trailing spacesCampbell 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-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