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-11-07Camera tracking integrationSergey Sharybin
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-03Fix #29122: Curve Radius keyable from Outliner Datablock view but not Transfo...Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-21Code cleanup: remove some unused code in header.Brecht Van Lommel
2011-10-05rename rna OperatorTypeMacro --> OperatorMacro, since operators types are jus...Campbell 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-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: fixed building with playerSergey Sharybin
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-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-01Merging r39652 through r39842 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-18update property strings cover. 461 new itemsXiao Xiangquan
2011-08-17Merging r39199 through r39485 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-16Merging trunk up to r39447.Joerg Mueller
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-11svn merge -r39145:39286 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-09Merging r38818 through r39198 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-08fix [#28178] make single user copy of object data doesn't workCampbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-07-25Adding WeightVG modifiers code. Still some points to tweak, though.Bastien Montagne
2011-07-24== RNA Property Updates get called by Animation System now ==Joshua Leung
2011-07-13complete space outliner, space node, space nla, etc.Xiao Xiangquan
2011-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-06-24right panel doneXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
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-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18fix for one of the issues in [#27035] 3 problems: crash and enum "REGION" not...Campbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-04new rna api call: RNA_struct_idprops_unset(op->ptr, "someprop"), added to all...Campbell Barton
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-03-28RNA functions for adding timer (needed for demo mode, also useful for python ...Campbell Barton
2011-03-25new function RNA_warning(), replaces printf with function which may be called...Campbell Barton
2011-03-24RNA & interface functions for checking if RNA in a button uses valid rna prop...Campbell Barton