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
2010-08-19- pyrna fix for reference counting when unable to register a propertyCampbell Barton
- added modified 'Warp' enum to reserve this ID for durian files until the modifier is merged.
2010-08-18utility function for updating animation system values when RNA changes.Campbell Barton
- any numnber of attributes are supported for renaming, eg: modifiers["Foo.Bar"].prop.bar - the path is resolved in blender so each attribute is type checked against the naming list. - inherited properties are supported by recursively checking parent classes names aganst the name list. - fcurves and drivers are currently supported.
2010-08-18fix errors with recent commits.Campbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at ↵Campbell Barton
least its very unlikely).
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-18rna renaming for 'Brush' structCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-18minor update rna namer and script to automatically apply updates from ↵Campbell Barton
blender to rna_properties.txt
2010-08-18Fix for [#23352] Update Problem in Texture tabDalai Felinto
I added a notifier to update the texture panel whenever you change the active texture. This part of the code seems wip, but the notifier should be there if I'm not mistaken. The other way around has still bugs (e.g. when you add a new texture Outliner doesn't update automatically). To be tackled later
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply logic brick rna renamingCampbell Barton
2010-08-17syntax highlighting for decorators, correct doc exampleCampbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-17merged in applied edits from theme/space/prefsCampbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-17when complaining that an RNA name doesnt exist in the UI, give the struct ↵Campbell Barton
name as well.
2010-08-17rna naming changes based on suggestions by Brecht.Campbell Barton
2010-08-17fix for error with removing MEM_guardedalloc.h, not sure why I didnt get ↵Campbell Barton
this warning when rebuilding yesyerday.
2010-08-172.5 Nodes:Thomas Dinges
* Range Limit function for Image Output Frame Start/End properties.
2010-08-172.5 Nodes:Thomas Dinges
* Property Ranges for the Vector Blur Node were missing, added them in RNA.
2010-08-172.5 Texture Panels:Thomas Dinges
* Removed "Plugin" Texture Type from the Interface as it is not implemented in 2.5 atm.
2010-08-172.5 Modifiers:Thomas Dinges
* Don't show "Copy" Operator for Smoke Modifier in the stack.
2010-08-17apply all rna naming changes for rna_space.cCampbell Barton
2010-08-17use 'vertices' rather then 'verts'.Campbell Barton
2010-08-17- rna_info.py now outputs array length with types eg. float[16].Campbell Barton
- corrected rna property name Controller.states -> state (pointed out by Dalai). - rna_cleaner_merge script now only merges comment and new name.
2010-08-172.5 Modifier/Constraint TemplateThomas Dinges
* Code removal of "compact" feature, after narrow_ui removal this was not functional anyway.
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-16Scons:Joerg Mueller
* Should now build again without problems * Fixed scons having problems to execute makes(d/r)na if build path contains spaces
2010-08-16Audaspace: Further fixes.Joerg Mueller
2010-08-16Audaspace: Scons fix for missing python include paths.Joerg Mueller
2010-08-16Audaspace: Buildsystem update after Ton destroyed building with scons and ↵Joerg Mueller
cmake, also including a patch by freakabcd fixing some missing python include paths.
2010-08-16merged rna names with newly created dump from rna_info.pyCampbell Barton
2010-08-16- finished RNA renaming for reviewCampbell Barton
- fix warning
2010-08-16More makefiles for new audaspace commit.Ton Roosendaal
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.
2010-08-16Added missing include for audio stuff.Kent Mein
Still not linking with Makefiles, will try and fix later. Kent
2010-08-16Py API Docs (GSoC): Third merging commitJoerg Mueller
* Added the alternative docs system with templating functionality * Added aud to sdg.py
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
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.
2010-08-16Audaspace (GSoC): First merging commitJoerg Mueller
* 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
2010-08-16svn merge -r 31314:31370 ↵soc-2010-nexyonJoerg Mueller
https://svn.blender.org/svnroot/bf-blender/trunk/blender
2010-08-16- commit that removed MEM_guardedalloc.h includes broke building with SSE ↵Campbell Barton
enabled. - all C/C++ files in blender are now utf8 compatible.
2010-08-16jp2.c has a non-utf8 char which stopped python from reading it, removed ↵Campbell Barton
unused vars from CMP_chromaMatte.c
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
- remove MEM_guardedalloc.h from header files (include directly)
2010-08-16Fixed bug in normalition of YCbCr color space conversion (from 0..1 toRobert Holcomb
-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.
2010-08-15change for sorting rna cleaner (was broken), diff's on rna_properties.txt ↵Campbell Barton
will stop being so big now.
2010-08-15remove foreach_get/set for rna arrays, was crashing and are only valid for ↵Campbell Barton
collections.
2010-08-15use more BLI math functions.Campbell Barton