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
path: root/source
AgeCommit message (Collapse)Author
2015-02-13Better method for updating adjacent Ptex bordersNicholas Bishop
2015-02-13Move extern/ptex to intern/ptexNicholas Bishop
2015-02-13Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-13Fix T43649: Geometry node breaks GLSL shadingSergey Sharybin
The issue was caused by the recently added attribute, which is to be added to the shader function even tho it's not supported.
2015-02-13Fix issue with some files having non-unique modifier namesSergey Sharybin
Originally the files are coming from ancient early-2.4x epoch, but in theory such setups might have been re-saved multiple times already with more recent blender versions. So the verisoning code is applied on all the files, including very recent ones. Bumped subversion, because this check si not really cheap.
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-02-13Fix (revert) mistake in rB1ae2098a6e04359b, causing broken UI (see e.g. ↵Bastien Montagne
Scene buttons). Reported by sebastian_k through IRC, thanks!
2015-02-13cleanupCampbell Barton
2015-02-13cleanup: ui, use boolsCampbell Barton
2015-02-13UI: show check-boxes pie-menu bool/enumsCampbell Barton
2015-02-13BMesh: avoid ugly macro for loop interpolationCampbell Barton
Compiler optimizes to practically the same output
2015-02-13BGE: Fix for T42285 & T38935 crashes. They are Rayhit related.Jorge Bernal
We make sure that good values are passed to GetPolygon() and we check that the visual mesh doesn't have a wrong displacement when it passes over a object which has a mesh triangle as compound bound. Reviewers: dfelinto, sergof, agoose77, moguri Reviewed By: moguri Subscribers: agoose77 Differential Revision: https://developer.blender.org/D979
2015-02-13BGE Fix T39026: No collisions detected with parented rigid body objectJorge Bernal
Fix for T39026. Preliminary investigation by blenderscripter on D446. Also it solves bug T41285 (Parenting object leave collission box). Refactor commit b90de0331df6c92af909b20a3e183596ff3511e4 introduced a regression bug. Reviewers: sergof, campbellbarton, moguri Reviewed By: moguri Subscribers: blueprintrandom, blenderscripter Differential Revision: https://developer.blender.org/D1064
2015-02-13Cleanup horrible artifact of Greek to English translation.Antony Riakiotakis
2015-02-12Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
2015-02-12Consistently use "ptex_rects" instead of "ptex_regions"Nicholas Bishop
2015-02-12Use the RNA for overriding the name instead.Antony Riakiotakis
2015-02-12First pass at fixing Ptex texpaint resolution undo/redoNicholas Bishop
Seems to work OK, but need to clean up the API to make it work better. Want to make sure there are no unexpected issues first though.
2015-02-12Revert "Add missing trailing '}' in GLSL files"Antony Riakiotakis
This reverts commit ebd4a6e0dd3bdd511f3857dc9192df848f388200. Trailing '}' is added in C, also we add some extra code as needed.
2015-02-12Merge remote-tracking branch 'origin/master' into cycles-ptex-49Nicholas Bishop
Conflicts: source/blender/gpu/GPU_extensions.h
2015-02-12Add missing trailing '}' in GLSL filesCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
This commit introduces a few ready made effects for the 3D viewport and OpenGL rendering. Included effects are Depth of Field, accessible from camera view and screen space ambient occlusion. Those effects can be turned on and tweaked from the shading panel in the 3D viewport. Off screen rendering will use the settings of the current camera. WIP documentation can be found here: http://wiki.blender.org/index.php/User:Psy-Fi/Framebuffer_Post-processing
2015-02-12Fix (unreported) `load_file()` func from creator.c not setting G.save_over ↵Bastien Montagne
correctly. This was rather annoying, since if you were script-editing a .blend file in background mode, opened through this commandline option system, and wanted to save over, a mere `bpy.ops.wm.save_mainfile()` *would not* overwrite expected file, but instead write/replace the dummy `untitled.blend` one!
2015-02-12Removed the cloth preroll feature.Lukas Tönne
This feature has been totally broken for a long time. It was added originally because negative frames were not supported. Giving simulations (cloth and others) time to settle before animation starts needs to be solved in a much better and more generic way.
2015-02-12GPencil: Alt-S can now be used to adjust the pressure values (i.e. ↵Joshua Leung
thickness) of strokes
2015-02-12GPencil: LKEY can now be used for Select Linked too nowJoshua Leung
2015-02-12Bugfix: Old NLA Strips from 2.4x got converted with no names (since they ↵Joshua Leung
didn't use to have any)
2015-02-12Improve Ptex filter border updatesNicholas Bishop
- Texture paint looks better now - Still need to fix corners
2015-02-12cleanupCampbell Barton
2015-02-12Follow functionality: Scrubbing with the arrow keys and during jumps,Antony Riakiotakis
will update the editors range. Offsetting to a certain direction will put the editors min/max to the new frame if the frame is out of the editor bounds while jumping will set the new frame at the editor's center.
2015-02-12Fix T43612: VSE crash clearing proxiesCampbell Barton
2015-02-12Fix part 1 of T43239, multisegment vertex bevel on 2-edge vertices.Howard Trickey
Implemented multisegment rounding of vertices with two edges. Works both with wire edges and edges that have one or two faces attached.
2015-02-12Correct fix for T43424Campbell Barton
Would crash undoing adding a new scene in camera view.
2015-02-12Expand Ptex paint redraw region to include filter borderNicholas Bishop
2015-02-12Fix T43471, based on patch submitted by @sean_loh.Lukas Tönne
Particle textures always override timing information of particles. Previously particle times could be scripted, but now these changes are discarded by the texture evaluation function. The patch disables texture overriding when no textures are defined, this way at least some old scripts can keep working.
2015-02-12BGE: Improve UI of Anisotropic Friction subpanelJorge Bernal
Little patch that introduces X: Y: and Z: texts over anisotropic friction sliders Reviewers: moguri, campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D1073
2015-02-12Start using BPXRect for IMB ptex regionsNicholas Bishop
Filter borders can now be calculated entirely with BPXRects and a packed image. This should make it easier to unify some code paths and also make partial updates while painting much simpler to implement. TODO: fix BPX include in IMB_imbuf_types.h
2015-02-12Fix for previous commit - since it's for non-debug unused vars, name it ↵Bastien Montagne
UNUSED_VARS_NDEBUG. This commit was proudly crafted by the Commit Rate Raising Committee!
2015-02-12Add new UNUSED_VARS_DEBUG utils, which is NOP in debug build, but tags given ↵Bastien Montagne
vars as unused in non-debug builds. Helps handling cleanly pure-debug variables.
2015-02-11Outliner: use enum for outliner_group_operation()Campbell Barton
No functional changes. D1067 by @lichtwerk
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
Context menu to toggle render, visibility & delete D996 by @lichtwerk
2015-02-11Fix VSE strip channel skip overlapping stripsCampbell Barton
D1096 by @mangostaniko (with some edits)
2015-02-11Full screen mode did not remember the follow mode of previous screen.Antony Riakiotakis
Also make follow mode do something similar in reverse play.
2015-02-11Ptex cleanup: rename BPXSide -> BPXRectSideNicholas Bishop
2015-02-11cleanup: rename enum type to blender conventionCampbell Barton
2015-02-11FileBrowser Bookmarks: fix issue with invalid bookmarks.Bastien Montagne
Reported by maxon through IRC, thanks. Invalid (inexistant) bookmarks would not be selectable, hence not removable. First, made invalid bookmarks grayed out in lists, so that user knows when there are some. Then, added a new 'cleanup' operator that removes all invalid bookmarks. This solution may not be completely satisfaying, but should do the work for now. I do not want to add back those ugly 'X' delete buttons for each entry in list, so better solution would be to make UIList able to select several items at once...
2015-02-11BPY RNA: add `is_property_readonly()`.Bastien Montagne
This property may be defined dynamically, so mere access to static flag value through `bl_rna.properties[...].is_readonly` is not enough.
2015-02-11Fix (unreported) disabled items in UIList not grayed out.Bastien Montagne
Since we override widget's theme colors in this case in widget_state, we have to redo 'disabled' alpha shading...
2015-02-11Code cleanup: use BPXRect in Ptex layout interfaceNicholas Bishop
2015-02-11RNA: sequencer channel range was incorrectCampbell Barton
Broke since 2.4x, zero sequence channels shouldn't be allowed