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
2014-04-02Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget).Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Fix playercompile after boolificationsJens Verwiebe
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-03-12Mesh API: replace octree mirror with kdtreeCampbell Barton
2014-02-19BSP was still hanging around in CMakeSergey Sharybin
2014-02-05Fix player stubs after change in compositorJens Verwiebe
2014-02-03Fix another player stub after type changeJens Verwiebe
2014-01-31Fix player stub after type changeJens Verwiebe
2014-01-28BGE: remove freestyle from stubs, all functions were out of useCampbell Barton
2014-01-28Identified the freestyle stubs breaking pragma GCC diagnostic error "-Wmissin...Jens Verwiebe
2014-01-27Fix player compile in scons and disable -Wmissing-prototypes for Apple atm.Jens Verwiebe
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2014-01-23WM: add WM_operatortype_remove_ptr to remove a known operatorCampbell Barton
2014-01-21Add missing struct Lattice declaration.Bastien Montagne
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2013-12-20Fix bookmarks not appearing in file browser after "copy previous settings".Brecht Van Lommel
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-17Fix bplayer broken in own rB51f5c994e9f0.Bastien Montagne
2013-11-25Blender Internal: Add "Lamp Data" shader node that allows shaders to acquire ...IRIE Shinsuke
2013-11-23UI List: ctrl click on names in list can be used for renaming.Bastien Montagne
2013-11-19Remove Surface modifier when removing force field from objectSergey Sharybin
2013-11-15Cmake: little typo breaking playerjensverwiebe
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-07Fix [#34675] *AFTER 2.69* Info view shows duplicate operators with incorrect ...Bastien Montagne
2013-11-05Fix cmake/player compile by adding the xtra osx lib, check if this breaks oth...Jens Verwiebe
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-11-01Fix blenderplayer build, stub for modifier_skin_customdata_ensure(...)Thomas Beck
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-10-15Fix stubs for playerJens Verwiebe
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-09-27blenderplayer stubs for WM_keymap_removeDalai Felinto
2013-09-07Usual blenderplayer stub fix... ;)Bastien Montagne
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-07-25Fix for own commit, stub functions all use the STUB_ASSERT macro now.Lukas Toenne
2013-07-25Fix for bad level call introduced in r58597.Lukas Toenne
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-06-01fix stubs for blenderplayer linkingDalai Felinto
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-17This commit addresses the somewhat weak handling of stackless textures in Ble...Bastien Montagne
2013-05-14The usual fix for blenderplayer. I didn't have time to test scons but looks l...Antony Riakiotakis
2013-05-13C forbids having variables declarations in the middle of code block.Sergey Sharybin