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
2009-11-21left in printCampbell Barton
2009-11-20use a metaclass to have operator attributes register and display in the order...Campbell Barton
2009-11-20- dont define properties in the global script namespaceCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-20- dir() now works for collection functionsCampbell Barton
2009-11-19- StructRNA's __dir__ was missing members from its classes __dict__Campbell Barton
2009-11-19operators were copying the properties from the rna operator into the class in...Campbell Barton
2009-11-19idprop.get(key, default=None)Campbell Barton
2009-11-19operator properties were not the correct typeCampbell Barton
2009-11-19added 'hidden' option for python defined rna props, means py operators can us...Campbell Barton
2009-11-19correcting ID property list was incorrect on portingCampbell Barton
2009-11-19- remove CPPFLAG XP_UNIX from CMake, Scons and Irix make, checked our own cod...Campbell Barton
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-18fix for memory leak, use Key Errors for pyrna getitem access & idpropsCampbell Barton
2009-11-18- rna attribute setting problem, class instances could not set their own attr...Campbell Barton
2009-11-17make animation system and rna internals use getattr style syntax for user def...Campbell Barton
2009-11-17- in pose mode, pose bone properties are edited rather then armature boneCampbell Barton
2009-11-17- access console languages as modules rather then having the py operator call...Campbell Barton
2009-11-17my chnges broke 'del idprop["key"]'Campbell Barton
2009-11-16bpy/rna methods to find properties (works nice with autocomp!)Campbell Barton
2009-11-16missing includeCampbell Barton
2009-11-16ID property access from python for pose channels, bones and any ID objects.Campbell Barton
2009-11-16update idproperty python api for python 3.1Campbell Barton
2009-11-16python api for ID property access by Joseph Eager, copied from blender 2.4x.Campbell Barton
2009-11-16functions returning non ID pointers that relied on having the ID set could cr...Campbell Barton
2009-11-15skip rna property & function lookups for members starting with "_" (since mak...Campbell Barton
2009-11-13documentat & cross reference collection typesCampbell Barton
2009-11-13fix for error with property getattro in recent commit which broke autocomp.Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-12generating docs can make the rna api generate wrnings (which is fine)Campbell Barton
2009-11-12small corrections, no functionality changeCampbell Barton
2009-11-11- use double underscores to hide members in python (removes them from dir() t...Campbell Barton
2009-11-11python api for collection add()/remove()Campbell Barton
2009-11-11Fix #19313: running python scripts with PyRun_File couldBrecht Van Lommel
2009-11-11Nodes Editor + other warning fixes:Joshua Leung
2009-11-11- In the context, EditBones and Bases were set as 'RNA_UnknownType', replaced...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10Running with -d, python context also prints members asked from context that a...Martin Poirier
2009-11-10Function declaration for BPY_context_getMartin Poirier
2009-11-10fix error with python exceptions in BPy_errors_to_reportCampbell Barton
2009-11-102.4x fix for Blender.Load()Campbell Barton
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-10Don't free Context from python.Martin Poirier
2009-11-08bpy/rna api class featureCampbell Barton
2009-11-08pep8 whitespace commitCampbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-11-05- missing return valuesCampbell Barton
2009-11-04bugfix [#19804] .MDD is not working?? // Also filetype issue?Campbell Barton