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
2010-03-28bgl/BGE: glCopyTexImage2D + bgl.buffer creation error more verbose + dome pos...Dalai Felinto
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23report an error parsing args, will try fix properly but this involves many ch...Brecht Van Lommel
2010-03-23fix for parsing python args to rna functions, was using allocated size as arg...Brecht Van Lommel
2010-03-23getting an item from a collection wasnt being checked correctly.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-21SVN maintenance.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-03-16made argument conversion for much more verbose, wasnt giving enough info with...Brecht Van Lommel
2010-03-16Keying Set Fixes:Joshua Leung
2010-03-15Compile fix for MSVCAndrea Weikert
2010-03-15disallow 'nan' for button input and pydriver'sCampbell Barton
2010-03-14attempt to fix build error on msvcCampbell Barton
2010-03-14strip quites off buildinfo at startup (was doing this for splash screen and p...Campbell Barton
2010-03-14remove unused includesCampbell Barton
2010-03-14PyAPI Bugfix - Fix for crash on struct.path_to_id()Joshua Leung
2010-03-10Python/RNA: added collection.move(from, to) for python definedBrecht Van Lommel
2010-03-10RNA/Python: support for layer subtype with BoolVectorProperty.Brecht Van Lommel
2010-03-06python api function for rna objects: object.as_pointer()Campbell Barton
2010-03-03fix for minor errors/warningsCampbell Barton
2010-03-03set the context on importing bpy module.Campbell Barton
2010-03-02fix for OBJ exporting Texface imagesCampbell Barton
2010-03-02bugfix for displaying ID propertiesCampbell Barton
2010-03-01Delete keyframe API method now takes array_index = -1 to delete keyframes fro...Joshua Leung
2010-03-01parts of the Python API are unstable, big discalmer in API docs main page, AP...Campbell Barton
2010-03-01replace operator options bl_undo and bl_register with bl_optionsCampbell Barton
2010-03-01patch from Clark Gaebel, use const char * for buildinfo strings, also updated...Campbell Barton
2010-02-28comparing Vector(-2, 0, 0) and Vector(2, 0, 0) was returning true, this bug i...Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-28examples for autogenerated docs are now implicit and used when available.Campbell Barton
2010-02-28include BLF in automated doc generationCampbell Barton
2010-02-28python BLF module for drawing text, updated template to draw text in the 3D v...Campbell Barton
2010-02-28- template with an example of a modal operator drawing with opengl (draw a li...Campbell Barton
2010-02-28bugfix [#21247] Controls holding numbers are not zeroed when empty string val...Campbell Barton
2010-02-27utility function pyrna_enum_value_from_id for getting the enum from a string ...Campbell Barton
2010-02-27hold the python operator instance in the operator, otherwise the handelers ne...Campbell Barton
2010-02-27python support for defining region drawing callbacks, while not directly rela...Campbell Barton
2010-02-27was using wrong global flag for python script disabling in recent commit.Campbell Barton
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-27option to set the blend file as from a 'Trusted Source' on load.Campbell Barton
2010-02-26rna/py apiCampbell Barton
2010-02-23added support for proxies as drivers back.Campbell Barton
2010-02-23- py-drivers were not using the name lookup cache.Campbell Barton
2010-02-23allow python api to set values of library liked data (still checks editable f...Campbell Barton
2010-02-23matrix functions, to_3x3, to_4x4Campbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22exclude self references from the ID search list when PROP_ID_SELF_CHECK is se...Campbell Barton
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee