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-01-22Fix T60643: BMesh operator enum args fail when unset from PythonCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2019-01-17PyAPI: minor change to bpy.app.debug_value exception handlingCampbell Barton
2019-01-17PyAPI: Avoid redundant prefix for PyC_Err_Format_PrefixCampbell Barton
2019-01-17PyAPI: add PyC_Err_SetString_Prefix for internal useCampbell Barton
2019-01-16Cleanup/sanitize usages of G.debug_value.Bastien Montagne
2019-01-16Expose batch IDs deletion in python API.Bastien Montagne
2019-01-11Cleanup: remove tabs after line startCampbell Barton
2019-01-10Cleanup: end bgl macros w/ semicolonCampbell Barton
2019-01-07Cleanup: fix typo.Bastien Montagne
2019-01-07Cleanup: naming for return argsCampbell Barton
2019-01-07Fix T58964: drivers_remove fails w/ missing pathsCampbell Barton
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2019-01-03Cleanup: preprocessor indentationCampbell Barton
2019-01-02Cleanup: py-gpu error checksCampbell Barton
2019-01-02Revert file rename from T59773 fixCampbell Barton
2019-01-02Fix T59773: Raise exception if the gpu module is used in backgound mode.mano-wii
2019-01-02Cleanup: indentation, namingCampbell Barton
2019-01-02PyRNA: enum no longer returns first item when the value isn't foundCampbell Barton
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-27Fix T58734: bvhtree.fromObject - error ( returned NULL without setting an err...Bastien Montagne
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-12-20Merge branch 'master' into blender2.8Campbell Barton
2018-12-20PyAPI: don't truncate enums in exception messagesCampbell Barton
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Cleanup: spellingCampbell Barton
2018-12-18Py Docs: documentation for draw_handler_add/removeJacques Lucke
2018-12-18Fix paste/append w/ local-viewCampbell Barton
2018-12-16Fix T58975: "@=" operator silently failsCampbell Barton
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-11Implement BMesh.from_objectPhilipp Oeser
2018-12-07Update BVHTree.FromObject API, remove render argumentDalai Felinto
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-05Implement bvhtree.fromObjectDalai Felinto
2018-11-30PyAPI: add load_factory_startup_post handlerCampbell Barton
2018-11-30Fix T58240: mathutils.noise.voronoi crashCampbell Barton
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-23Python API: restore bpy.app.autoexec_fail variables, some scripts use it.Brecht Van Lommel
2018-11-23Python API: bpy.app.handlers.depsgraph_update_pre/postJacques Lucke
2018-11-20Cleanup: style, unusedCampbell Barton
2018-11-19PyAPI: GPUOffscreen: Add context manager for the `bind` method to work with t...mano-wii
2018-11-19Py API Docs: Fix wrong typeJacques Lucke
2018-11-15Py API: Fix documentation/actual behavior missmatch in gpu.matrixJacques Lucke
2018-11-15Py API Docs: Fix formattingJacques Lucke