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-09-11pyrna: replace method for operators forwarding getattr/setattr access from se...Campbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-10patch [#23749] IntVectorProperty missing step [patch]Campbell Barton
2010-09-09- bugfix, operators were getting their properties registered twice.Campbell Barton
2010-09-09definition/syntax edits for operators and rna (no functional changes)Campbell Barton
2010-09-09fix crash for calling setattr with a non-string attribute and warning.Campbell Barton
2010-09-09remove class methods for defining propertiesCampbell Barton
2010-09-09- fix for using ['prop'] in RNA apiCampbell Barton
2010-09-09support for defining rna class properties as class attributesCampbell Barton
2010-09-08py/rna internalsCampbell Barton
2010-09-08bpy.props.* option to pass the first arg as a class. Campbell Barton
2010-09-07bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-04Silence warning about BLI_sprintfNNathan Letwory
2010-09-03rna api Campbell Barton
2010-09-03sphinx doc genCampbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-09-02bugfix [#23635] property limits don't work when added via scripting\Campbell Barton
2010-09-02- inconsistent rna names - use 'vertex_group_' as prefix, only ui scripts use...Campbell Barton
2010-09-02- new subclass for ID-Property based collections - this way add/remove/move f...Campbell Barton
2010-09-01SVN maintenance.Guillermo S. Romero
2010-09-01have rna function obj.as_pointer() return a memory address rather then a PyCa...Campbell Barton
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-09-01poll function for py api operator accessCampbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-30raise an error when setting the values of read-only rna wrapped Vector/Matrix...Campbell Barton
2010-08-30fix for resolving rna paths, RNA_path_resolve could return a property which w...Campbell Barton
2010-08-30bugfix [#23586] Euler.rotate() method is brokenCampbell Barton
2010-08-30various utf8 compatibility fixesCampbell Barton
2010-08-30bugfix [#23197] Python can't handle German umlaut characters in stringsCampbell Barton
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-08-27speedup for pyrna boolean checking.Campbell Barton
2010-08-27ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now ...Campbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-25renaming recast_type to type_recast so people don't miss this.Dalai Felinto
2010-08-25update to pyrna so deleting an attribute only fails if that attribute resolve...Campbell Barton
2010-08-24make quicky wrapper for cmake.Campbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-24- pythons 'del somevalue.attr' could crash when used with the rna api (report...Campbell Barton
2010-08-24bugfix [#23454] vector*matrix not the same as vector*=matrixCampbell Barton
2010-08-23collection attributes can now be resolved with by rnaCampbell Barton
2010-08-22- rna py-api bug fix, a NULL item in a collection was raising an errorCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-19- pyrna fix for reference counting when unable to register a propertyCampbell Barton
2010-08-17syntax highlighting for decorators, correct doc exampleCampbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton