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-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-11Fix for cmake + windows debug build crash on startup, PYTHONPATH needs to be ...Brecht Van Lommel
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-07fix for own but in recent driver optimization [#20580] Driver Crasher rev [25...Campbell Barton
2010-01-06write our to a shorter path, was failing unless you made the path manually si...Campbell Barton
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2010-01-05Python descriptions were not getting used in tooltips.Campbell Barton
2010-01-05fix for bpyob.foreach_set(), when the list is emptyCampbell Barton
2010-01-05speedup for driver execution, use PyUnicode_InternFromString() for variable n...Campbell Barton
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-04pyrna array slice assignmentCampbell Barton
2010-01-04support for rna functions returning mathutils types - so object.rat_cast() re...Campbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2010-01-03editbone.transform(matrix) function, requested by Cessen.Campbell Barton
2010-01-02fix for mistake in last commit. also forgot to call RNA_parameter_list_end()...Campbell Barton
2010-01-02sphinx support for documenting multiple return valuesCampbell Barton
2010-01-02PyRna float/bool/int slicing.Campbell Barton
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-30python macro operators didnt have a compatible draw function assigned. also r...Campbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-29flag to make rna props 'thick wrapped', so returning a property wont try main...Campbell Barton
2009-12-29Python attribute lookup. Don't use RNA functions that don't have defined call...Martin Poirier
2009-12-28new python module constantsCampbell Barton
2009-12-27barycentric transform utility geometry function.Campbell Barton
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-26classmethods were excluded from docs, hide self & cls arguments for functions...Campbell Barton
2009-12-26* sphinx docgen *Campbell Barton
2009-12-26replace dynamic_menu.py with Menu classmethods much less complicated.Campbell Barton
2009-12-25sphinx rna api documentation generator to replace epydocsCampbell Barton
2009-12-25update rna_info and rna_rna for better introspectionCampbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-24minor pyapi changesCampbell Barton
2009-12-22BGE bug #20446: revert to orignal code, the problems comes from misunderstand...Benoit Bolsee
2009-12-22[#20446] mathutils: bugfix for matrix * matrix - patch by Paul Parchenko (par...Dalai Felinto
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-12-13use tp_getset rather then checking the string on getattr for 'id_data' attributeCampbell Barton
2009-12-11[#20288] FBX exporter failsCampbell Barton
2009-12-10return value was included in the list of optional args for function-rna error...Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-10values that had units set would not be coerced into Mathutils types by the py...Campbell Barton
2009-12-09- added editbone.matrix, readonly, utility property that calculates the matri...Campbell Barton
2009-12-09- rewrote arm rig so it creates 2 chains and blend them automatically (like t...Campbell Barton
2009-12-09split out driver functions into its own fileCampbell Barton
2009-12-08OSX: print warning if Blender application is located in a path Python lib can...Damien Plisson