Joerg Mueller [Mon, 16 Aug 2010 18:22:51 +0000 (18:22 +0000)]
Audaspace: Buildsystem update after Ton destroyed building with scons and cmake, also including a patch by freakabcd fixing some missing python include paths.
Joerg Mueller [Mon, 16 Aug 2010 18:13:26 +0000 (18:13 +0000)]
Audaspace: Fix for ppl with outdated ffmpeg.
Campbell Barton [Mon, 16 Aug 2010 17:57:39 +0000 (17:57 +0000)]
merged rna names with newly created dump from rna_info.py
Campbell Barton [Mon, 16 Aug 2010 17:17:33 +0000 (17:17 +0000)]
- finished RNA renaming for review
- fix warning
Ton Roosendaal [Mon, 16 Aug 2010 17:07:59 +0000 (17:07 +0000)]
More makefiles for new audaspace commit.
Jorg: you have added an include Python.h in the AUD api.h. I'm not
sure if it's smart to have this, it makes all AUD code depend on
resolving the Python path.
Ton Roosendaal [Mon, 16 Aug 2010 17:04:46 +0000 (17:04 +0000)]
Makefile fixes for Audaspace. This also replaces the not-used
WITH_PYTHON with DISABLE_PYTHON
Kent Mein [Mon, 16 Aug 2010 15:54:58 +0000 (15:54 +0000)]
Added missing include for audio stuff.
Still not linking with Makefiles, will try and fix later.
Kent
Joerg Mueller [Mon, 16 Aug 2010 15:38:55 +0000 (15:38 +0000)]
Audaspace: Trying to fix a reported compile bug about missing UINT64_C.
Joerg Mueller [Mon, 16 Aug 2010 14:55:45 +0000 (14:55 +0000)]
Audaspace: Fixing quaternion and relativeness of 3D sounds error.
Joerg Mueller [Mon, 16 Aug 2010 14:31:39 +0000 (14:31 +0000)]
Fix from patch tracker by saphires: [#23339] Remove const members in AUD_3Dmath.h
Joerg Mueller [Mon, 16 Aug 2010 13:13:05 +0000 (13:13 +0000)]
Audaspace:
* Fix for uncached exception whith invalid audio file.
* Includes fix for windows.
Joerg Mueller [Mon, 16 Aug 2010 12:27:51 +0000 (12:27 +0000)]
Audaspace: Disabling FFTW building as this stuff is unused atm anyway.
Joerg Mueller [Mon, 16 Aug 2010 12:22:19 +0000 (12:22 +0000)]
Py API Docs (GSoC): Third merging commit
* Added the alternative docs system with templating functionality
* Added aud to sdg.py
Joerg Mueller [Mon, 16 Aug 2010 12:14:09 +0000 (12:14 +0000)]
Py API (GSoC): Second merging commit
Rough summary of fixes/changes:
- Blender Py API: GameLogic -> bge.logic
- Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs.
- Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b]
- Py API: Renaming _owner attribute of mathutils classes to owner.
- Fix some minor errors in mathutils and blf.
- Enabling game engine autoplay again based on a patch by Dalai:
* The biggest 3D view in the open scene is used, if there is none, blender opens the file normally and raises an error.
* The 3D view are is made fullscreen.
* Quad view, header, properties and toolbox panel are all hidden to get the maximum view.
* If the game engine full screen setting is set, the game starts in fullscreen.
- Fix for ipo conversion on file transition in the game engine.
Joerg Mueller [Mon, 16 Aug 2010 11:41:07 +0000 (11:41 +0000)]
Audaspace (GSoC): First merging commit
* All audaspace changes from the GSoC branch including the aud Python module
* This commit also includes some minor changes in source/gameengine/Ketsji/KX_PythonInit.cpp:
- Fixing names of some constants
- removing outdated stopDSP() python function
- Autoinclusion of bge instead of GameLogic
- Fix for some error messages: GameLogic -> bge.logic
Joerg Mueller [Mon, 16 Aug 2010 09:37:08 +0000 (09:37 +0000)]
svn merge -r 31314:31370 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Campbell Barton [Mon, 16 Aug 2010 09:24:18 +0000 (09:24 +0000)]
- commit that removed MEM_guardedalloc.h includes broke building with SSE enabled.
- all C/C++ files in blender are now utf8 compatible.
Campbell Barton [Mon, 16 Aug 2010 06:38:30 +0000 (06:38 +0000)]
jp2.c has a non-utf8 char which stopped python from reading it, removed unused vars from CMP_chromaMatte.c
Campbell Barton [Mon, 16 Aug 2010 05:46:10 +0000 (05:46 +0000)]
- remove unused includes IMB_*, BIF_* & MEM_*
- remove MEM_guardedalloc.h from header files (include directly)
Robert Holcomb [Sun, 15 Aug 2010 22:08:49 +0000 (22:08 +0000)]
Fixed bug in normalition of YCbCr color space conversion (from 0..1 to
-1..1) to fix errors in keying. Simplified chroma key to not take
despill into consideration (handled elsewhere). Simplified user
interface for pieces not used.
Benoit Bolsee [Sun, 15 Aug 2010 21:39:48 +0000 (21:39 +0000)]
Update MSVC project files
Campbell Barton [Sun, 15 Aug 2010 16:50:58 +0000 (16:50 +0000)]
change for sorting rna cleaner (was broken), diff's on rna_properties.txt will stop being so big now.
Campbell Barton [Sun, 15 Aug 2010 16:06:26 +0000 (16:06 +0000)]
remove foreach_get/set for rna arrays, was crashing and are only valid for collections.
Campbell Barton [Sun, 15 Aug 2010 15:14:08 +0000 (15:14 +0000)]
use more BLI math functions.
Campbell Barton [Sun, 15 Aug 2010 15:04:51 +0000 (15:04 +0000)]
speedup and cleanup of OBJ exporter
Campbell Barton [Sun, 15 Aug 2010 12:32:37 +0000 (12:32 +0000)]
more rna naming edits
Campbell Barton [Sun, 15 Aug 2010 12:03:49 +0000 (12:03 +0000)]
[#23266] bpy.ops.poselib.browse_interactive - blend_factor argument does nothing
commenting 'blend_factor' for now, its not used.
COLOR and EULER internal pyrna subtypes were causing color type variables to try update euler rotation order.
Brecht Van Lommel [Sun, 15 Aug 2010 09:34:18 +0000 (09:34 +0000)]
Fix #23303: glsl color correction not working correct for image textures.
Brecht Van Lommel [Sun, 15 Aug 2010 08:53:28 +0000 (08:53 +0000)]
Fix #23307: accessing FluidParticles.settings causes crash.
Martin Poirier [Sat, 14 Aug 2010 17:11:10 +0000 (17:11 +0000)]
[#22831] transform problem with hidden parent object
Partial fix. It now checks if selected parents are modifiable (due to the look up for base, this could get slow, but no other good way to do it).
Martin Poirier [Sat, 14 Aug 2010 16:30:41 +0000 (16:30 +0000)]
netrender fixes:
slave use output log option correctly
use os.path.join more consistently (reported by Dalai Felinto)
unify frame range (was 4 digits on master, 6 elsewhere, now 6 everywhere).
Fix occasional broken pipe between master and slave (didn't affect result, just polluted log).
Campbell Barton [Sat, 14 Aug 2010 05:33:20 +0000 (05:33 +0000)]
- PyLineSpit() - used to print the filename and line number for internal errors now works when executing class functions in a module.
- replaced PySys_GetObject("modules") with PyImport_GetModuleDict()
- use defaults for keymap import/export rather then setting the same value every time from the UI scripts.
Campbell Barton [Fri, 13 Aug 2010 22:35:13 +0000 (22:35 +0000)]
fix for error in world buttons when the world was None
Campbell Barton [Fri, 13 Aug 2010 21:49:31 +0000 (21:49 +0000)]
fix for referencing freed memory when freeing an rna property.
Nathan Letwory [Fri, 13 Aug 2010 20:54:34 +0000 (20:54 +0000)]
Apply patch #23295 - Fix for SCons building on FreeBSD
Patch submitted by Jashank Jeremy. This adds support for freebsd7, freebsd8 and freebsd9. Thanks!
Campbell Barton [Fri, 13 Aug 2010 18:48:33 +0000 (18:48 +0000)]
bugfix [#21807] Import Key Configuration problems
Brecht Van Lommel [Fri, 13 Aug 2010 17:13:07 +0000 (17:13 +0000)]
Fix #23297: python error caused empty brush panel in the image editor.
Campbell Barton [Fri, 13 Aug 2010 16:59:11 +0000 (16:59 +0000)]
bugfix [#22037] OBJ exporter produce wrong UV
Campbell Barton [Fri, 13 Aug 2010 16:34:21 +0000 (16:34 +0000)]
bugfix [#22845] Python operators dont free report list
Campbell Barton [Fri, 13 Aug 2010 15:26:37 +0000 (15:26 +0000)]
added include for offsetof(), also use <string.h>, not "string.h"
Campbell Barton [Fri, 13 Aug 2010 15:07:57 +0000 (15:07 +0000)]
[#22884] slow import wavefont/.obj file
- dont run mesh update functions on zero user meshes (a bit of a cheap trick but works well), made in last commit by mistake.
- dont do a scenegraph update on linking an object, run scene.update() after linking objects.
- remove split material option since we have enough slots.
Campbell Barton [Fri, 13 Aug 2010 14:42:45 +0000 (14:42 +0000)]
- remove WM_operatortype_exists since its almost the same as WM_operatortype_find
- hopefully fix reported problem with MSVC.
Brecht Van Lommel [Fri, 13 Aug 2010 14:29:56 +0000 (14:29 +0000)]
2.5: rendering thread-safety experiment, when setting G.rt to 101, it will
render from a Main database created from the undo buffer. That means extra
memory usage and processing needed, but gives no interference with other
data.
Still won't work entirely since there are a few things that don't get
flushed always (editmode, sculpt, ..) and some places that use globals.
Brecht Van Lommel [Fri, 13 Aug 2010 14:23:44 +0000 (14:23 +0000)]
2.5: more removal of G.main.
Joerg Mueller [Fri, 13 Aug 2010 11:49:54 +0000 (11:49 +0000)]
Py API Docs:
* Moving the alternative parser
* Checking for classmethods and staticmethods of builtin modules
Joerg Mueller [Fri, 13 Aug 2010 10:50:29 +0000 (10:50 +0000)]
svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Brecht Van Lommel [Fri, 13 Aug 2010 10:20:40 +0000 (10:20 +0000)]
Fix #23111: file Output node not working when inside a group.
Brecht Van Lommel [Fri, 13 Aug 2010 09:47:14 +0000 (09:47 +0000)]
Fix #23244: image save function did not release lock on render
result, causing freeze later.
Campbell Barton [Fri, 13 Aug 2010 06:45:33 +0000 (06:45 +0000)]
exporters now set the filepath in the invoke() method rather then the menu drawing function.
Campbell Barton [Fri, 13 Aug 2010 06:30:04 +0000 (06:30 +0000)]
minor changes to rna/python.
- raise an exception when python calls is_property_set(name) or is_property_hidden(name) and the property does not exist.
- added BLI_findstring_ptr(), which finds a named item in a listbase where that name is a pointer to a string.
- replaced inline for loops with calls to BLI_findstring_ptr() and IDP_GetPropertyFromGroup().
Campbell Barton [Fri, 13 Aug 2010 03:17:10 +0000 (03:17 +0000)]
bugfix [#22974] OBJ import arrives without texture
Dalai Felinto [Thu, 12 Aug 2010 20:42:06 +0000 (20:42 +0000)]
Fix for [#23286] Text Editor: Cursor not changing shape when insert key is pressed. Patch by Justin Dailey (dail)
Thomas Dinges [Thu, 12 Aug 2010 19:36:10 +0000 (19:36 +0000)]
2.5 User Interface / UI Scripts
* Fixed some panel ordering after recent register changes.
* Placed "Custom Props" to the bottom again, where possible
This fixes [#23171] Material context is messed up.
Brecht Van Lommel [Thu, 12 Aug 2010 17:48:25 +0000 (17:48 +0000)]
Fix #23219: smooth view rotating in top view could generate NaN-values,
causing 3d view drawing to break.
Brecht Van Lommel [Thu, 12 Aug 2010 17:13:47 +0000 (17:13 +0000)]
Fix #23098: crash in baking, it did a call to BLI_end_threads too much,
causing problems with thread safe malloc after baking once.
Brecht Van Lommel [Thu, 12 Aug 2010 16:46:03 +0000 (16:46 +0000)]
Fix #22777: duplifaces don't take deforming modifiers into account
while in edit mode.
Campbell Barton [Thu, 12 Aug 2010 16:39:23 +0000 (16:39 +0000)]
bugfix: deleting NLA tracks with a keyframed text3d obdata would free the curve, missing type checks.
Brecht Van Lommel [Thu, 12 Aug 2010 16:15:50 +0000 (16:15 +0000)]
Fix #23269: inconsistent naming of recalculate roll in menus compared to
operator popup menu.
Campbell Barton [Thu, 12 Aug 2010 15:26:23 +0000 (15:26 +0000)]
text editor bugfix, selecting & moving the cursor on lines >256 chars long (was reallocing too little memory).
Brecht Van Lommel [Thu, 12 Aug 2010 15:15:02 +0000 (15:15 +0000)]
Fix #23188: libpng error: Image width or height is zero in IHDR.
The file thumbnail generator would write 0x0 size png's to the .thumbnails/fail
folder. However libpng throws an error when doing this. Instead we now write 1x1
png's, which nautilus seems to be doing as well. The content shouldn't matter
anyway since we won't use it.
Campbell Barton [Thu, 12 Aug 2010 14:49:08 +0000 (14:49 +0000)]
text editor, only draw line highlight when its in the view.
Brecht Van Lommel [Thu, 12 Aug 2010 13:58:10 +0000 (13:58 +0000)]
Fix #23238: crash rendering multiple scenes from compositor.
Campbell Barton [Thu, 12 Aug 2010 11:33:07 +0000 (11:33 +0000)]
bugfix [#23227] .obj import with UV produces broken UV map in 2.53.0 (r30593)
eekadoodle face order fix was only being checked for quads, not tri's.
Brecht Van Lommel [Thu, 12 Aug 2010 11:09:19 +0000 (11:09 +0000)]
Fix #23258: paint cursor not working in sculpt/paint modes.
Brecht Van Lommel [Thu, 12 Aug 2010 10:35:34 +0000 (10:35 +0000)]
Fix #23281: crash with multiresolution and uv project.
Brecht Van Lommel [Thu, 12 Aug 2010 10:17:21 +0000 (10:17 +0000)]
Fix #23235: crash with editmesh instances & drawing, only the object
in object mode should make the editmesh derivedmesh.
Joshua Leung [Thu, 12 Aug 2010 09:50:04 +0000 (09:50 +0000)]
Small UI Tweak: Added NumPad-0 as additional hotkey for Reset to Default Values. Previously, only ZeroKey (i.e. 0 on top row) was used, which was not very convenient to hit)
Campbell Barton [Thu, 12 Aug 2010 09:35:39 +0000 (09:35 +0000)]
patch [#23280] Generated suffixes of strip names contain random character (revision 31262)
from Torsten Rupp (rupp)
Campbell Barton [Thu, 12 Aug 2010 06:28:46 +0000 (06:28 +0000)]
fix for the rna curve interpolation enum, 'ease' was using the same value as Bezier.
Campbell Barton [Thu, 12 Aug 2010 03:37:45 +0000 (03:37 +0000)]
bugfix [#23263] Changing view crashes blender
Campbell Barton [Thu, 12 Aug 2010 02:24:12 +0000 (02:24 +0000)]
[#23275] .3DS import script fails on some models.
- fixed reading meshes without faces.
also changed...
- read verts/faces/uvs in one struct.unpack(), should be a bit faster.
- removed mesh/material splitting, very confusing/slow code and not needed since the 16 material limit was removed.
- load image paths with bpy.path.resolve_ncase() since many 3ds's files has case mismatch with file names (applies to OBJ too).
Campbell Barton [Thu, 12 Aug 2010 00:14:32 +0000 (00:14 +0000)]
bugfix [#23270] Long directory name segmentation fault in File brower
file->relname was being edited when its length allocated at the size of the original name, realloc'ing failed because the old string was still used by a button.
Campbell Barton [Wed, 11 Aug 2010 22:36:43 +0000 (22:36 +0000)]
- possibly bugfix /w uninitialized vars [#23270] Long directory name segmentation fault in File brower.
- in exceptional cases vertcos_to_key() could return with KeyBlock pointing to freed memory.
- invalid use of realloc() in BLI_builddir()
Dalai Felinto [Wed, 11 Aug 2010 21:51:31 +0000 (21:51 +0000)]
Logic UI: name mismatch on motion blur property (report and patch by Jacob F.)
I forgot to update the UI code (or to commit) when I changed the rna name to match docs. (0 to 1 values should be called factor)
Tom Musgrove [Wed, 11 Aug 2010 20:33:02 +0000 (20:33 +0000)]
bad level call fixes so the blenderplayer compiles again
Campbell Barton [Wed, 11 Aug 2010 17:13:39 +0000 (17:13 +0000)]
add support for documenting class methods
Campbell Barton [Wed, 11 Aug 2010 16:40:36 +0000 (16:40 +0000)]
mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically.
mathutils.RotationMatrix -> mathutils.Matrix.Rotation
mathutils.ScaleMatrix -> mathutils.Matrix.Scale
mathutils.ShearMatrix -> mathutils.Matrix.Shear
mathutils.TranslationMatrix -> mathutils.Matrix.Translation
mathutils.OrthoProjectionMatrix -> mathutils.Matrix.OrthoProjection
Campbell Barton [Wed, 11 Aug 2010 15:11:30 +0000 (15:11 +0000)]
python declarative UI
- remove XML testing feature
- add 2 modules: bpyml - generic, bpyml_ui - blender spesific. nothing uses these now.
==bpyml_ui module==
defines BPyML_BaseUI and its draw() function which uses the bpyml member of the class instance self.draw_data & self.draw_header_data.
This way declarative ui is opt-in and easy to use by using BPyML_BaseUI as a mix-in class.
==bpyml module==
This module translates a python like XML representation into XML
or simple python blender/ui function calls.
sometag(arg=10) [
another(),
another(key="value")
]
# converts into ...
<sometag arg="10">
<another/>
<another key="value" />
</sometag>
Joilnen Leite [Wed, 11 Aug 2010 14:51:52 +0000 (14:51 +0000)]
Fixing make files compilation in linux
Joerg Mueller [Wed, 11 Aug 2010 12:14:16 +0000 (12:14 +0000)]
Blender Py API: GameLogic -> bge.logic
Joerg Mueller [Wed, 11 Aug 2010 10:36:16 +0000 (10:36 +0000)]
Blender Py API: Implemented missing KX_PYATTRIBUTE_TODOs and -DUMMYs.
Campbell Barton [Wed, 11 Aug 2010 08:23:48 +0000 (08:23 +0000)]
bugfix [#23257] cmake tests for SSE, but SSE2 gets enabled
patch from Vinay Pawar, some minor changes by me.
Campbell Barton [Wed, 11 Aug 2010 05:21:43 +0000 (05:21 +0000)]
small edits to text editor from writing a python editor extension.
- rename TextLine.line -> body, ConsoleLine.line -> body
- minor speedups when setting the body text, also re-allocate console lines if they are < half the length.
- added option to highlight current line in the text editor.
Campbell Barton [Wed, 11 Aug 2010 03:31:56 +0000 (03:31 +0000)]
bugfix [#23247] Load Image in Textures does not use a usefull path
Matt Ebb [Wed, 11 Aug 2010 02:31:54 +0000 (02:31 +0000)]
Fix silly bug with color ramp ui where there was an extra pixel
of background on the right side
Campbell Barton [Wed, 11 Aug 2010 02:13:34 +0000 (02:13 +0000)]
correction for mis-named DupliObject.object_matrix -> matrix_original
Guillermo S. Romero [Tue, 10 Aug 2010 21:22:26 +0000 (21:22 +0000)]
Update address in license block.
Guillermo S. Romero [Tue, 10 Aug 2010 20:33:15 +0000 (20:33 +0000)]
SVN maintenance.
Campbell Barton [Tue, 10 Aug 2010 18:21:33 +0000 (18:21 +0000)]
minor adjustments to python scripts to make them easier to run outside of blender.
Campbell Barton [Tue, 10 Aug 2010 15:46:16 +0000 (15:46 +0000)]
repr() functions for the python api, this means it can print 'bpy.data.objects[foo].modifiers' from the objects modifiers, uses the same function thats used to make the animation path.
Campbell Barton [Tue, 10 Aug 2010 15:14:19 +0000 (15:14 +0000)]
moved idcode functions into their own file (was added as a todo in the comments), these were mixed in with file reading code - BLO_readfile.h bot these functions are not spesific to reading.
Daniel Genrich [Tue, 10 Aug 2010 13:06:45 +0000 (13:06 +0000)]
Smoke:
- Fixing UI glitch so that range and UI range now matches
- Increased max to 400 secs (at 25 FPS) to allow more artistic freedom
Joerg Mueller [Tue, 10 Aug 2010 10:26:25 +0000 (10:26 +0000)]
Fix for [#22924] KX_PolygonMaterial.diffuse does not return expected list[r,g,b]
Joerg Mueller [Tue, 10 Aug 2010 09:47:57 +0000 (09:47 +0000)]
svn merge -r 31145:31210 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Joerg Mueller [Tue, 10 Aug 2010 07:57:02 +0000 (07:57 +0000)]
Py API Docs:
* Improved audaspace docs
* Added an epy parser to add epydoc documented modules to the sphinx docs
Sergey Sharybin [Tue, 10 Aug 2010 06:36:42 +0000 (06:36 +0000)]
- Enable shape key switching in edit mode for curves, surfaces and latticies
- Disable changing of lattice size if there are shape keys
Campbell Barton [Tue, 10 Aug 2010 06:27:29 +0000 (06:27 +0000)]
include rna parent class names in renaming list
Campbell Barton [Tue, 10 Aug 2010 05:41:51 +0000 (05:41 +0000)]
header re-shuffle, some headers contained unneeded refereces to other headers, better include inline with the C files that need them
Matt Ebb [Tue, 10 Aug 2010 03:28:06 +0000 (03:28 +0000)]
Added additional (optional) subframe argument to RNA API function: scene.set_frame()
This is used to set the current frame to a floating point subframe state between 0.0 and 1.0
added to the integer frame. A main usage for this is retrieving geometry at sub-frame
intervals for use in multi-segment motion blur:
http://mke3.net/projects/3Delight_blender/renders/multisegment_blur.mov
Example:
scene.set_frame(5)
or
scene.set_frame(5, 0.25)
Martin Poirier [Tue, 10 Aug 2010 02:58:32 +0000 (02:58 +0000)]
rewrite poll methods using a base class implementation instead of a global function (now that this is possible because of it being a class method)