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-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
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-17fix for assigning any ID in rna, it would not run id_lib_extern() which means...Campbell Barton
2010-07-11Logic Editor Python API: link/unlink logics through pythonDalai Felinto
2010-06-22sequence.swap(other) rna function.Campbell Barton
2010-04-18various minor fixesCampbell Barton
2010-04-17bugfix and cleanupCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-03-24remove unused rna includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-15Fix #20486: blender hangs upon import attempt of an .obj with >40k polys.Brecht Van Lommel
2010-02-28Partial Fix: [#21085] Sequencer file selector for movies is strangeAndrea Weikert
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-24RNA functionsElia Sarti
2010-01-22- bugfix (user supplied fix) [#20745] makesrna with rename error.Campbell Barton
2010-01-22RNA: added option to pass self ID to RNA functions.Brecht Van Lommel
2010-01-19Timeline: Keyframe Drawing for All Selected ObjectsJoshua Leung
2010-01-17have makesrna only replace newly generated files when their contents changes.Campbell Barton
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-08Animation Visualisation Cleanups - Part 2:Joshua Leung
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-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-12-04rna functionCampbell Barton
2009-12-02Changes to Color ManagementMatt Ebb
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-06Driver Scripting:Joshua Leung
2009-11-03error in last commit (wasnt writing NULL when no active property exists)Campbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-10-24More human readable formating in enums and others.Guillermo S. Romero