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
2013-10-23code cleanup: minor transform refactorCampbell Barton
redraw flag were mixing up types - int/char/bool, add enum type to use instead.
2013-10-23fix [#37179] All transformation normals drawn when proportional edit, ↵Campbell Barton
individual origins and normal transform orientation are set thanks to psy-fi for the initial patch.
2013-10-23refactor transform.c - minor changesCampbell Barton
- use TREDRAW_HARD define - use apply prefix for transform callbacks. - make callbacks static.
2013-10-23style cleanupCampbell Barton
2013-10-23Fix part 1 of #37177 spikes in sculpting.Antony Riakiotakis
Was a typo from refactor to calculate sculpt plane from forward facing vertices only. The branch of the code that did the calculation would end up with a nice division by a wrong number.
2013-10-22Making real need to remove proxiesSergey Sharybin
Otherwise some invalid pointers will be left which could be harmless if real object stays local, but crashes when linking them to another files. Was discovered here in the studio during Project Pampa, and the steps to reproduce are: - Create lib.blend, put armature and cube to it. Create a group with them. - Create scene.blend and link group from lib.blend. - Make a proxy from armature. - Make group real. - Add real objects to a group. - Create comp.blend and link group from scene.blend. This step will creah.
2013-10-22Bugfix: Renaming bones now renames the corresponding F-Curves in actions used byJoshua Leung
Action Constraints
2013-10-22Ctrl+Alt+SelectMouse now does "Select all keyframes in same channel" inJoshua Leung
DopeSheet too Previously, it only worked in the Graph Editor, though I thought I had implemented it here too.
2013-10-22Adding comments to clarify each set of modifier mappings for animation editorsJoshua Leung
selection ops
2013-10-22Minor UI messages fixes.Bastien Montagne
2013-10-22DopeSheet Group Select => Bone Select Tweak: Don't change selection status ofJoshua Leung
bones if "Only Selected" dopesheet filter is enabled. When this was enabled, it would be too easy to accidentally change the selected bones, causing the keyframes you were just editing to disappear
2013-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-22minor changes to templatesCampbell Barton
2013-10-22fix for invalid RNA created for the 3D viewport header (made ID reporting ↵Campbell Barton
show incorrectly).
2013-10-22style cleanupCampbell Barton
2013-10-21Fix #37169 brush UI not getting updated. A notifier was missing forAntony Riakiotakis
all unified paint settings properties, made sure to notify that active brush has changed.
2013-10-21Partial fix for [#37159] Particle Emitter set to not render still appears in ↵Bastien Montagne
3D view, when display set to rendered only. Emitter also appears in all GL Renders and some F12 renders. Fixed OpenGL part: in draw_object, when object has some particle systems and none of them render the emitter, and display option is set to show only rendered objects, skip this object. Note: Cycles matter I did not investigate, looks like a render-engine issue.
2013-10-21Jump to Next/Previous Marker operators in the timeline menu, shortcuts areBrecht Van Lommel
ctrl + shift + left/right arrow key. Patch #37142 by Henrik Aarnio, thanks!
2013-10-21Followup to r60857: code was assuming markers were sorted, which is not ↵Bastien Montagne
guaranted. Also heavily simplified it (previous code was supposed to have optimizations, but ended just looping twice over the markers' list...). Many thanks to Brecht and Sergey for noting the quirk and reviews! :)
2013-10-21Fix [#37160] Rotate edge direction changed between 2.64 and 2.65 (low priority)Bastien Montagne
Easy to fix, but do not really understand *why* this is needed...
2013-10-20Project Pampa request: show curves for node gruppsSergey Sharybin
It was not implemented in anim filter yet. it's strictly speaking not so much clear how "selected only" mode is expected to work when having multiple node trees editing at the same time. For now all the animation data from selected group will be displayed.
2013-10-20Splash screen update for final 2.69 release (remove release candidate text).Brecht Van Lommel
2013-10-20Code cleanup: de-duplicate implementation of get_texture_valueSergey Sharybin
Expect to be no functional changes :)
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-20Fix #37153: Bool union of 2 planes makes Blender 2.69 RC2 hangSergey Sharybin
Fix deadlock in Carve when rescaling to zero scale. basically, scaling to zero scale is not what we want :) Boolean result could still be unpredictable coz plane is not a closed manifold.
2013-10-20Fix compositor rendering scenes multiple times in some casesSergey Sharybin
Issue was caused by Blender Internal changing LIB_DOIT flag for scene when it gets updated for new frame. This leads into conflict with flag used for tagging scenes fr render, For now made it so nodes are being tagged instead of scene. Only none node from those who're sharing the scene will be tagged. And rendering scenes for node tree now checks for node flag instead of scene's datablock one. Ideally this tag would be replaced with scenes stored in an array, but then it's not so clear how to check which node to update.
2013-10-20Fix for wrong implementation of mmap in lock-free allocatorSergey Sharybin
- Freeing was not using proper block length - Duplicating memory block was not aware of mmaped blocks.
2013-10-20fix [#37145] "Triangulate Face" crash in specific sceneDalai Felinto
it was asserting if the last edge faces were already all set
2013-10-19Applied patch [#34178] tile rendering for fast gaussian blurJeroen Bakker
Thanks to David M (erwin94) only added some comments. https://projects.blender.org/tracker/?func=detail&aid=34178&group_id=9&atid=127
2013-10-19Compositor: did some inner loop optimizations of the fast gaussian blur.Jeroen Bakker
- At Mind -
2013-10-19More complete handling of printf formatting in msgid/msgstr checks.Bastien Montagne
(That commit, r60813, should never have been done to 2.69 branch, will revert it there, sorry :/ ).
2013-10-19Arg! Fix another bug in split normal core algorithm (some flat faces were ↵Bastien Montagne
ignored, depending on the order of evaluation)... :/
2013-10-19Fix [#37146] Dopesheet / Graph editor, select columns between markers ↵Bastien Montagne
doesn't appear to work. Init min/max values were just switched...
2013-10-19Fix: ensure cycles mist pass stays in range 0..1, it could have values out ofBrecht Van Lommel
this range due to sampling noise. Side note: I looked into the mist pass because it was apparently not calculating mist correctly on characters with transparent hair. Turns out this is just sampling noise that goes away with more samples. This noise is because the ray will randomly go to the next transparency layer or get reflected, the path tracing integrator will not branch the path and only pick one of the two directions each time. Branched path tracing however will shade all transparent layers for each AA sample, which means this source of noise is eliminated.
2013-10-19Remove paranoid check which was marked as unneeded for a while alreadySergey Sharybin
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-10-19Fix #37134: cycles viewport not displaying correct with multi GPU renderBrecht Van Lommel
and graphics card that does not support CUDA OpenGL interop.
2013-10-18ID blocks can be pasted to text editor now with mouse drag and moveSergey Sharybin
2013-10-18Make strict compiler flags happySergey Sharybin
2013-10-18Fix cycles hair segments not giving correct vector speed pass, the motion vectorBrecht Van Lommel
export was not implemented yet for this primitive.
2013-10-18Tweak for action group -> bone select featureJoshua Leung
Set newly selected bone as "active", so that the transform properties show the correct values for the newly selected bone
2013-10-18Add debug prints to the PSD loader in imbuf. The error message can be ↵Irie Shinsuke
obtained from OIIO by geterror().
2013-10-18Fix for wrong active render layer after copying hr sceneSergey Sharybin
Also fix crash for files which could have been saved with wrong active render layer.
2013-10-18Pampa Project request: FPS in sequencer editorSergey Sharybin
perhaps ED_scene_draw_fps is actually better to be placed to a better place, but consider this is good for now.
2013-10-18Fix #37110, After deletion of large scene, file still huge.Lukas Toenne
Objects were not being freed when unlinked from all scenes, due to user count increments on the ParticleSystem->parent pointers. These were referencing the objects themselves, creating a user count of 1 and preventing free. Object pointers should not usually do user counting, except in some cases like scenes and groups (thanks to Brecht for clarifying this).
2013-10-17Patch [#37115] Surface split and separate operatorsKevin Mackay
Added surface support to recent curve split operator, completing quick hack todo Updated nurbs separate operator to make use of new split logic, completing tools todo Added 'Delete segment' option to surfaces and improved surface duplication, used for split/separate
2013-10-17Missing ParticleSystem->parent pointer check in BKE_object_unlink.Lukas Toenne
2013-10-17Fix #37048: Default keybindings: text.find_next in Text (Global), should be ↵Sergey Sharybin
in Text Generic
2013-10-17Fix #37123: UV editor view does not update when using large facesSergey Sharybin
Update tagging was happening only after full triangle was handled. Now made it so images are updating once in 0.5sec, progress bar will still update only after the whole triangle is done.