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
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-10Correct typosCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-03-18Fix crash using removed data as function argumentsCampbell Barton
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
2015-01-06PyAPI: add PyList_APPENDCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-09remove invalid commentsCampbell Barton
2014-08-25Python API: support thick wrapped int arraysCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Fix for own refcount error in recent commitCampbell Barton
2014-01-20Python API: fix for help() failing on bpy instancesCampbell Barton
2014-01-20Python API: create args for meta-classes directly (a little faster).Campbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-11-17python api internals: no need to set the stop-iter exception string.Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-17Update foreach_get/_set doc.Bastien Montagne
2013-09-13add back library linking warning when renaming library datablocks in the outl...Campbell Barton
2013-08-27This commit adds optional parameters for pyfunc implementations of RNA API (i...Bastien Montagne
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-07-21code cleanup: compiler warningsCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-13fix for pythons __dir__ returning registrable functions on class instances (w...Campbell Barton
2013-05-15Fix another cases where painting long brush strokes with small radius was slowedBrecht Van Lommel
2013-05-11Fix #35289: UV layout export to image was extremely slow for large meshes. ThisBrecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-05py api additions needed for fixing [#34864].Campbell Barton
2013-04-03Fix #34856: crash passing an object rather than a mesh to bpy.data.mesh.remov...Brecht Van Lommel
2013-03-22code cleanup: shadowing, adjust type.Campbell Barton
2013-03-19add BLI_rcti,f_recenter()Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17code cleanup: add 'const' to headers to quiet msvc warnings, also remove (cha...Campbell Barton
2013-03-15Add the possibility to define the translation context for py rna classes (ope...Bastien Montagne
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-02-26fix [#34423] Foreach_get crash for any non existant attributeCampbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-02style cleanup: also correct doc example for 'foreach_get/set'Campbell Barton
2013-02-01make WITH_HEADLESS build again.Campbell Barton
2013-01-28Fix for RNA FUNC_REGISTER/FUNC_REGISTER_OPTIONAL flags: The test in bpy valid...Lukas Toenne
2013-01-21code cleanup: style & warnings.Campbell Barton