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-18missed renaming thisCampbell Barton
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-18Update MSVC project filesBenoit Bolsee
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-17* Put "Custom Properties" panel to bottom in particle buttons as well. Thomas Dinges
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-17Group all AUD libs, duplicate one to avoid linker error.Guillermo S. Romero
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-16SVN maintenance.Guillermo S. Romero
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-16Audaspace: Fix for ppl with outdated ffmpeg.Joerg Mueller
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-16Makefile fixes for Audaspace. This also replaces the not-usedTon Roosendaal
WITH_PYTHON with DISABLE_PYTHON
2010-08-16Added missing include for audio stuff.Kent Mein
Still not linking with Makefiles, will try and fix later. Kent
2010-08-16Audaspace: Trying to fix a reported compile bug about missing UINT64_C.Joerg Mueller
2010-08-16Audaspace: Fixing quaternion and relativeness of 3D sounds error.Joerg Mueller
2010-08-16Fix from patch tracker by saphires: [#23339] Remove const members in ↵Joerg Mueller
AUD_3Dmath.h
2010-08-16Audaspace:Joerg Mueller
* Fix for uncached exception whith invalid audio file. * Includes fix for windows.