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-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-09-12correct bad maximum value, for wile-loop node, outside the range of a short.Campbell Barton
2011-09-11move maxseq define into DNA.Campbell Barton
2011-09-11Game Engine:Thomas Dinges
2011-09-10fix the finnish language nameXiao Xiangquan
2011-09-10fix for building with collada and some other warningsCampbell Barton
2011-09-10NAVMESH Modifier was not alphabetical correct in the modifier list, as the ot...Thomas Dinges
2011-09-09forgot to resolve one conflict in previous mergeBenoit Bolsee
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-09workaround for msvc not supporting variable length args in macros.Campbell Barton
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-08Modifiers: put uv project and vertex weight modifiers in separate category,Brecht Van Lommel
2011-09-08Fix #28545: User Preferences - System Tab - Reset All To Default Values on Op...Sergey Sharybin
2011-09-08Vertex Weight Proximity: minor updates and fixes.Bastien Montagne
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07Apply patch [#28415] 3d mouse orbit mode individual axes enhancementNathan Letwory
2011-09-07interface + naming improvements to vertex wright modifierCampbell Barton
2011-09-07Merging r39948 through r39988 from trunk into vgroup_modifiers.vgroup_modifiersBastien Montagne
2011-09-06Fix screen/scene browsing in info header not working right, mistake in code c...Brecht Van Lommel
2011-09-06Ambient Occlusion:Thomas Dinges
2011-09-06texture evaluation function (like we had in 2.4x api), requested by Lee.Campbell Barton
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-09-06svn merge -r39930:39947 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-06replace define '#if FFTW3==1' --> '#ifdef WITH_FFTW3'Campbell Barton
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-05Code cleanup: remove context from RNA update functions, only one left.Brecht Van Lommel
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Merging r39847 through r39930 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-05VGroup Modifiers: added mapping options to proximity and edit.Bastien Montagne
2011-09-05add missing files after mergingXiao Xiangquan
2011-09-05correct float -> double promotion warningsCampbell Barton
2011-09-05rename vertex group mix "vgroup, vgroup2" to "vgroup_a, vgroup_b"Campbell Barton
2011-09-05- mask_tex_map_obj --> mask_tex_map_objectCampbell Barton
2011-09-05minor edits.Campbell Barton
2011-09-04Fix #28503: Selecting a Grease Pencil from the Properties panel does not upda...Sergey Sharybin
2011-09-04Fix #28423: Screw-modifier crash in cunjunction with subsurf modifierSergey Sharybin
2011-09-03warning fixesCampbell Barton
2011-09-02Fix crash caused by recently added assert about if string was set properly.Sergey Sharybin
2011-09-02paranoid check that RNA string functions set the string, would have helped so...Campbell Barton
2011-09-02Partial fix for #28441: Tab width in texteditor ignored if used tabs as spacesSergey Sharybin
2011-09-02fix for keymap search, was using uninitialized memory when the keymaps operat...Campbell Barton
2011-09-01Merging r39652 through r39842 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-29SVN maintenance.Guillermo S. Romero
2011-08-29patch [#28355] Better Environment Map scriptingCampbell Barton
2011-08-28== Sequencer ==Peter Schlaile