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
2010-05-11Dropbox refinement in 3d window: the "drop image" dropbox checks forTon Roosendaal
object under mouse cursor. If not, another dropbox operation can be used.
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-05-11Logic UI: using the RNA interface as default - commit pre-subversion bumping ↵Dalai Felinto
(i.e. no DNA changes here) Also: extra set funcs, layout adjustments The patch for the subversion commit was getting too big, and it will be hard to distinguish what was essentially do_version + DNA changes and what was layout adjustments. So this is the first part of the commit. The next may take a bit more because I'm not so confident in my readfile changes.
2010-05-10make python keyframe insert and delete functions use keyword argumentsCampbell Barton
2010-05-10"Every Nth number of Points" operator for curves/surfacesSergey Sharybin
This is replacement of old "Select every Nth" operator with de-select strategy to make the same behaviour as for meshes.
2010-05-10Recommit fix that I seem to have uncommitted accidentally, had the fixBrecht Van Lommel
still in my source tree but svn wasn't showing any diffs.. weird.
2010-05-10remove usless ../../ with 'Make Paths Absolute' operatorCampbell Barton
2010-05-10Tweak for elubie, scroll main file selector window immediately when newly addedMatt Ebb
folder is out of view.
2010-05-10Fixed a crash when dropping items on the 3D View background. Todo: Make it ↵William Reynish
add a backdrop image ;)
2010-05-10Enable external drag/drops into text editorMatt Ebb
2010-05-10Give Sensors/Controllers/Actuators more sensible names when they're createdMatt Ebb
(based on their type)
2010-05-10Added search list widget for 'actuator sensor' too.Matt Ebb
2010-05-10Update Armature actuator UI to use pointer list widgets, rather than text ↵Matt Ebb
entry fields
2010-05-10Fix for histogram Luma mode not working when waveform is in RGB mode.Xavier Thomas
Also unified the scope vocabulary.
2010-05-10Fix [#22296] Wrong Operator Names?Matt Ebb
2010-05-10Tweaks to image editor scopes, while testing a bugMatt Ebb
2010-05-10Turned on auto-execute python scripts by default, as agreed in recent meeting.Matt Ebb
Also added notice to download page: http://www.blender.org/download/get-25-alpha/ Which links to here, too: http://wiki.blender.org/index.php/Doc:2.5/Manual/Introduction/Installing_Blender/Security
2010-05-10Improved the Ray Sensor UI in the updated Logic Editor.William Reynish
2010-05-10Added backspace as an alternative to the X key, for deleting things.William Reynish
2010-05-09***Drag and drop fun!***William Reynish
Added ability to drag images and movies directly onto objects to assign them as textures. You can drag them from the file browser, directly from the OS or even from other apps. Here's a video to demonstrate: http://www.youtube.com/watch?v=fGe2U8F_JvE Ton wanted to show me how to add it, but he ended up doing almost all of the coding himself ;) Ton/Matt: Dropping a text file in the Text Editor fails for some reason. It aught to work - probably a keymap conflict of some sorts?
2010-05-09building docs failed when the output directory didnt alredy exist.Campbell Barton
2010-05-09Some more IPO > F-Curve renaming in RNA.Thomas Dinges
2010-05-09Renaming IPO > F-Curve in the Logic Editor (Layout Engine version)Thomas Dinges
2010-05-092.5 Constraint UI:Thomas Dinges
* Slight alignment change in header, to match modifiers box a bit better. Basically the "name" filed expands with the size of the properties panel now, which looks better imho. * Code cleanup: Removed some old drawing functions, and the Python Constraint UI Code, which was not functional anyway.
2010-05-09missing arg from docstringCampbell Barton
2010-05-09py/rna: defining new properties now replaces the old onces and raises an ↵Campbell Barton
error if they collide with dynamic props.
2010-05-09function to remove propertyCampbell Barton
eg: bpy.types.Scene.IntProperty(attr="myprop") # adds bpy.types.Scene.RemoveProperty(attr="myprop") # removes
2010-05-09Logic UI - lookup for properties (matt need your help to finish it)Dalai Felinto
I based this code on drawnode, so I hope this is the right way of doing this. Working Sensors: - keyboard - property Working Actuators: - property (partly) - ipo - action - shape action - message - random Need help with: - actuator sensor - property actuator (for the second object) - touch/ray/collision sensors + constraint actuator (for the material lookup, not the property one) maybe a doversion + changing the type to material work better here (as we have in touch sensor) + added notifier for the game property.
2010-05-09== filebrowser ==Andrea Weikert
- smooth scrolling to editable button after new directory is created (for now scrolling starts as soon as the mouse moves back to the file list area, for Matt to check if immediate scrolling is possible) - fix for autocomplete directory, show first matching part if directory doesn't exist, otherwise won't work for directories starting with the same prefix like textures_walls and textures_grass for example.
2010-05-09render time wasnt being written to the metadata of images.Campbell Barton
2010-05-08Logic UI: add notifiers for sensors and controllers (so the ui updates if ↵Dalai Felinto
you change the value through script) + some layout adjusments.
2010-05-08Fixing the makefiles compilingJoilnen Leite
2010-05-08Sequencer crashes with clips that have OpenGl render enabled (rev 28658)Campbell Barton
disabling for now, opengl write rendering isnt drivial to solve.
2010-05-08bugfix [#22281] Edit mode face selection dots gone from textured viewport modeCampbell Barton
tweaked the logic for drawing face dots
2010-05-08bugfix [#21085] Sequencer file selector for movies is strangeCampbell Barton
elubie fixed the first part, this fixes the internal data updating while keeping the frame range.
2010-05-08revert own commit 28662.Campbell Barton
strnlen is a GNU extension according to http://unixpapa.com/incnote/string.html
2010-05-08Scons compile fix for SVN 28661.Thomas Dinges
* Missing 'blenloader' include.
2010-05-08remove BLI_strnlen, use _strnlen as strnlen on windows.Campbell Barton
cant test on windows but from what I can tell this exists like _vsnprintf
2010-05-08- console drop handler for datablocks & filepaths.Campbell Barton
- added BLO_idcode_to_name_plural() for names like meshes, scenes, libraries etc from and ID type.
2010-05-08Fix blenderplayer linking issues when building with CMake on unix systemsDamien Plisson
2010-05-08Allow clicking in the empty area of a scrollbar (in the 'groove' outside the ↵Matt Ebb
scroller itself) to page up/page down.
2010-05-08adjusment to constraint actuator layout (forgot to expose normal and before)Dalai Felinto
2010-05-08bugfix [#22276] filemanager autocompleate based on current pathCampbell Barton
also added autocomp to filename in fileselector
2010-05-08SVN maintenance.Guillermo S. Romero
2010-05-08CMake + MSVC building fix (PTHREADS_INC needed in imbuf)Dalai Felinto
again, I know that the header shouldnt' be included there. But since it's still there at least let's make it build.
2010-05-07Logic UI - fixing missing rna default valuesDalai Felinto
there are some cases (i.e. Constraint Actuator) where the same DNA property is being used by different RNAs with different ranges. It's easy to change (reset the values to their default in the set func of the constrant type rna). Not sure it's necessary though.
2010-05-07shouldnt have committed this, was local hack to workaround float buffer bug.Campbell Barton
2010-05-07fix for segfault when reading bad multilayer EXR'sCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
tile cache code in imbuf, but it is not hooked up to the render engine. Imbuf module: some small refactoring and removing a lot of unused or old code (about 6.5k lines). * Added a ImFileType struct with callbacks to make adding an file format type, or making changes to the API easier. * Move imbuf init/exit code into IMB_init()/IMB_exit() functions. * Increased mipmap levels from 10 to 20, you run into this limit already with a 2k image. * Removed hamx, amiga, anim5 format support. * Removed colormap saving, only simple colormap code now for reading tga. * Removed gen_dynlibtiff.py, editing this is almost as much work as just editing the code directly. * Functions removed that were only used for sequencer plugin API: IMB_anim_nextpic, IMB_clever_double, IMB_antialias, IMB_gamwarp, IMB_scalefieldImBuf, IMB_scalefastfieldImBuf, IMB_onethird, IMB_halflace, IMB_dit0, IMB_dit2, IMB_cspace * Write metadata info into OpenEXR images. Can be viewed with the command line utility 'exrheader' For the image tile cache code, see this page: http://wiki.blender.org/index.php/Dev:2.5/Source/Imaging/ImageTileCache
2010-05-07Minor formatting tweaks (killing some "caterpillar if's"... yuck those ↵Joshua Leung
things are nasty to edit/extend)