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
2017-09-11Merge branch 'master' into blender2.8Campbell Barton
2017-09-09Resolve T52687: Add node label shows as 'Unknown'Campbell Barton
2017-09-07Merge branch 'master' into blender2.8Campbell Barton
2017-09-07Correct function name in argument parsingCampbell Barton
2017-09-07PyAPI: add function to get an RNA subclassCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-20Merge branch 'master' into blender2.8Campbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-20PyAPI: avoid redundant PyLong_AsLong callCampbell Barton
2017-08-19Merge branch 'master' into blender2.8Campbell Barton
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton
2017-08-01Correct previous commit, instance should be clearedCampbell Barton
2017-08-01PyRNA: Ensure changed types creates a new instanceCampbell Barton
2017-07-26Fix crash in recent changes to instancingCampbell Barton
2017-07-26PyAPI: Fix for instancing (Blender owns a reference)Campbell Barton
2017-07-20PyAPI: use instancing when supportedCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-06-21PyAPI: add intern stringsCampbell Barton
2017-06-19Merge branch 'master' into blender2.8Campbell Barton
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-05Merge branch 'master' into blender2.8Campbell Barton
2017-06-05PyAPI: is_staticmethod used for classmethods's tooCampbell Barton
2017-06-05PyAPI: correct exception, expect 'staticmethod'Campbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-06Fix PyAPI crash assigning/deleting id-propertiesCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-07-23Cleanup: styleCampbell Barton
2016-06-22Cleanup: use proper RNA struct type for ListBase typeBastien Montagne
2016-05-28PyRNA: Fix repr used /w arraysCampbell Barton
2016-04-12Cleanup: use boolCampbell Barton
2016-03-08Correct recent RNA array slicing commitCampbell Barton
2016-03-08PyAPI: Support multi-dimensional RNA slice assignmentCampbell Barton
2016-01-14Cleanup: warning, whitespaceCampbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2016-01-04CleanupCampbell Barton
2015-12-31Fix T47046: Exporting Max and Maya keymap throws RNA warnings in console.Bastien Montagne
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-09-10PyAPI: add an update method for propertiesCampbell Barton
2015-09-10Show correct syntax for id-propertiesCampbell Barton
2015-08-05Doc fix: rather then -> rather thanSybren A. Stüvel
2015-07-29Optimize PySequence_Fast usageCampbell Barton
2015-07-22Don't make Python classes of StructRNA on startupCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-10Correct typosCampbell Barton