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-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-09-30[#23673] Modifier construction gives correct result in viewport but incorrect...Campbell Barton
2010-09-29moved mathutils Euler.rotate(angle, axis) --> Euler.rotate_axis(axis, angle)Campbell Barton
2010-09-29patch from Dan Eicher with some edirts.Campbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-27bugfix [#24014] Operator UI not shown in the order definedCampbell Barton
2010-09-26missing include from own commit r32117Campbell Barton
2010-09-25py/rna keyframe functions can now key longer paths if called from an ID block.Campbell Barton
2010-09-24Annoying hack to pretend that an operator and its properties are the same, wh...Campbell Barton
2010-09-24fix for python refcounting leak, RNA_path_resolve_full now unsets the index i...Campbell Barton
2010-09-23- py/rna's path_resolve function was ignoring the index eg: obj.path_resolve(...Campbell Barton
2010-09-19python/c utility function for debugging, see http://wiki.blender.org/index.ph...Campbell Barton
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-18move namespace creation function into py_capi_utils.c, to be used in more gen...Campbell Barton
2010-09-17minor changes needed for the next commit.Campbell Barton
2010-09-15Don't do weird PYTHONPATH juggling anymore. Debug build crash doesn't happen ...Nathan Letwory
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