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-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-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-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-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-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-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 T44593: particle volume distribution not working with large meshes.Brecht Van Lommel
2015-05-05Fix reading uninitialized memory finding pathsCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
matching convention for fixed length api, eg: copy_v3_fl
2015-05-05Cleanup: function arg wrappingCampbell Barton
2015-05-05Cleanup: rip toolCampbell Barton
2015-05-05BMesh: improve rip tool /w mon-manifold vertsCampbell Barton
Can now rip from multiple fans (mixed single faces or larger regions) Also add BM_vert_is_manifold_region which only checks if a vert has disconnected fans.
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-05-04Cleanup: deduplicate code.Bastien Montagne
FileBrowser had its own 'shorten_string' func, when we have a full fledge one in interface_widget code...
2015-05-04Revert "Different drawing for object centers."Antony Riakiotakis
This reverts commit 5a8629c0d7da6cfb4b696f1787111c9492e03aba. It does not really work that well since objects can draw in front of selection circles now.
2015-05-04UI: location/scale were snapping to 10sCampbell Barton
In practice this isn't useful (for scale especially). For float buttons with a very large range, don't attempt to match the snap to the range.
2015-05-04UI: button snap (ctrl) was rounding downCampbell Barton
2015-05-04Fix T44503 full sample does not display any preview any more.Antony Riakiotakis
The fix exposes another error not fixed in this commit, escaping the render will not flush the full sample render result correctly.
2015-05-04Fix eyedropper with quad-viewCampbell Barton
2015-05-04Fix T44592: Zero scale on an axis, zeros allCampbell Barton