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
2010-09-02Spell fix, reported by troy_s in IRC. Thomas Dinges
2010-09-02Fix "no newline at end of file" warnings in *nix.Ken Hughes
2010-09-02Audaspace: Removing an unneeded function.Joerg Mueller
2010-09-02Internal Code Renaming:Thomas Dinges
2010-09-01SVN maintenance.Guillermo S. Romero
2010-09-01Send NC_SCENE|ND_TOOLSETTINGS notifier when select mode was forced to edge se...Sergey Sharybin
2010-09-01have rna function obj.as_pointer() return a memory address rather then a PyCa...Campbell Barton
2010-09-01Fix [#23612] OBJ import with imports double texturesNathan Letwory
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-09-01* add missing importsNathan Letwory
2010-09-01Quicky - allow dragging an image on a 3d view background Matt Ebb
2010-09-01finished moving importers and exporters into python packages (as proposed on ...Campbell Barton
2010-09-01poll function for py api operator accessCampbell Barton
2010-09-01Particle billboards weren't created properlyJanne Karhu
2010-09-01Fix for [#23596] Particle Harmonics cache problemJanne Karhu
2010-09-01Added missing ID_NEW() in set_sca_new_poins_ob() as pointed out by Dalai.Benoit Bolsee
2010-09-01remove debug printsNathan Letwory
2010-09-01Python library copying hack.Nathan Letwory
2010-09-01* Don't use /ZI when 64bit building on Windows. Use /Zi instead.Nathan Letwory
2010-09-01excuse the noise, adding type's in format package names.Campbell Barton
2010-09-01moving import/export scripts into packages (just moving scripts, need to add ...Campbell Barton
2010-09-01cleanup duplicate GPL haeders, blender made 2.4x __bpydoc__ into __doc__, rem...Campbell Barton
2010-09-01use mix-in classes for import export operators, these define the filepath pro...Campbell Barton
2010-09-01Adding intern/guardedalloc include dir for bad_level_call_stubs (stubs.c). Th...Mitchell Stokes
2010-09-01Fix for "RNA_enum_get: ActionActuator.mode not found.". It was broken since r...Dalai Felinto
2010-08-31RNA Renaming Fixes for particle UI.Thomas Dinges
2010-08-31simple NULL check to fix a crash when running in background modeCampbell Barton
2010-08-31Fixes for RNA Renaming in Texture Properties (Volume Material)Thomas Dinges
2010-08-31patch [#23585] Fix for [#23553] in File Selector; Multiple Calls of SelectorCampbell Barton
2010-08-312.5 Fluid UI:Thomas Dinges
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
2010-08-31Fix [#23592] WM draw method detection fails for Mesa's software rasterizer.Nathan Letwory
2010-08-31== userprefs: addons ==Luca Bonavita
2010-08-31Updating stubs.c.Mitchell Stokes
2010-08-30Fix spelling.Guillermo S. Romero
2010-08-30another function moved, should be last of the simple cases.Campbell Barton
2010-08-30missed this one tooCampbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-30raise an error when setting the values of read-only rna wrapped Vector/Matrix...Campbell Barton
2010-08-30fix for resolving rna paths, RNA_path_resolve could return a property which w...Campbell Barton
2010-08-30bugfix [#23573] object rotates when IMAGE_SEARCH is offCampbell Barton
2010-08-30bugfix [#23586] Euler.rotate() method is brokenCampbell Barton
2010-08-30various utf8 compatibility fixesCampbell Barton
2010-08-30bugfix [#23197] Python can't handle German umlaut characters in stringsCampbell Barton
2010-08-30Patch [#23524] UI cleanup for commit 31587 by Filiciss Muhgue (filiciss).Thomas Dinges
2010-08-30stubs.c updatesMitchell Stokes
2010-08-30Bugfix #23551: FMODIFIERS: Steps "Use End Frame" doesn't enableJoshua Leung
2010-08-30Bugfix #23575: Hook modifier don't update name of bone acting as the controll...Joshua Leung
2010-08-30scons compiling fix: Joshua Leung
2010-08-30Committing patch [#23489] add method getEventStatus() to PythonKeyboard and P...Mitchell Stokes