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 (Collapse)Author
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-05-07DNA; document how to ignore a structCampbell Barton
2015-05-07Minor cleanupAntony Riakiotakis
2015-05-07Fix T44604 bad quality of rake with bezier curves.Antony Riakiotakis
We can calculate tangents analytically for bezier curves, so just make them awesome. New code uses forward differencing calculation for efficiency just like curve calculation. Picture before/after: http://www.pasteall.org/pic/87843
2015-05-07Fix T44631: Custom Normal Data Transfer crash.Bastien Montagne
Own stupid mistake in rBcdabf7e3...
2015-05-07Fix T44611: 'make_links_data' modifiers would fail and crash with multires ↵Bastien Montagne
modifier. Since it was not ensuring dest has valid mdisp data matching new multires modifier subdiv level... Also, fixed a bug in `multires_subdivide()`, which would crash when trying to increase from level 0 (aka no subdiv) to > 1 (wrong check, trying to interpolate when it should not). And added a few sanity checks.
2015-05-07Rake: store last position from mouse, don't store halfpoint between lastAntony Riakiotakis
and current position. patch by Bastien
2015-05-07Fix T44627, black spots with lock alpha in projection paint:Antony Riakiotakis
Painting would revert alpha even on unpainted pixels, where values would contain garbage.
2015-05-07Fix crash when rendering opengl from sequencer.Antony Riakiotakis
2015-05-07EdgeSlide: support for un-clamped slidingCampbell Barton
Functionality matches vertex slide.
2015-05-07Cleanup: remove unneeded context argCampbell Barton
2015-05-07EdgeSlide: use pairs for TransDataEdgeSlideVertCampbell Barton
no functional changes
2015-05-07EdgeSlide: fix divide by zeroCampbell Barton
2015-05-07Cycles: Cleanup, make it more clear what endif closes what ifdefSergey Sharybin
2015-05-07Fix first part of T44627, locking alpha should happen in straight spaceAntony Riakiotakis
for float images or we get inconsistent premultiplied values.
2015-05-07Fix T44630: incorrect mirror modifier merge limit tooltip.Brecht Van Lommel
2015-05-07Fix T27642: Add version in .exe installer propertiesAnatoly TechTonik
2015-05-07Correct typo: ifdef'd now, but obviously wrongCampbell Barton
2015-05-07Fix T44614: Maya keymap left mouse click to add cut not working.Brecht Van Lommel
2015-05-07Change fix for T44530 which caused a "regression".Antony Riakiotakis
Looks like the previous commit here is really correct and fixes cases of distortion that were in mirror-subsurf combination since blender 2.5. This may cause some changed files in which case we will be adding an option, but it is expected this will only happen with low res models, and hand painted textures, and the better distortion here compensates for that enough to consider not adding a compatibility option yet. Leaving the facemap winding argument as is just in case we do consider to add the option.
2015-05-07Fix T44598: blender internal not giving same result on repeated texture bakes.Brecht Van Lommel
2015-05-06BGE : KX_VertexProxy support for more than 2 UV channel.Porteries Tristan
I have added an optional named "index" argument for methode get/setUV, I have also modified the and set to deprecated methodes setUV2 and getUV2 : the doc was wrong and the methode can't be called anyway because it declared as VARARG in the .h and convert directly the args value to a vector in the .cpp. Reviewers: sybren, lordloki, hg1 Reviewed By: lordloki, hg1 Subscribers: agoose77 Differential Revision: https://developer.blender.org/D1240
2015-05-06Feature request: Dyntopo detail expressed in percentage of brush radius.Antony Riakiotakis
Not sure how useful this will be but people have requested it so, here it is...
2015-05-06Fix T44624: world menu appears in node editor header with Blender internal.Brecht Van Lommel
2015-05-06Rip tool, support filling-edges with fill enabledCampbell Barton
2015-05-06Correct own error: is_manifold_region on wire vertCampbell Barton
2015-05-06Fix T44381: Text Editor: Un-indent undo failsCampbell Barton
D1284 by @mikidep
2015-05-06Fix T44618: Rip Fill on a single vert would only generate one of the two ↵Bastien Montagne
expected faces. Was tagging (for filling) the wrong edge for one of the two involved loops...
2015-05-06collada:custom normals generated by normals modifier have not been exported ↵Gaia Clary
correctly. Also triangulating during export did not work.
2015-05-06Cleanup: use ntreeFromIDCampbell Barton
2015-05-06Shader node: support native render capabilitiesCampbell Barton
D1188 by @a.romanov
2015-05-06OpenGL render: Update metadata as before, for every frame written to aAntony Riakiotakis
file, since we need the updated times and frames. This was lost during stamp code refactoring. The refactoring moved the stamp when render is initialized so we would be guaranteed to have correct cameras even when saving render stills at a later time (and even if cameras were changed). For regular render this would work since render init takes care of stamp, but for openGL rendering we need to do this manually. Still not 100% correct, does not apply multiview cameras to metadata
2015-05-06Quick patch-up for opengl render metadata.Antony Riakiotakis
Camera here is incorrect for multiview (as is in real multiview render) but at least it works now.
2015-05-06BGE: Fix compound child shape added on instance game objectPorteries Tristan
2015-05-06Only use render view name in render filenames if we are actually usingAntony Riakiotakis
multiview.
2015-05-06Image proxies now correctly support metadata (needs to regenerateAntony Riakiotakis
proxies though)
2015-05-06Cleanup: use functions we already use elsewhere for bone detectionAntony Riakiotakis
instead of the ninja code that we use now.
2015-05-06[cmake] move FindLLVM to its own fileMartijn Berger
2015-05-06Updating node standard value won't work if node is hidden, patch byAntony Riakiotakis
Alexander Romanov with minor changes.
2015-05-06Patch D1283 by Alexander Romanov fixes reroute node type update notAntony Riakiotakis
correct when root reroute node is plugged in a different type of input
2015-05-06Add bpy.app.binary_path_pythonCampbell Barton
Access to the python binary distributed with Blender, fallback to system python executable (matching Blender's version).
2015-05-05Prefer name 'program' over 'binary'Campbell Barton
binary-search is confusing!
2015-05-05BLI_path: add PATH search utility functionsCampbell Barton
2015-05-05Fix T44612: add support for mouse button 6 and 7 on OS X.Brecht Van Lommel
2015-05-05Fix T44593: particle volume distribution not working with large meshes.Brecht Van Lommel
2015-05-05Cycles: Fix for wrong clamp usage in fast mathSergey Sharybin
2015-05-05BGE: Fix collision callbacks for compound controllersPorteries Tristan
It fix some mistakes in b5e96530353ef22d184a60cd2b59a5e451ee211f and made a more safety behavior for collision callbacks used in compound controllers during adding and removing.
2015-05-05Workaround ld.gold failing with msgfmtCampbell Barton
2015-05-05Fix reading uninitialized memory finding pathsCampbell Barton
2015-05-05BGE: Remove function DisableCcdPhysicsController and ↵Porteries Tristan
EnableCcdPhysicsController in CcdPhysicsEnvironment Replace EnableCcdPhysicsController by AddCcdPhysicsController and DisableCcdPhysicsController by RemoveCcdPhysicsController. Tested with compound shapes and collision sensors. Reviewers:agoose77, ideasman42