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
2011-10-23Merge fixes from trunk into 2.60a tag:v2.60aCampbell Barton
2011-10-03- use BLI_findstring rather then while loop for listbase lookupsCampbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-28use __func__ rather than function names in rna prints, some were incorrect.Campbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-09workaround for msvc not supporting variable length args in macros.Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-02paranoid check that RNA string functions set the string, would have helped so...Campbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton
2011-08-18update property strings cover. 461 new itemsXiao Xiangquan
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-15comment unused lines.Campbell Barton
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-12remove gettext from mkaesrna, and update language packsXiao Xiangquan
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-07Merging trunk up to r39145.Joerg Mueller
2011-08-05fix for possible uninitialized RNA strings, when RNA_string_get property is n...Campbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-28Fix #27719: custom RNA properties fail to update drivers. Hopefully this isBrecht Van Lommel
2011-07-26RNA: function calls with optional parameters were not giving correct defaultBrecht Van Lommel
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-07-14merge from trunk 38379Xiao Xiangquan
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-07-08finish user preference dlg's input handlesXiao Xiangquan
2011-07-05Merging from trunk up to r38119.Joerg Mueller
2011-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-07-01fix [#27820] foreach_get on bpy_prop_collections returns weird resultsCampbell Barton
2011-06-24right panel doneXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-23Merge with trunk r 37746.Joerg Mueller
2011-06-23checks in rna range functions that the max value cant be less than the min.Campbell Barton
2011-06-21Merge with trunk r37677Joerg Mueller
2011-06-20handle SpaceType and UserPref popupsXiao Xiangquan
2011-06-16fix [#27673] Value sliders >1 do not represent numerical ratios rightCampbell Barton
2011-06-14Merge with trunk r37475.Joerg Mueller
2011-06-13Transformation Channel Driver Variables - "Proper Localspace"Joshua Leung
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-05-31tag unused rna args.Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton