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
2013-06-06style cleanupCampbell Barton
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-04-07Reverting changes from r55873 for rna_define.c, sorry about that...Bastien Montagne
2013-04-07Usual typo fixes... ;)Bastien Montagne
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-22patch [#34103] Add explanatory comments to dna_genfile.[ch]Campbell Barton
2013-02-12fix [#34198] Scene unit size and dyntopo detail sizeCampbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-05add RNA_define_animate_sdna() so animation can be easily disabled when defini...Campbell Barton
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2012-12-29style cleanupCampbell Barton
2012-12-27validate operator names on startup (debug mode only)Campbell Barton
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-06-29code cleanup: bge builds with clang without warnings / errors.Campbell Barton
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-10change RNA_struct_find_function to accept a type rather then a PointerRNA, ad...Campbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-04-09fix [#30865] Crash when browsing last operators in outliner (or by Python API)Campbell Barton
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-02-24bmesh py api - bmesh.utils.face_flipCampbell Barton
2012-01-01rna api - set hard min/max for colors which are float properties but internal...Campbell Barton
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-21minor edits to error printing, also print the proprty identifier for rna prop...Campbell Barton
2011-11-18make RNA_def_float_rotation usable for single value rotations (not arrays).Campbell Barton
2011-11-08- disable undo for user preferences (every click would do push an undo), was ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell 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-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton