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-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-07minor improvement to CustomData_bmesh_merge(), allocate the correct size pool...Campbell Barton
2013-01-07Bug fix 33778Ton Roosendaal
2013-01-07Fix #33735: sequencer crash when using rendered previewSergey Sharybin
2013-01-07add error check for qtcreator&netbeans project file generators to quit early ...Campbell Barton
2013-01-07Add normal_flip() member to Python BMesh's Face.Howard Trickey
2013-01-07add area_poly_v3_max() for use with area_poly_v3Campbell Barton
2013-01-07Motion tracking API changeSergey Sharybin
2013-01-07Track.insert_frame used to create markers with zero pattern sizeSergey Sharybin
2013-01-07split viewport clearing into its own function: view3d_main_area_clear()Campbell Barton
2013-01-07code cleanup: warnings and use stdbool for bpy* funcs.Campbell Barton
2013-01-07compare normalized vectors when calculating the view horizonCampbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-07fix for bugs 30300, 31107: pen pressure with multiple open windows on MS WindowsMike Erwin
2013-01-07BGE: Fix for [#33053] "2.6x Joystick Sensor Event: Axis fails to fire at full...Mitchell Stokes
2013-01-07Fix for r53610, check that ob->sculpt is valid before using itNicholas Bishop
2013-01-06Initialize gradient for default themeAntony Riakiotakis
2013-01-06Small draw optimization: Draw sky with glDrawElements. CalculateAntony Riakiotakis
2013-01-06Three fixes:Ton Roosendaal
2013-01-06OSX/scons: make 64bit Intel the default nowJens Verwiebe
2013-01-06Disable multires in sculpt mode if dynamic-topology mode is enabledNicholas Bishop
2013-01-06Slight modification of viewport sky: Avoid clearing the colour bufferAntony Riakiotakis
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-06Trackpad: "pinch/stretch" zooming is non-inversed in default now.Ton Roosendaal
2013-01-06correct 2 issues with startup.blendCampbell Barton
2013-01-06add ability to use world gradient rendering when 'Only Render' option is enab...Campbell Barton
2013-01-06With some help in irc (thanks erwin, markus!) and some googling, here's code Ton Roosendaal
2013-01-06sequencer api args - rename start/end_frame to frame_start/end to match the r...Campbell Barton
2013-01-06Solving nasty annoyance:Ton Roosendaal
2013-01-06Rename dilate/erode rna property "type" to "mode" to avoid naming conflictsSergey Sharybin
2013-01-06remove frame limits for sequence strip creation. was causing errors importing...Campbell Barton
2013-01-06BLI_assert uses printf so stdio.h should be included instead of relying on it...Jason Wilkins
2013-01-06Workaround for textured display with dynamic topology enabledSergey Sharybin
2013-01-06device_network.cpp is completely elided when WITH_NETWORK is not defined, so ...Jason Wilkins
2013-01-05Removal of old code trying to detect trackpads.Ton Roosendaal
2013-01-05Trackpad pans for UV/Image and MovieClip editors were inverse compared to all...Ton Roosendaal
2013-01-05New version of code to detect whether a wheel is involved, or a trackpad.Ton Roosendaal
2013-01-05Added some python API examples for the new get/set callbacks in bpy.props.Lukas Toenne
2013-01-05style cleanup: also add checker for function brace placement.Campbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2013-01-05Remove some uneeded/irrelevant "PROP_TRANSLATE".Bastien Montagne
2013-01-05Remove usage of deprecated TEX_USEALPHA from GE codeSergey Sharybin
2013-01-05Making a few tooltips more descriptive, in light of recent confusion over theJoshua Leung
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2013-01-05Bugfix: "Change Frame" operator for setting current frame by clicking/scrubbingJoshua Leung
2013-01-05Tsst... "faled"... :pBastien Montagne
2013-01-05Adding some example for new UIList...Bastien Montagne
2013-01-05revert r53570, alpha background is useful for projection paint 'Quick Edit',Campbell Barton