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
2013-09-16Undo the front-facing only commit for clay strips brushes, it adds anAntony Riakiotakis
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-16move editcurve add functions into their own source file editcurve_add.cCampbell Barton
2013-09-16Cycles Hair: Two basic bair shaders addedStuart Broadfoot
2013-09-15Fix [#36727] Curve Object Scaled to 0 + Freestyle = CrashBastien Montagne
2013-09-15use crazy-space when modifiers_isCorrectableDeformed() fails,Campbell Barton
2013-09-15modify crazyspace_get_mapped_editverts to work like crazyspace_set_quats_meshCampbell Barton
2013-09-15OSX/cmake: fix config by moving code back into xcode conditional, cmake/makef...Jens Verwiebe
2013-09-15use mpolys rather then tessfaces for crazy-space calculation. (was a todo sin...Campbell Barton
2013-09-15use stack memory for deform weight interpolation.Campbell Barton
2013-09-15replace BLI_edgehash_insert with BLI_edgehash_reinsert for explode operator, ...Campbell Barton
2013-09-15- update bl_run_operators.py for change in blender.Campbell Barton
2013-09-14OSX/cmake: don't try get xcode path from xcode before 4.3, developer dir was ...Jens Verwiebe
2013-09-14minor style clanup and use more meaningful name for 3DCONNEXION source code.Campbell Barton
2013-09-14Code cleanup: spelling correctionJoseph Mansfield
2013-09-14BGE: Adding a Python collision API. The initial patch was provided by agoose7...Mitchell Stokes
2013-09-14fix weird issue after last commit where grab brush would not work andAntony Riakiotakis
2013-09-14minor changes needed for building standalone mathutils.Campbell Barton
2013-09-14Sculpting:Antony Riakiotakis
2013-09-14Sculpting:Antony Riakiotakis
2013-09-14Cleanup for last commitJens Verwiebe
2013-09-14Fix broken compiling with ndof on linux and winJens Verwiebe
2013-09-14OSX/cmake: move the new xcode-select-handing outside xcode conditional, to fi...Jens Verwiebe
2013-09-13Fix for #36720 and #36721.Lukas Toenne
2013-09-13OSX/scons: take xcode-select path into account, to work well with different x...Jens Verwiebe
2013-09-13OSX: Compilefix for ndof symbols get magled when used extern C, now use discr...Jens Verwiebe
2013-09-13OSX/cmake: allow for compiling with xcode develper previews by determing xcod...Jens Verwiebe
2013-09-13Fix #36719: UV pass not rendering in second render layer if first render layerBrecht Van Lommel
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-09-13Related to #36710: add a "use_viewport" option to the render operator, to spe...Brecht Van Lommel
2013-09-13Fix memory leak reading mesh data after change to skip saving temporaryBrecht Van Lommel
2013-09-13Match free_normals_split with calc_normals_split names ;)Bastien Montagne
2013-09-13* Fix #36717, don't grey out AO distance property, as it affects the AO Rende...Thomas Dinges
2013-09-13change NODE_TREE_TYPES_BEGIN/END macros to include braces (matches CTX_DATA_B...Campbell Barton
2013-09-13correct error in libmv stub, also correct typo.Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-09-13fix/workaround [#36709] Renaming multiple objects in the outliner halts the i...Campbell Barton
2013-09-13when handling the escape key, check for press (ignore release events), right ...Campbell Barton
2013-09-13add back library linking warning when renaming library datablocks in the outl...Campbell Barton
2013-09-13fix [#36713] crash from adding gear from 'extra objects' addonCampbell Barton
2013-09-13Change the enum for CustomDataMask bits back to #defines.Nathan Letwory
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-123D View / UI:Thomas Dinges
2013-09-12Different implementation of patch #36430: use layer froms scene directly forBrecht Van Lommel
2013-09-12Fix for [#36707] Blender Opens in fullscreen and stays like thatNathan Letwory
2013-09-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-09-12Fix #36706: Added complementary API functions for the FileOutput node so file...Lukas Toenne
2013-09-12Partial fix for #36706: Prevent invalid sockets in the FileOutput node by rem...Lukas Toenne
2013-09-12fix [#36299] Skin Modifier causes crashes in combination with multiple Subdiv...Campbell Barton