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
2012-02-17Use BLF API to check whether translation is enabled, when possible!Bastien Montagne
2012-01-26hrmf, fix for fix [#29988] Segfault when unwrap default cube with smart proje...Campbell Barton
2012-01-25Fix #29892: Properties of objects in nested custom collections stop being ani...Sergey Sharybin
2012-01-25found a bug by accident.Campbell Barton
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-11Fix #29574: Strange crash using translated BlenderSergey Sharybin
2011-12-09remove redundant cases. no functional change.Campbell Barton
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-15correct off by one error in previous commit, also add assert incase idpropert...Campbell Barton
2011-11-15add IDP_EqualsProperties support for comparing non-null terminated byte strings.Campbell Barton
2011-11-15pass a pointer to IDP_New's IDPropertyTemplate rather then a copy.Campbell Barton
2011-11-15support for non-null terminated byte strings in id properties (as a subtype o...Campbell Barton
2011-11-08- disable undo for user preferences (every click would do push an undo), was ...Campbell Barton
2011-11-05macro formatting & remve some unused code.Campbell Barton
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-21fix [#28967] Attempting to add a new pose to the Pose Library causes Blender ...Campbell Barton
2011-10-21misc cleanupCampbell 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