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
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-11-03RNA/C++: string property writing was missing.Brecht Van Lommel
2012-11-03BPY/RNA: determine callback functions that are allowed to write data by a flagBrecht Van Lommel
2012-11-03Bugfix (own collection)Ton Roosendaal
2012-11-03remove unneeded string in datatoc.c and correct some of the context types in ...Campbell Barton
2012-11-03OSX: take back 51826 for now, does not fix dalai's problemJens Verwiebe
2012-11-03OSX: a more friendly way to get mounted volumes, alo allows for whitespaces etc.Jens Verwiebe
2012-11-03Fix for [#32992] Switching language does nothing under Windows.Bastien Montagne
2012-11-02Fix #33040: baking selected to active could miss at pixels at the edge of facesBrecht Van Lommel
2012-11-02RNA C++: fixes for lookup_int/lookup_string which were not working in some ca...Brecht Van Lommel
2012-11-02UV editor: change unwrap warning about object non-unit size to only warning a...Brecht Van Lommel
2012-11-02fix for own recent commit checking bounds off-by-one.Campbell Barton
2012-11-02fix for compositor regression where blur note offset the image one pixel to t...Campbell Barton
2012-11-02own recent commit to add pointer passing between py-rna and our C code, broke...Campbell Barton
2012-11-02OSX: suppress meaningless /net and /home in fileselector also on 10.5+Jens Verwiebe
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-11-01Bugfix #24030Ton Roosendaal
2012-11-01all library data now gets the PointerRNA's invalidated on removal.Campbell Barton
2012-11-01Fix for Hue/Sat/Val compositor node. This was using the wrong input socket fo...Lukas Toenne
2012-11-01fix for release buildingCampbell Barton
2012-11-01Bugfix [#33036] Invalid memory read in wm_handlers_do (valgrind warning)Ton Roosendaal
2012-11-01fix for long standing problem with blender 2.5x py api.Campbell Barton
2012-11-01Bugfix #33038Ton Roosendaal
2012-11-01remove BLI_utildefines from BKE_DerivedMesh.h headerCampbell Barton
2012-11-01Bugreport - Christian Krupa in irc:Ton Roosendaal
2012-11-01fix for possible buffer overflow in gpu_nodes_get_vertex_attributes() and hai...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-11-01fix for own error - vertex custom-data flag wasnt working with the decimatorCampbell Barton
2012-11-01minor edits to mesh operatorsCampbell Barton
2012-11-01fix for crash in own recent commit to add comparison options for select-simil...Campbell Barton
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-31code style: use switch for IDP_EqualsProperties()Campbell Barton
2012-10-31add IDP_MergeGroup(dst, src, overwrite) function,Campbell Barton
2012-10-31Bugfix #33031Ton Roosendaal
2012-10-31Fix blender internal strand render issue with deep shadow buffers, and AA sam...Brecht Van Lommel
2012-10-31Bugfix #33032Ton Roosendaal
2012-10-31no longer use 'check_existing' to see if we need to have a save popup, instea...Campbell Barton
2012-10-31fix for asserts caused by own recent commits to use customdata typemap.Campbell Barton
2012-10-31fix for assert when rendering with cycles, caused by my recent commits.Campbell Barton
2012-10-31Fix #31482: menu with scrollers when window is too small, didn't auto scrollBrecht Van Lommel
2012-10-31style cleanup and correct own invalid comment.Campbell Barton
2012-10-31UI: fix for menu scrolling when window is too small. It was not working wellBrecht Van Lommel
2012-10-31Fix for #29056: NDOF motion events not configurable in user preferences.Brecht Van Lommel
2012-10-31fix for crash in own commit r51773. drawing VBO's used the wrong origindex.Campbell Barton
2012-10-31style cleanupCampbell Barton
2012-10-31make use customdata typeoffset more, add an assert to ensure its to date.Campbell Barton
2012-10-31don't write tessface customdata layers, since tessfaces are not written either.Campbell Barton
2012-10-31add assert if zero is passed to string copy functions, would copy into first ...Campbell Barton
2012-10-31(no commit message)Campbell Barton