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-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
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-25fix [#26601] Python error when use of autocompleteCampbell Barton
2011-03-04quiet warnings and fix building without python.Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2011-01-16defining types via python gave confusing errors because DefRNA.laststruct was...Campbell Barton
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-31Continue from my commit r33952, which disallowed floats to be wrapped as ints.Campbell Barton
2010-12-14- revert own recent change after discussion, default set hard minimum of colo...Campbell Barton
2010-12-14disallow RNA color values to be set to negative values. Material colors could...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-15- 'matrix_basis' for objects and pose bones, this is an alternative access to...Campbell Barton
2010-11-02fix for compiling with the c90 standard, support for non-static variable init...Campbell Barton
2010-11-01bugfix [#24462] UV Layouts saved as PNG results in two files (one is 0 KB, ot...Campbell Barton
2010-10-13python api:Campbell Barton
2010-09-06bugfix [#23656] Problems retrieving properties from inside runtime-created Po...Campbell Barton
2010-09-03rna api Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-14fix for referencing freed memory when freeing an rna property.Campbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-03remove commented scons lines from cmake files, fixed use of pointer poll func...Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-05-09py/rna: defining new properties now replaces the old onces and raises an erro...Campbell Barton
2010-05-09function to remove propertyCampbell Barton
2010-03-29Tweak to set default ui range for color/color_gamma propertiesMatt Ebb
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-09bugfix [#21057] Python: accessing DriverVariable targets causes segmentation ...Campbell Barton
2010-02-05BGE fix: KX_Lamp using strcmp wrongly + typo in rna_defineDalai Felinto
2010-02-02PROP_ANIMATEABLE -> PROP_ANIMATABLE (more common spelling)Campbell Barton
2010-01-24RNA functionsElia Sarti
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2009-11-25AnimSys - Transform Locks + RNA:Joshua Leung
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-10-14RNA:Brecht Van Lommel