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
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12add destructive argument to bmesh.update_edit_mesh()Campbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton
2012-12-06bump python requirement to 3.3Campbell Barton
2012-12-05update parse_syntax_error() from python3.3 - this is an internal python funct...Campbell Barton
2012-12-04fix for python button evaluation not restoring the __main__ module.Campbell Barton
2012-12-04fix for typo when overwriting pythons stdout/stderr, also print errors if the...Campbell Barton
2012-12-03re-apply a workaround for [#31555] Username with special chars in Windows 7Campbell Barton
2012-12-03fix own mistake with recent commit to skip calculating tessface. If you were ...Campbell Barton
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-29py/bmesh api: add radial prev/next attributes to the loopCampbell Barton
2012-11-29bmesh py api: add bmesh.update_edit_mode(), there was no way to redraw the 3d...Campbell Barton
2012-11-29some minor editsCampbell Barton
2012-11-29bmesh py api: use generic checking macros to see if an object if from the sam...Campbell Barton
2012-11-29bmesh py api: add BMeshFaceSeq.active attribute- bm.faces.activeCampbell Barton
2012-11-28bmesh operator py api:Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-27replace and exception macro's for static functions and fix some bad assumptions.Campbell Barton
2012-11-27split py->slot & slot->py into their own functions & fixed some mistakes with...Campbell Barton
2012-11-27move bmesh operator calling into its own file.Campbell Barton
2012-11-27add empty files (will move bmesh operator calling here)Campbell Barton
2012-11-27py/bmesh api - add support for single item buffers (odd feature but used quit...Campbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-26py/bmesh api - support for converting from/to BMO_OP_SLOT_MAPPING type.Campbell Barton
2012-11-26add subtypes to bmesh operators (needed for python api to know how to convert...Campbell Barton
2012-11-22avoid string -> unicode conversion when registering classes, also avoid unlik...Campbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-21py api: BMesh.from_object() was using the derivedFinal, which isn't always av...Campbell Barton
2012-11-20py api: add mapping support to bmesh operator return values.Campbell Barton
2012-11-20py api: remove ".out" from the names of dict keys returned from bmesh operators.Campbell Barton
2012-11-20bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_a...Campbell Barton
2012-11-20bmesh py api: add support for return values from bmesh operators.Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-06was trying to make py import follow pythons own code more but broke py32 comp...Campbell Barton
2012-11-06fix for imp.reload() with Python3.3, function was recursively calling its self.Campbell Barton
2012-11-05hopefully fixes building on msvc, also some minor header editsCampbell Barton
2012-11-05default to Python3.3 on Linux for SCons and CMake, warn when building with py...Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-11-01all library data now gets the PointerRNA's invalidated on removal.Campbell Barton
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton