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-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23RNA: fix collection iterator issue in c++ api with msvc.Brecht Van Lommel
2011-10-21misc cleanupCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-29rna function:Campbell Barton
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-013D Audio GSoC:Joerg Mueller
2011-06-23fix for function before definition in own recent commit.Campbell Barton
2011-06-23fix [#27726] Driven properties not checked for legal UI boundsCampbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-18RNA: some compile fixes for C/C++ api.Brecht Van Lommel
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-03-04quiet warnings and fix building without python.Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-17Starting work on doxygen cleanup. Many things still to be done.Nathan Letwory
2011-02-14more vars made staticCampbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-01bugfix [#25846] Strange behaviour if index of render.layers[] is out of rangeCampbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'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-12comment array/collection skip(), since there was some confusion in this area ...Campbell Barton
2011-01-11bugfix - collection index lookups was not working correctly when some items w...Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06fix for error in own recent commit, r34098.Campbell Barton
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2011-01-04fix for makesrna error on windows where files cant be removed when open.Campbell Barton
2011-01-04print a message if the file cant be removed, may help narrow down why there a...Campbell Barton
2011-01-02Spelling fix: itterator->iteratorSergey Sharybin
2011-01-01For non-gnu compilers, the __func__ doesn't exist.Ton Roosendaal
2011-01-01Bugfix #25437Ton Roosendaal
2010-12-31Continue from my commit r33952, which disallowed floats to be wrapped as ints.Campbell Barton
2010-12-30Fix for bug #25367 didn't ensure the problem wasn't happening elsewhere.Campbell Barton
2010-12-19user report renaming file fails, print the errno error message.Campbell Barton
2010-12-19another reason to run makesrna needlessly every build is that the makesrna bi...Campbell Barton
2010-12-18workaround for build system dependency hell, fixed for cmake + makefiles (pro...Campbell Barton
2010-12-04Bugfix #24699Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-02Fix #24095: user preferences theme colors didn't match exactly with whatBrecht Van Lommel
2010-09-24bugfix [#23965] Segmentation fault when using bpy_struct.keyframe_insert() wi...Campbell Barton
2010-09-03rna api Campbell Barton